Skip to content
Snippets Groups Projects
  1. Jan 17, 2019
    • Mark Goddard's avatar
      Fix reconfigure of neutron ml2_conf.ini · 43c83b51
      Mark Goddard authored
      The neutron containers were not being restarted if only the ml2_conf.ini
      file is changed. This is due to the XenAPI ml2_conf.ini config task
      registering a variable of the same name as the task that generates
      ml2_conf.ini for other services. Since the XenAPI service is typically
      not running, the tasks show as not changed, and the handler skips
      restarting the container.
      
      This change adds a second variable for XenAPI to avoid this shadowing.
      
      Change-Id: I77819ed8defb8a7653e1e5aec92013b1d40fbf02
      Closes-Bug: #1783268
      43c83b51
    • Zuul's avatar
      Merge "Ensure keystone endpoint is updatable" · cd0d8cca
      Zuul authored
      cd0d8cca
  2. Jan 16, 2019
  3. Jan 15, 2019
  4. Jan 14, 2019
  5. Jan 13, 2019
    • Hongbin Lu's avatar
      Run Zun job on kuryr's changes · 54761726
      Hongbin Lu authored
      Zun depends on Kuryr so let's trigger the Zun job on kuryr's change.
      
      Change-Id: If95a6bfb5f305c2f69808a781ff9d8513bf2006c
      54761726
    • Hongbin Lu's avatar
      kuryr: use internal neutron endpoint · a98c06f1
      Hongbin Lu authored
      Kuryr-neutron communication should use internal endpoint because
      public endpoint might be protected by SSL which fails the API call.
      
      Change-Id: I3f98f14d4f481c17a4368cc5c2a184323c548193
      Closes-Bug: #1811262
      a98c06f1
    • zhangshj's avatar
      Correct two wrong words · 199133a9
      zhangshj authored
      Change-Id: I89d9f7a90d72e6c5df7dde078ed7407eedd6f92f
      199133a9
  6. Jan 11, 2019
  7. Jan 10, 2019
  8. Jan 09, 2019
    • Mark Goddard's avatar
      Use kolla-ansible version to tag images · 65aa706a
      Mark Goddard authored
      If building images, kolla currently uses its own version for their tag
      by default.  This might not match the version of kolla-ansible, which is
      what is used by default in kolla-ansible. This leads to the image not
      being found.
      
      This change uses kolla-ansible's version to tag locally built images.
      
      Change-Id: I49c7afb9167d1e3f8a4470b6ebbb6ad6798d4996
      65aa706a
  9. Jan 08, 2019
  10. Jan 07, 2019
  11. Jan 04, 2019
  12. Jan 03, 2019
  13. Jan 02, 2019
  14. Jan 01, 2019
    • tone.zhang's avatar
      Add Kolla Ceph filestore CI jobs · 6786bc5b
      tone.zhang authored
      
      Since Rocky bluestore is the default store type used by Kolla Ceph.
      Filestore is still used by the customers. The patch allows deploy
      both Ceph bluestore OSD and Ceph filestore OSD in Kolla-ansible CI
      jobs.
      
      Change-Id: Iaa7c1b2ff35eb649c3a6d9f7266463d8961cdc9e
      Signed-off-by: default avatartone.zhang <tone.zhang@arm.com>
      6786bc5b
  15. Dec 28, 2018
  16. Dec 27, 2018
  17. Dec 24, 2018
  18. Dec 23, 2018
  19. Dec 22, 2018
  20. Dec 21, 2018
    • Martin Chlumsky's avatar
      Allow custom horizon policy files for disabled openstack projects. · 18dd74ac
      Martin Chlumsky authored
      Currently, you cannot deploy custom policy files in horizon for disabled
      openstack projects that don't have a horizon plugin.
      
      This patch allows customizing disabled openstack projects policy files
      used by horizon.  For services that do not have horizon plugins, it
      creates variables of the form `enable_*_horizon_policy_file` and sets
      these to the relevant `enable_*` variables by default. This ensures
      backwards compatibility.
      
      This patch is useful when you are migrating to kolla-ansible from
      another deployment method one openstack project at a time and you have
      custom policy files deployed by the old method.
      
      Partially-Implements: blueprint docs-migrating-to-kolla
      Closes-Bug: #1809314
      Change-Id: Ifc33ef65759fa4831c24d177b272af5b45f80931
      18dd74ac
Loading