Skip to content
Snippets Groups Projects
  1. Dec 05, 2017
  2. Dec 01, 2017
    • Jeffrey Zhang's avatar
      Fix launch instance failed in trove · 0b931c93
      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
      0b931c93
  3. Nov 29, 2017
  4. Nov 28, 2017
    • Pierre Hanselmann's avatar
      Add horizon domain dropdown · 27253723
      Pierre Hanselmann authored
      Added ``horizon_keystone_domain_choices`` hash. It can be used to set the
      available domains to choose from on the horizon login page. This feature
      was introduced in pike release.
      
      Change-Id: Ia7d2bc45e518848a04ce78e7833e1cf9a0ef21ce
      27253723
  5. Nov 24, 2017
    • James McCarthy's avatar
      Update swift for replication issues · 3245201a
      James McCarthy authored
      There are corresponding image changes to go with these ansible
      changes - changes in rsyncd template, and add
      environment settings for RSYNC_CONNECT_PROG (i.e. nc)
      
      nc allows for rsync replication to easily target {{ swift_rsync_port }}
      
      update the lock file and chroot settings in template - see bug
      for more details.
      
      Change-Id: Ic81b7de8fad8aec9416e4e27e8ffda6d03be293c
      Closes-Bug: #1733851
      3245201a
    • caowei's avatar
      Remove use_neutron from sahara config · 7ce5c468
      caowei authored
      Nova network has been fully removed from the OpenStack codebase.
      As such, all instances of switches on use_neutron should be removed,
      as the functionality will never be meaningful.
      
      Change-Id: I6af9af897b5a4416082307e01dca951c9b7026ad
      Depends-On: Ib9d87dd339d637b69fb27315d92228cbc523c8eb
      7ce5c468
  6. Nov 23, 2017
  7. Nov 22, 2017
  8. Nov 21, 2017
    • Mark Goddard's avatar
      Configure glance ceph during upgrade and genconfig · 2dbfe74f
      Mark Goddard authored
      Previously the glance ceph backend was only being configured during
      the deploy and reconfigure commands. This change ensures that it is
      configured during the upgrade and genconfig commands as well.
      
      Some of the related host/group selection logic has been cleaned up,
      as it was a little tautolgous.
      
      Change-Id: Ibfc2bfaaf2e24fb3a0697925e7723794046787fa
      Closes-Bug: #1728060
      2dbfe74f
  9. Nov 16, 2017
  10. Nov 12, 2017
  11. Nov 09, 2017
  12. Nov 08, 2017
  13. Nov 03, 2017
    • Bertrand Lallau's avatar
      Fix iscsi and tgt containers deployment case · d36f2436
      Bertrand Lallau authored
      In the following config:
      enable_cinder=False
      enable_cinder_backend_iscsi=True
      
      Iscsi and tgt containers are deployed but should not.
      This patch fix it.
      
      Change-Id: I1d66627b9979b5dc570bbc3e1e865311dd7e7bb0
      Closes-Bug: #1715618
      d36f2436
  14. Nov 02, 2017
    • Christian Berendt's avatar
      Collect chrony metrics with telegraf · 6d710f59
      Christian Berendt authored
      Change-Id: I4cf1716c94e4fd808b66169348b07fa42e5b242e
      Depends-on: I8fbef57b99122b8a093150f6ca1efdd33e032917
      6d710f59
    • Vladislav Belogrudov's avatar
      Murano application should contact rabbitmq by external FQDN · 71d72ed0
      Vladislav Belogrudov authored
      In case of external router internal VIP and external VIP are the
      same. External router manages port/address redirection from
      public network to OpenStack API. The address of the router is
      set via 'kolla_external_fqdn'. Currently Murano configuration
      that is handed over to Murano application instance uses
      'kolla_external_vip_address'. This leads to the instance trying
      to connect to internal API network. Correct address should be
      'kolla_external_fqdn' which will work in both cases - either with
      double VIP setup or with single VIP + external router.
      
      Change-Id: I78c38ae0af1cecd2be2b1c6cc86bcfc51b847082
      Closes-Bug: #1729611
      71d72ed0
    • Vladislav Belogrudov's avatar
      Allow object versioning by default · 33513db4
      Vladislav Belogrudov authored
      
      Object versioning is necessary to pass DefCore test suite,
      i.e. allows Kolla version of OpenStack to be certified
      as "OpenStack Powered Platform".
      
      Change-Id: Id5003f7fe2aebdeffe1cf7ce1b6177a6bca8f5b6
      Co-Authored-By: default avatarAlexander Reunov <alexander.reunov@oracle.com>
      Closes-Bug: #1729583
      33513db4
    • chenxing's avatar
      Fix the incorrect container_facts · 994c80c7
      chenxing authored
      backport: pike
      
      Closes-Bug: #1729564
      Change-Id: If6db5fad1f23e0afaadcad97b4f37a13e34de9fa
      994c80c7
    • Xinliang Liu's avatar
      Fix ansible running issue on Debian · df60b765
      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>
      df60b765
  15. Oct 31, 2017
  16. Oct 27, 2017
    • goldyfruit's avatar
      Disable glance file backend with external Ceph · bb748045
      goldyfruit authored
      When using external Ceph cluster, glance_api container is only running
      on one controller instead of running on all of them.
      
      But when an external Ceph cluster is used, enable_ceph is false so
      glance_backend_file is true
      
      Using "not glance_backend_ceph | bool" instead of "not enable_ceph |
      bool" should be enough.
      
      Change-Id: I191e5ea7a0d51b0e19ed58a819c3ade5070f623d
      Closes-Bug: #1722905
      bb748045
    • Dan Ardelean's avatar
      HyperV should not disable tunneling · bac90b87
      Dan Ardelean authored
      HyperV support disables tunneling for entire environment. This
      should not be the case since tunneling can be used for KVM in mix
      env. In this case, HyperV VMs can only use flat/vlan networks.
      
      Change-Id: I6237c42918442625acd946b7455d236612ba19cc
      Closes-Bug: #1725417
      bac90b87
    • Eduardo Gonzalez's avatar
      Revert "Omit outward_rabbitmq from check for upgrade" · 50be1729
      Eduardo Gonzalez authored
      This reverts commit c618dbcd.
      
      Pike is already released
      
      Change-Id: Id54a90e1c1d60f2be02ff4af3b648671d053c6a6
      50be1729
  17. Oct 26, 2017
  18. Oct 24, 2017
  19. Oct 23, 2017
  20. Oct 20, 2017
    • Jeffrey Zhang's avatar
      Remove check flat network type task in ironic pre-check.yml · 175c65e4
      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
      175c65e4
    • James McCarthy's avatar
      Import the Murano applications libary as part of setup · 42737338
      James McCarthy authored
      This applications package is useful to have in place,
      import io.murano.applications along with the core package.
      
      Change-Id: I819eebe2deae2d1ff0375a2dd39a33f50817bb83
      42737338
Loading