Skip to content
Snippets Groups Projects
  1. Sep 16, 2019
    • Mark Goddard's avatar
      Add custom filters for checking services · af2e7fd7
      Mark Goddard authored
      These filters can be used to capture a lot of the logic that we
      currently have in 'when' statements, about which services are enabled
      for a particular host.
      
      In order to use these filters, it is necessary to install the
      kolla_ansible python module, and not just the dependencies listed in
      requirements.txt. The CI test and quickstart install from source
      documentation has been updated accordingly.
      
      Ansible is not currently in OpenStack global requirements, so for unit
      tests we avoid a direct dependency on Ansible and provide fakes where
      necessary.
      
      Change-Id: Ib91cac3c28e2b5a834c9746b1d2236a309529556
      af2e7fd7
  2. Sep 11, 2019
  3. Sep 10, 2019
  4. Sep 09, 2019
  5. Sep 07, 2019
  6. Sep 06, 2019
  7. Sep 05, 2019
  8. Sep 04, 2019
  9. Sep 03, 2019
    • Doug Szumski's avatar
      Fix Nova cell search · 7b636033
      Doug Szumski authored
      The output from `nova-manage cell_v2 list_cells --verbose` contains
      an extra column, stating whether the cell is enabled or not. This means
      that the regex never matches, so existing_cells is always empty.
      
      This fix updates the regex by adding a match group for this field which
      may be used in a later change.
      
      Unfortuately the CLI doesn't output in JSON format, which would make
      this a lot less messy.
      
      Closes-Bug: #1842460
      Change-Id: Ib6400b33785f3ef674bffc9329feb3e33bd3f9a3
      7b636033
    • Zuul's avatar
  10. Sep 02, 2019
  11. Sep 01, 2019
  12. Aug 30, 2019
    • Joseph M's avatar
      [nova] Fix service catalog lookup of Neutron endpoint · 096555dc
      Joseph M authored
      nova.conf currently uses the [neutron] "url" parameter which has been
      deprecated since 17.0.0. In multi-region environments this can
      cause Nova to look up the Neutron endpoint for a different region.
      Remove this parameter and set region_name and
      valid_interfaces to allow the correct lookup to be performed.
      
      Change-Id: I1bbc73728439a460447bc8edd264f9f2d3c814e0
      Closes-Bug: #1836952
      096555dc
    • Jan Horstmann's avatar
      Use net_default_mac in ansible/roles/ironic/templates/ironic_pxe_uefi.default.j2 · 870cb1be
      Jan Horstmann authored
      Upstream ironic went from $net_default_ip to $net_default_mac in
      ironic/drivers/modules/master_grub_cfg.txt with
      https://review.opendev.org/#/c/578959/
      
      This commit makes the same change for
      ansible/roles/ironic/templates/ironic_pxe_uefi.default.j2
      
      Using $net_default_ip breaks ironic standalone deployments with
      [dhcp]dhcp_provider = none
      
      Change-Id: I2ca9a66d2bdb0aab5cd9936c8be8206e6ade3bd5
      Closes-Bug: 1842078
      870cb1be
  13. Aug 29, 2019
  14. Aug 28, 2019
  15. Aug 27, 2019
  16. Aug 26, 2019
    • Joseph M's avatar
      [octavia] Add region-specific catalog lookups · 51033d9b
      Joseph M authored
      octavia.conf is missing configuration values required to do service
      catalog lookups in multiple region environments. Without them Octavia
      can try to contact a service in a different region than its own. Specify
      region_name and endpoint_type for the glance, neutron, and nova services
      to prevent this from happening.
      
      Change-Id: I753cf443c1506bbd7b69fc47e2e0a9b39857509c
      Closes-Bug: #1841479
      51033d9b
  17. Aug 23, 2019
Loading