Snippets Groups Projects
  1. Dec 13, 2017
  2. Dec 04, 2017
    • Jeffrey Zhang's avatar
      Fix launch instance failed in trove · 05cf49f5
      Jeffrey Zhang authored
      - remove useless *_url, which can be auto discovery
      - use internalURL instead of publicURL which make it works when
        using self-signed SSL certification.
      - configure network_driver to Neutron
      - add network_label_regex to match all network name
      
      Change-Id: I5654dbf391db7076c82aede5c2a4f8b7530b8381
      Closes-Bug: #1734039
      (cherry picked from commit 0b931c93)
      05cf49f5
  3. Nov 30, 2017
  4. Nov 28, 2017
  5. Nov 21, 2017
  6. Nov 20, 2017
  7. Nov 17, 2017
  8. Nov 15, 2017
    • Xinliang Liu's avatar
      Fix ansible running issue on Debian · 628569af
      Xinliang Liu authored
      
      When deploying on debian, it reports error:
      stat /usr/bin/ansible: no such file or directory
      
      That's because on Debian and Ubuntu pip install ansible to
      /usr/local/bin/ansible, whereas on CentOS the location is
      /usr/bin/ansible.
      
      Change to ansible to handle both cases.
      
      Closes-Bug: #1729216
      Depends-On: I2b57403128bc103148ae696c219df52590214adc
      
      Change-Id: I025037cf48596450e6479ab7ff6425c48ac73aad
      Signed-off-by: default avatarXinliang Liu <xinliang.liu@linaro.org>
      628569af
  9. Nov 14, 2017
    • Jeffrey Zhang's avatar
      Add ipc_mode=host for nova-compute conainer · ff97575e
      Jeffrey Zhang authored
      ipc_mode=host is required after enabled multipath in nova.
      
      Closes-Bug: #1713639
      Depends-On: I0a1d85597999415cab11feb71a7fdfd7af3f7148
      Change-Id: Ib0b8961a47b686b6c35456768bbbccc741cb7adf
      (cherry picked from commit 59377245)
      ff97575e
  10. Nov 13, 2017
  11. Nov 09, 2017
  12. Oct 31, 2017
    • Jeffrey Zhang's avatar
      Remove test variable for service_name in panko.conf file · 90fd8b33
      Jeffrey Zhang authored
      panko.conf depends on "service_name" variable, but when generating
      panko.conf in ceilometer, this variable is not set.
      
      Panko is a single process service, no need add such test. So simple
      remove the if clause.
      
      Change-Id: I5ba41046e35cd3fa00b8c22e1b4435acfaff5279
      Closes-Bug: #1725159
      (cherry picked from commit 791bf3d5)
      90fd8b33
  13. Oct 30, 2017
    • Jeffrey Zhang's avatar
      Remove check flat network type task in ironic pre-check.yml · 3f1d376f
      Jeffrey Zhang authored
      flat network type is not mandatory. There are two cases,
      
      1. ironic with flat network: we can use neutron vlan network to
         provision baremetal nodes, as long as the interface of the baremetal
         nodes are configured to use the same vlan.
      
      2. ironic with neutron network: all provision and cleaning_network can
         be vlan type and no flat is needed at all.
      
      So we should remove the task.
      
      Change-Id: I176ded6d2a8b14e350f665f63bc37eb488d32679
      Closes-Bug: #1725170
      (cherry picked from commit 175c65e4)
      3f1d376f
  14. Oct 29, 2017
    • James E. Blair's avatar
      Zuul: add file extension to playbook path · 109f91c8
      James E. Blair authored
      Zuul now supports including the file extension on the playbook path
      and omitting the extension is now deprecrated.  Update references
      to include the extension.
      
      Change-Id: Ia944c60b3df1868253dca00f2d73062294a51646
      109f91c8
  15. Oct 27, 2017
  16. Oct 26, 2017
    • Jeffrey Zhang's avatar
      Move to zuul v3 in project jobs · 3908934f
      Jeffrey Zhang authored
      - move check container failure from post.yml to run.yml
      - add binary related jobs
      - use static kolla-ansible src dir, which is helpful for kolla project
        to use.
      - generate correct /etc/hosts by using private ip address and hostname
      - fix the wrong api interface in global.yml file
      
      Partial-Bug: #1720601
      Change-Id: Ibc20a6ae8c645ff82f3c14a6286073dffd4cfae2
      (cherry picked from commit baa9319a)
      (cherry picked from commit cdd12511)
      3908934f
    • Eduardo Gonzalez's avatar
      Fix prechecks fail with docker not in deployment host · ec2904db
      Eduardo Gonzalez authored
      This changes only evaluates baremetal host group
      to look for docker versions.
      
      Change-Id: I64a7314b332958d003f88a00aa73ba79a760a051
      Closes-Bug: #1700986
      (cherry picked from commit 3b7ab63a)
      ec2904db
  17. Oct 11, 2017
  18. Oct 10, 2017
  19. Oct 08, 2017
  20. Oct 04, 2017
  21. Oct 03, 2017
    • Pierre Hanselmann's avatar
      Fix neutron invalid json file · ce918a6d
      Pierre Hanselmann authored
      Fix a missing comma in config.json when neutron_plugin_agent is set
      to 'vmware_nsxv' or 'vmware_dvs'.
      
      Closes-Bug: 1720380
      
      Change-Id: I088f09a426a5435202176c45a77b1fbc19468f97
      (cherry picked from commit c60293f6)
      ce918a6d
  22. Sep 28, 2017
  23. Sep 27, 2017
  24. Sep 26, 2017
  25. Sep 25, 2017
    • Pierre Hanselmann's avatar
      WSGI configuration missing directive · c5f99177
      Pierre Hanselmann authored
      WSGI configuration is missing the directive
      "WSGIApplicationGroup %{GLOBAL}" after
      WSGIProcessGroup" in the horizon template.
      Of all WSGI configuration templates it is
      the only one that does not have the
      "WSGIApplicationGroup" line.
      
      Change-Id: I3001901abbaae842f49179b6febf844337431afc
      Closes-Bug: #1717922
      (cherry picked from commit 8298afef)
      c5f99177