Skip to content
Snippets Groups Projects
  1. Jul 09, 2018
    • Mark Goddard's avatar
      Fix ownership of virtualenv in bootstrap-servers · 4283dff9
      Mark Goddard authored
      In I86bf5e1df3d6568c4f1ca6f4757f08a3dd22754d, creation of the kolla user
      was moved to after package installation to ensure the sudo package is
      installed when required. This change does not work when python
      dependencies are installed in a virtual environment however - when the
      virtualenv variable is set.
      
      This change moves the ownership change of the virtualenv to after the
      kolla user has been created. It also uses the kolla_user and kolla_group
      variables to set the user and group appropriately.
      
      Change-Id: I320e5d611099ad162945a98d5505a79606da0eba
      TrivialFix
      4283dff9
  2. Jul 05, 2018
  3. Jul 04, 2018
    • Doug Szumski's avatar
      Standardise Monasca Kafka variable name · b54ceef8
      Doug Szumski authored
      Other lists of servers have the postfix _servers. To be consistent
      this change uses the same format for Kafka.
      
      Change-Id: Ia595f2ab485904e76fb76211f6715a7c019886ea
      Partially-Implements: blueprint monasca-roles
      b54ceef8
  4. Jul 03, 2018
  5. Jul 02, 2018
  6. Jun 28, 2018
  7. Jun 27, 2018
  8. Jun 26, 2018
    • Doug Szumski's avatar
      Expire mysql binary logs out of the box · f450dd97
      Doug Szumski authored
      As reported in the bug, these can grow to 10s to 100s of GB
      in a month. To reduce the chance of filling the disk and
      bringing down the control plane this change defines
      an expiry time.
      
      Closes-Bug: 1720113
      Change-Id: I508aad1f515d5108a3d08c90318b70d0a918908c
      f450dd97
    • Benjamin Diaz's avatar
      Revert "Remove keystone_authtoken section for aodh" · fbddccd5
      Benjamin Diaz authored
      This reverts commit f8fd0601.
      
      Based on the code, overall uses service_credentials, but looks like a
      few parts is using keystonemiddleware.auth_*
      
      Closes-Bug: #1775956
      
      Change-Id: I766a5624737cae892fe77fa8151b20e0972ed5b2
      fbddccd5
    • Dmitry Tantsur's avatar
      Stop enabling the ironic's pxe_ipmitool driver · b698435c
      Dmitry Tantsur authored
      Both the driver and the enabled_drivers options are being removed
      this week. Stop setting them to avoid breakages.
      
      Change-Id: I0e0bf851424b8f5839b159ef83f1cc65c30e2fb3
      b698435c
    • wangwei's avatar
      Fix the task about --limit does not perform · ec0c6455
      wangwei authored
      Kolla-ansible supports the deployment with specified tags,
      "--tags, -t <tags> Only run plays and tasks tagged with
      these values".
      However, when specifying a tag, if the tag of the task
      is not "always" or different from the specified tag,
      it will not be run.
      This task "Gather facts for all hosts (if using --limit)"
      is not executed when the --limit parameter is added and
      deployment with specified tag.
      
      Closes-bug: #1711266
      
      Change-Id: If50db2718b765f1d65b5d79eb042b0d95775bafc
      ec0c6455
    • wu.chunyang's avatar
      dev mode: Add support for blazar · 8da93792
      wu.chunyang authored
      Provide support for kolla dev mode in blazar. When
      'kolla_dev_mode' or 'blazar_dev_mode' variables are
      enabled, source code of blazar project will be  cloned
      and mounted automatically
      
      Partially implements: blueprint mount-sources
      
      Change-Id: I50c5eb97be1123b76b1d42fbb25a0ecbaa2c1a44
      8da93792
  9. Jun 25, 2018
    • Zhaokun Fu's avatar
      Fix cinder volume issue with multipathd · af6306ae
      Zhaokun Fu authored
      Deploy multipathd with cinder-volume when multipathd is enabled
      
      Change-Id: Ibc6cab29498508769d6c42a870cf34f587ec7cc7
      Closes-Bug:1757379
      af6306ae
    • fan_guiju's avatar
      Add sudo package for bootstrap-servers · 9ff5d548
      fan_guiju authored
      sudo package is required when we use ubuntu base on centos to deploy.
      
      The following tasks belong to the environment check after
      installation of environment-related software packages.
      So, move to the post-install module.
      
          Create kolla user
          Add public key to kolla user authorized keys
          Grant kolla user passwordless sudo
          Ensure node_config_directory directory exists for user kolla
          Ensure node_config_directory directory exists
      
      Change-Id: I86bf5e1df3d6568c4f1ca6f4757f08a3dd22754d
      Closes-Bug: #1777571
      9ff5d548
  10. Jun 24, 2018
    • Mark Duggan's avatar
      config proxy settings inside glance_api container · 87043bc9
      Mark Duggan authored
      
      Adding the capability to configure settings for http_proxy https_proxy
      and no_proxy inside glance_api container. This is required when import
      images from external http resources behind a proxy.
      
      Co-Authored-By: default avatarPaul Bourke <paul.bourke@oracle.com>
      Closes-bug: #1775815
      Change-Id: I85661f04311d5671adecc84c470f2e4db07cfe1d
      87043bc9
    • wu.chunyang's avatar
      fix freezer prechecks · b42508ff
      wu.chunyang authored
      the value of {{ freezer_services.keys() }} is freezer-api and
      freezer-scheduler ,but we just need freezer_api,not freezer-api and
      freezer-scheduler
      
      Change-Id: Idcc2428b9080bee1afa9ef83bc3c5e5c89ca0ee9
      b42508ff
  11. Jun 21, 2018
    • tone.zhang's avatar
      Make Swift log_level changeable · cebb77d7
      tone.zhang authored
      
      The log_level in Swift is fixed to INFO. The patch make it changeable
      according to the value of "openstack_logging_debug".
      
      When "openstack_logging_debug" is "False", the log_level is set to
      "INFO". It is default value. Otherwise, the log_level is set to
      "DEBUG".
      
      Closes-Bug: #1777982
      
      Change-Id: I62f430abd8f332cc2ece56a6733776fa03b10f77
      Signed-off-by: default avatartone.zhang <tone.zhang@arm.com>
      cebb77d7
  12. Jun 20, 2018
    • jing.liuqing's avatar
      Enable neutron vpnaas dashboard dynamically · 695d44fa
      jing.liuqing authored
      neutron-vpnaas-dashboard is split into standalone repo. Need enable it
      dynamic.
      
      Depends-On: Ife1e39d4fff9e878a101ff716545166a30091f69
      Change-Id: Ia3faa5b52f9321349e57902b5b1d90068d388cc0
      Closes-Bug: #1777750
      695d44fa
  13. Jun 19, 2018
  14. Jun 16, 2018
    • caoyuan's avatar
      dev mode: Add support for Watcher · 8fd7162f
      caoyuan authored
      Provide support for kolla dev mode in Watcher. When
      'kolla_dev_mode' or 'watcher_dev_mode' variables are
      enabled, source code of Watcher project is cloned
      and bind mounted.
      
      Partially implements: blueprint mount-sources
      
      Change-Id: I104c010a8308607b68fc8c7352a0511d16f06fb5
      8fd7162f
  15. Jun 15, 2018
    • caoyuan's avatar
      dev mode: Add support for vitrage · 389e6fc7
      caoyuan authored
      
      Provide support for kolla dev mode in vitrage. When
      'kolla_dev_mode' or 'vitrage_dev_mode' variables are
      enabled, source code of vitrage project is cloned
      and bind mounted.
      
      Partially implements: blueprint mount-sources
      Co-Authored-By: default avatarzhulingjie <easyzlj@gmail.com>
      
      Change-Id: I095f2b33857abbdd0167ae52899407f2d86229d0
      389e6fc7
    • Doug Szumski's avatar
      Supporting configuring Monasca Kafka topics · b76f4016
      Doug Szumski authored
      Multiple Monasca services will need to access these topics. We
      can use these variables to make sure that they all use the correct
      ones.
      
      Change-Id: I9f40090287542a78dc7d7c6bdd3933abb32918d7
      Partially-Implements: blueprint monasca-roles
      b76f4016
    • chenxing's avatar
      Enable ceph dashboard by default · fd6c9f38
      chenxing authored
      
      Co-Authored-By: default avatarrhcayadav <rhcayadav@gmail.com>
      
      Change-Id: I3c2c56decbb9de86101f45592ba8135c49c49405
      Closes-Bug: #1754424
      fd6c9f38
    • caoyuan's avatar
      dev mode: Add support for congress · 625406e5
      caoyuan authored
      Provide support for kolla dev mode in congress. When
      'kolla_dev_mode' or 'congress_dev_mode' variables are
      enabled, source code of congress project is cloned
      and bind mounted.
      
      Partially implements: blueprint mount-sources
      
      Change-Id: Ie6bf33aaac98d237032410a7c0a6e60e35a3fb00
      625406e5
    • caoyuan's avatar
      dev mode: Add support for cinder · c8bb9bcc
      caoyuan authored
      Provide support for kolla dev mode in cinder. When
      'kolla_dev_mode' or 'cinder_dev_mode' variables are
      enabled, source code of cinder project is cloned
      and bind mounted.
      
      Partially implements: blueprint mount-sources
      
      Change-Id: I9ccd395d076f9cc1ad4b51af9d22ba8b17fac1bc
      c8bb9bcc
  16. Jun 12, 2018
    • Jeffrey Zhang's avatar
      Fix copy external ceph files from custome/gnocchi in gnocchi · dfb5ddaa
      Jeffrey Zhang authored
      There is no need to load custom ceph.conf and keyring from different
      folder for gnocchi components. Just load the files from
      node_custom_config/gnocchi folder.
      
      Depends-On: I379ff17856509c9321b86c13a72eacc18f5c1202
      Change-Id: Id553dff274a29d82fb1b743437e3656d6f817e52
      dfb5ddaa
  17. Jun 09, 2018
    • wu.chunyang's avatar
      fix ansible warning about blazar · ebd353e6
      wu.chunyang authored
      In Ansible 2.3.0 when statements should not include jinja2 templating
      delimiters such as {{ }} or {% %}
      this ps fixes it
      
      Change-Id: I33a42eb8184b77e78332caa2a255e0f251fdf9fc
      ebd353e6
  18. Jun 08, 2018
    • Mark Giles's avatar
      Fix enabled state for some prometheus services · 18998f28
      Mark Giles authored
      Some services were enabled by default which, even though they were
      never deployed when prometheus wasn't enabled, could cause problems
      if the monitoring inventory group was empty.  Changed these services
      to be enabled based on whether prometheus is enabled.
      
      Change-Id: I0956a1b65a3577cd57fe3b16a95bc3d64fc142ba
      18998f28
    • Ha Manh Dong's avatar
      Specify 'become' for all tasks that use kolla_docker module · 30be04ea
      Ha Manh Dong authored
      Add become to all tasks that use the module "kolla_docker"
      
      Change-Id: I4309c4011687b88ec31d739fd8f834fe2326ff10
      Partial-Implements: blueprint ansible-specific-task-become
      30be04ea
    • wu.chunyang's avatar
      dev mode: Add support for sahara · 31a6de01
      wu.chunyang authored
      
      Provide support fot kolla dev mode in sahara. When
      'kolla_dev_mode' or 'sahara_dev_mode' variables are
      enabled, source code of sahara  project will be  cloned
      and  mounted automatically
      
      Partially implements: blueprint mount-sources
      
      Change-Id: I496ea4443ec8ffc4dc9d0f0d3e6a4514d16ed336
      Co-Authored-By: default avatarzhulingjie <easyzlj@gmail.com>
      31a6de01
  19. Jun 07, 2018
Loading