Skip to content
Snippets Groups Projects
  1. Feb 14, 2019
    • Mohamed El Gindi's avatar
      Karbor providers managed from deployment node · e65f4ec7
      Mohamed El Gindi authored
      Karbor provider configs can be injected/managed from 'node_custom_config' var
      
      openstack-infra.conf will still be created if no custom providers present
      
      Closes-Bug #1814464
      
      Change-Id: I500daae80596cb7b7342fd8d4affa8f901b24a13
      e65f4ec7
  2. Jan 27, 2019
  3. Jan 24, 2019
  4. Jan 23, 2019
  5. Jan 22, 2019
  6. Jan 21, 2019
    • Jorge Niedbalski's avatar
      [prometheus] Support the prometheus openstack exporter · 6c64b7c7
      Jorge Niedbalski authored
      This patch implements the initial support for the
      openstack-exporter[0] in the kolla-ansible
      prometheus monitoring system.
      
      The configuration and prechecks are reused from the other
      exporters and a new template is provided for generating
      a os-client-config file required by the exporter.
      
      The default scrape interval is 60 seconds, but it can
      be extended via a configuration option.
      
      [0] https://github.com/Linaro/openstack-exporter
      
      Change-Id: I4a34c4bb56e74b5cd544972cbd6540d9acb6e4a1
      6c64b7c7
  7. Jan 20, 2019
  8. Jan 18, 2019
    • Mark Goddard's avatar
      Wait for volume attachment in CI before detach · 9c906a17
      Mark Goddard authored
      In some cases the volume attachment is not finished by the time we
      attempt to detach it, causing the following error:
      
      Volume status must be 'in-use' and attach_status must be 'attached' to detach.
      
      This change waits for the volume to be attached before detaching.
      
      Change-Id: Id23d114cf8a2b40f8f0784cbfb84e9fa0829adc0
      9c906a17
    • Zuul's avatar
      Merge "optimize qemu.conf" · da3cf095
      Zuul authored
      da3cf095
    • binhong.hua's avatar
      optimize qemu.conf · 023334df
      binhong.hua authored
      bump up the max_files to 32768 and max_processes to 131072.
      when nova used ceph as backend, the default limit 1024 is not enough.
      each connection from rbd image to osd needs 1 fd and 2 threads. if we
      have 200 osds, we need 200 fds and 400 threads for 1 image.
      
      Change-Id: I94c3ec111473ea2ccacdea5dbbf3fdc9c569859f
      023334df
  9. Jan 17, 2019
    • wu.chunyang's avatar
      repair ceph_nfs container start failed · d35f9a4b
      wu.chunyang authored
      when enable ceph_nfs,it deploy failed, because no ganesha config
      file, and the 'ganesha.nfs' command need root privilege to run.
      i will modify ceph_nfs dockerfile,please review. thanks
      
      https://review.openstack.org/#/c/630510/
      
      Change-Id: I347107bc33733061ad043bffe38ecc1d16770afc
      Closes-Bug: #1811581
      d35f9a4b
    • 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
  10. Jan 16, 2019
  11. Jan 15, 2019
  12. Jan 14, 2019
  13. 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
  14. Jan 11, 2019
  15. Jan 10, 2019
  16. 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
  17. Jan 08, 2019
  18. Jan 07, 2019
  19. Jan 04, 2019
  20. Jan 03, 2019
Loading