Skip to content
Snippets Groups Projects
  1. Jan 19, 2018
    • caowei's avatar
      Add CephFS backend in Manila · 1961929d
      caowei authored
      Depends-On: I5bf14a668a9e8976a18aa28a5bbfe586690bbd31
      Implements: blueprint manila-cephfs-backend
      
      Change-Id: I483be398d929429e35e460b5a7660b82f409b587
      1961929d
  2. Jan 17, 2018
  3. Jan 15, 2018
    • goldyfruit's avatar
      Add os_region_name to Trove configuration files · 474b15dc
      goldyfruit authored
      By default Trove is looking for "RegionOne", if the region is
      different the os_region_name parameter needs to be defined withing
      the Trove configuration files.
      
      To solve this issue, we need to set "os_region_name" option in
      trove-api, trove-taskmanager and trove-conductor configuration.
      
      os_region_name = {{ openstack_region_name }}
      
      Change-Id: I1397046d2c88ba50d01a65c48e021d3535fe39d2
      Closes-bug: #1743402
      474b15dc
    • Pierre Blanc's avatar
      Update network_label_regex on trove templates · 5373f587
      Pierre Blanc authored
      Presently the taskmanager failed during a creation
      of a trove cluster.
      
      During the network ip checks, it didn't match the network.
      
      The idea is to configure it to match all network name.
      Finally this configuration is the same as for trove.conf.
      
      Closes-bug: #1743395
      Change-Id: I9284501424e6daa7d33d1590994bf231de71edd9
      5373f587
    • liujunpeng's avatar
      add var haproxy_client_timeout and haproxy_server_timeout · c51bf134
      liujunpeng authored
      Change-Id: I329307b226757144a493ff21c76125cae8468e91
      c51bf134
    • Duong Ha-Quang's avatar
      Check enable_cinder before deploy iscsi and tgtd · d0cac653
      Duong Ha-Quang authored
      Add check enable_cinder to iscsi and tgtd deploy logic.
      
      The ironic check is not effected.
      
      Change-Id: If14ae52fbacf106b112e40a813ad6143cb095edc
      Closes-Bug: #1742873
      d0cac653
  4. Jan 11, 2018
    • Christian Berendt's avatar
      kibana: allow use of server.basePath · ad90805c
      Christian Berendt authored
      When using server.basePath a dynamic bundle optimization will be started.
      This job needs write access to /usr/share/kibana/optimize/bundles.
      
      Change-Id: Ieaae79a5940f3972a8067814a1113ef635970875
      ad90805c
    • Doug Szumski's avatar
      Local connection to remote Grafana can fail · 28546710
      Doug Szumski authored
      Following deployment of Grafana, a check is made to ensure that the
      login page is accessible. If the Grafana container has been deployed
      to a remote host, but is not directly accessible over the deployment
      network then the check will fail because the task is set to run with
      connection: local. For example, if Ansible is using a different
      network to the network on which grafana is exposed to connect to the
      remote host then the task may fail. A similar problem exists for the
      remaining two tasks in the post_config file.
      
      Further to this, if Grafana is not accessible, the ansible uri
      module does not return a status field, so no retry attempts are made
      and the task fails with an obscure message:
      
      TASK [grafana : Wait for grafana application ready] *****************
      fatal: [some_remote_node]: FAILED! => {"failed": true, "msg": "The
      conditional check 'result.status == 200' failed. The error was: error
      while evaluating conditional (result.status == 200): 'dict object' has
      no attribute 'status'"}
      
      $ ansible --version
      ansible 2.3.2.0
        config file = /etc/ansible/ansible.cfg
        configured module search path = Default w/o overrides
        python version = 2.7.5 (default, Aug 4 2017, 00:39:18) [GCC 4.8.5 20150623
      (Red Hat 4.8.5-16)]
      
      Change-Id: I77e2129b4a1c5f2f0802fb92eb03395ff72cf5f3
      Closes-Bug: #1742501
      28546710
    • Pierre Hanselmann's avatar
      Designate/Neutron communicaton failure · f11042ac
      Pierre Hanselmann authored
      Designate communicate on publicURL (Default) endpoint with Neutron.
      When TLS is enabled it generates errors (Missing certificate). We
      need to ensure designate communicate with neutron on internalURL.
      
      Change-Id: Ie969fc2d1a2d4241371b459af2fc5b7bdf236bf0
      Closes-Bug: #1742625
      f11042ac
    • ZhongShengping's avatar
      Use WSGIApplicationGroup %{GLOBAL} in mod_wsgi configuration · a3f8c987
      ZhongShengping authored
      Change-Id: I419cd02aeb899d93bba5f330d7e4535afd8c0ed8
      Closes-bug: #1708655
      a3f8c987
  5. Jan 09, 2018
  6. Jan 08, 2018
    • caoyuan's avatar
      Ensure docker running before execute the destroy action · 8cb57f54
      caoyuan authored
      Before cleanup containers and hosts, it should be ensure the
      docker serivce running but the destroy action missing it,
      this patch to fix it
      
      Change-Id: I85ca806c1fd395daf937b585d466e16fbad4e20c
      Closes-Bug: #1741852
      8cb57f54
    • chenxing's avatar
      Enable vitrage dashboard · 12cdd906
      chenxing authored
      Depends-On: I5846b48d336583ae82743f61bfbdadc99c755e8d
      Change-Id: Iaf15dad5e4d527b8721409e56fc081043c1cb174
      Implements: blueprint vitrage-roles
      12cdd906
    • Xinliang Liu's avatar
      Change debian mariadb backup tool to mariabackup · 2f903bf4
      Xinliang Liu authored
      Current debian stretch use mariadb 10.1.26 which integrates
      a backup tool call 'MariaDB Backup' [1]. It is based on
      Percona XtraBackup and support full backup capability for
      MariaDB Server that includes encrypted and compressed data.
      
      This patch also fixs muti-node deployment failed on Debian
      aarch64. Percona's repo has no XtraBackup package for Debian
      aarch64. In such case we can use MariaDB builtin backup tool
      'MariaDB Backup'.
      
      [1] https://mariadb.com/kb/en/library/mariadb-backup-overview/
      
      Change-Id: I7271d3f93b41d4839670a2c4a358744333411cd7
      2f903bf4
  7. Jan 05, 2018
  8. Jan 04, 2018
    • Mark Goddard's avatar
      Fix ironic inspector public endpoint · dda24c47
      Mark Goddard authored
      Fixes a bug where the Baremetal Introspection service's public endpoint
      registered in the Identity service referenced the internal API endpoint.
      
      Also updates keystone endpoints for the Baremetal and Baremetal
      Introspection services during reconfigure and upgrade operations.
      Previously this was only done during deploy.
      
      Change-Id: I32d475f288bb4a3834c13cc86f0c53b5437c3d25
      Closes-Bug: #1738418
      dda24c47
  9. Jan 03, 2018
  10. Jan 02, 2018
  11. Dec 30, 2017
    • Mark Goddard's avatar
      Create volumes for Bifrost's persistent data · 2f25d435
      Mark Goddard authored
      Using Docker volumes for persistent data in the bifrost container is
      necessary for upgrading the bifrost services.
      
      This change adds the following volumes:
      
      * bifrost_httpboot
      * bifrost_ironic
      * bifrost_mariadb
      * bifrost_rabbitmq
      * bifrost_tftpboot
      
      Ironic creates hardlinks between the TFTP master image store and the
      HTTP root path when iPXE is enabled. With different Docker volumes
      used for these locations we run into
      https://bugs.launchpad.net/ironic/+bug/1507894 during deployment. If
      we use a directory under /httpboot to store the master images this
      issue is avoided.
      
      Change-Id: I8653268d3598e7a59d2eb45c8750d45b6fc9e35f
      Partially-implements: blueprint bifrost-upgrade
      2f25d435
    • Mark Goddard's avatar
      Mount kolla_logs volume in bifrost_deploy · bf8eb480
      Mark Goddard authored
      Using a kolla_logs volume ensures that logs are persistent beyond the
      lifespan of the bifrost_deploy container. This is necessary to support
      upgrading the bifrost services. It also opens the possibility of log
      forwarding, although we do not currently deploy a fluentd container on
      the bifrost host.
      
      Change-Id: If3118cd75ccc87b0d003d5f382695aeaa43ed0f8
      Partially-implements: blueprint bifrost-upgrade
      bf8eb480
    • Mark Goddard's avatar
      Ensure inspector uses internal ironic interface · 5f2429b5
      Mark Goddard authored
      Kolla-ansible typically configures services to access the internal API
      endpoint of other services, rather than the default public endpoint.
      
      This change ensures that this is the case for ironic inspector.
      
      Change-Id: I998f12435fc1bd306444f9a68bd7f99f5b78f6f8
      Closes-Bug: #1740591
      5f2429b5
  12. Dec 29, 2017
    • Mark Goddard's avatar
      Add ironic inspector to fluentd log collection · 68b2d48f
      Mark Goddard authored
      Previously ironic inspector logs were not being collected, as they are
      stored in /var/log/kolla/ironic-inspector/ rather than
      /var/log/kolla/ironic/. This change modifies the fluentd input
      configuration to use the correct directory.
      
      Also adds the ironic-inspector service to the fluentd programname
      rewrite rule.
      
      Change-Id: Ie5d67f395e4c32fef992e674f2d53dbd6a17f238
      68b2d48f
  13. Dec 28, 2017
  14. Dec 27, 2017
  15. Dec 25, 2017
  16. Dec 21, 2017
    • Jeffrey Zhang's avatar
      Deploy ceph mgr during upgrade · e027d086
      Jeffrey Zhang authored
      Now we have upgraded to ceph Luminous, need start ceph mgr during
      upgrade from Pike( which is ceph Jewel ).
      
      Implements: blueprint ceph-luminous
      Change-Id: I16ac0fc5d963b5725f9a19ecd396290fea7c0399
      e027d086
    • Jeffrey Zhang's avatar
      Fix wrong ceph mgr keyring name during creating · e733a4b8
      Jeffrey Zhang authored
      ceph mgr should use the each node name rather than the first node
      inventory_hostname
      
      Change-Id: Ib4530ee95b4201a941b836a3fbcbe27d2d03b06f
      e733a4b8
  17. Dec 20, 2017
  18. Dec 19, 2017
  19. Dec 18, 2017
  20. Dec 15, 2017
Loading