Skip to content
Snippets Groups Projects
  1. Jun 01, 2018
    • MinSun's avatar
      Rabbitmq bootstrap enhancement · ddc564d2
      MinSun authored
      Using rabbitmq service defined in default when
      boot rabbitmq_bootstrap.
      Not a bug here, just an enhancement.
      
      Change-Id: I79f0f7efe3308ed4eb898b85a6370be1bd637d9a
      ddc564d2
  2. May 30, 2018
    • Kevin Tibi's avatar
      Add custom option for docker · b6bab5b9
      Kevin Tibi authored
      Some options can't be add in the daemon.json
      The only way to configure daemon is to add option in the service file
      
      Change-Id: I88697951ed6518f62bca30bb52288ad0e487ec03
      b6bab5b9
    • MinSun's avatar
      Mariadb bootstrap_cluster enhancement · bee02d36
      MinSun authored
      Using mariadb service defined in default when boot bootstrap_mariadb
      Not a bug here, just an enhancement.
      
      Change-Id: I1f8b51fb6177a8524483e600701924dbfc3403cb
      bee02d36
    • MinSun's avatar
      check cron container error · 2e123aed
      MinSun authored
      In common role, when check common container for cron restart,
      we should use cron_container.changed instead of
      check_common_containers.changed
      
      Change-Id: Ifaaa437f5e205e970371fbb3660b68df352eb440
      Closes-Bug: #1773923
      2e123aed
  3. May 29, 2018
    • Mark Giles's avatar
      Add cAdvisor for Prometheus monitoring · 41254b6c
      Mark Giles authored
      cAdvisor (Container Advisor) provides metrics on resource usage and
      performance characteristics of running containers.  This change
      deploys a cadvisor container and configures prometheus to scrape
      data from it.
      
      Change-Id: I55dd4fee954f9be68efda397746861ddaaa0a565
      Partially-Implements: blueprint prometheus
      41254b6c
    • zhulingjie's avatar
      Remove keystone_authtoken section for aodh · f8fd0601
      zhulingjie authored
      1. Now, the aodh use [service_credentials] to get credentials[0],
      remove the unused [keystone_authtoken]
      2. Move memcache stuff into service_credentials section
      
      refer to https://review.openstack.org/#/c/570393/
      
      Change-Id: I08cf3ec4e9ca32cc83d74bd4204e7e170b01feb7
      f8fd0601
  4. May 26, 2018
  5. May 25, 2018
  6. May 24, 2018
  7. May 23, 2018
  8. May 22, 2018
    • wu.chunyang's avatar
      fix blazar error in deployment · 37341665
      wu.chunyang authored
      when deploy this project,it report an error "
      blazar_policy_jsons" not found, which result in
      faild. this ps to fix it
      
      Change-Id: Ifa4c0f33642e355be8849f2298d4a73c5e6c602c
      37341665
  9. May 21, 2018
  10. May 18, 2018
  11. May 17, 2018
  12. May 16, 2018
    • Kevin Tibi's avatar
      Fix Grafana config for extra conf · 1d249ca9
      Kevin Tibi authored
      Previous change[1] of config for grafana introduced
      new bugs.
      
      [1]https://review.openstack.org/#/c/548291/
      
      Change-Id: Ib62f0670003612073ff08f702febe81c753b72e5
      1d249ca9
    • Mark Goddard's avatar
      Fix missed kolla_action and kolla_serial · 2e190597
      Mark Goddard authored
      In change I78cb60168aaa40bb6439198283546b7faf33917c, action was changed
      to kolla_action, and serial to kolla_serial, to avoid Ansible warnings
      due to use of reserved keywords. In that change, some keywords were
      missed, and some changes that were merged since then have not switched
      to the new variables. This change fixes all current instances of those
      issues.
      
      Change-Id: I357dffdfcb2b405e280a962d366ee65eebf0a8d1
      Implements: blueprint migrate-to-ansible-2-2-0
      2e190597
    • wu.chunyang's avatar
      Optimize reconfiguration for murano · 3093f44c
      wu.chunyang authored
      
      Change-Id: Ib5116e76a9a5c97571282225b8eaf480f120f9b1
      Partially-implements: blueprint better-reconfigure
      Co-Authored-By: default avatarZhijunWei <wzj334965317@outlook.com>
      3093f44c
    • chenxing's avatar
      Update the deprecated vnc options · 1da05bd5
      chenxing authored
      - Option "vncserver_listen" from group "vnc" is deprecated.
        Use option "server_listen" from group "vnc".
      - Option "vncserver_proxyclient_address" from group "vnc" is deprecated.
        Use option "server_proxyclient_address" from group "vnc".
      
      Change-Id: If4be4e787b7e899bd0d265cf22f3df3dd3f18f43
      1da05bd5
  13. May 15, 2018
  14. May 14, 2018
  15. May 12, 2018
    • caoyuan's avatar
      dev mode: Add support for mistral · c3c7b482
      caoyuan authored
      
      Provide support for kolla dev mode in mistral. When
      'kolla_dev_mode' or 'mistral_dev_mode' variables are
      enabled, source code of mistral project is cloned
      and bind mounted.
      
      Partially implements: blueprint mount-sources
      Co-Authored-By: default avatarchenqiaomin <chen.qiaomin@99cloud.net>
      
      Change-Id: I6e5f9b1a6b35dbb672905987e715cae4bf10af7f
      c3c7b482
    • wu.chunyang's avatar
      optimize the freezer tag · a0f43fde
      wu.chunyang authored
       keep consistent with other projects
      
      Change-Id: I3eae5efbc148a87dea44ce1fe727f6314a437e98
      a0f43fde
  16. May 11, 2018
    • Jorge Niedbalski's avatar
      [haproxy] Enable global optimization options · 48231e1d
      Jorge Niedbalski authored
      
      This patch enables 3 new configuration options for haproxy.cfg
      global section.
      
        - haproxy_processes: number of haproxy processes (default:1).
        - haproxy_max_connections: number of concurrent connections (default:4000)
        - haproxy_process_cpu_map: enforces 1:1 mapping/affinity between
      process and core. (default: no).
      
      Closes-Bug: #1770060
      Change-Id: I33fc499b083c7bcc548133498e44406a479389f1
      Signed-off-by: default avatarJorge Niedbalski <jorge.niedbalski@linaro.org>
      48231e1d
    • Jeffrey Zhang's avatar
      Fix ansible warning · c5670551
      Jeffrey Zhang authored
      - rename action and serial to kolla_ansible and kolla_serial
      - use become instead of "sudo <command>" in shell
      - Remove quota for failed_when and changed_when in rabbitmq tasks
      
      Change-Id: I78cb60168aaa40bb6439198283546b7faf33917c
      Implements: blueprint migrate-to-ansible-2-2-0
      c5670551
  17. May 09, 2018
Loading