Skip to content
Snippets Groups Projects
  1. May 21, 2018
  2. May 18, 2018
    • Jorge Niedbalski's avatar
      horizon: allow to configure by custom_local_settings.j2 · d516ad7d
      Jorge Niedbalski authored
      kolla-ansible should provide a mechanism to allow operators to overwrite
      the default (or not exposed through configuration) options for the
      local_settings.
      
      local_settings.j2 may be good place to configure horizon but requires
      operator to sync it every release.
      
      custom_local_settings.j2 can be used to overwrite things from
      local_settings.j2 without a need of syncing it first.
      
      This patch also adds a release note and a documentation section
      under the advanced configuration page.
      
      Partial-Bug: #1769970
      Depends-On: https://review.openstack.org/#/c/567006/
      Change-Id: I84b54ba737276114e512d4577ac4b9010682bb98
      d516ad7d
    • ZhijunWei's avatar
      Remove the unnecessary register.yml for upgrade · 81eb90a3
      ZhijunWei authored
      When execute upgrade action, no need to create endpoint and
      project again. This PS to remove register.yml from upgrade.yml
      
      Change-Id: I0c453aa7214752fd6782521c64d462153396b05a
      81eb90a3
    • ZhijunWei's avatar
      Optimise the tag for common role · 3d63ae6b
      ZhijunWei authored
      Change-Id: I47b329bb3e16aa33a5e0a156aca515a666cd98e4
      3d63ae6b
  3. May 17, 2018
  4. 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
  5. May 15, 2018
  6. May 14, 2018
  7. May 12, 2018
  8. 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
  9. May 09, 2018
  10. May 08, 2018
  11. May 07, 2018
  12. May 06, 2018
    • yuqian's avatar
      Make sure aodh/service_credentials wotks with internalURL · bf0f155d
      yuqian authored
      Aodh service credential defaults to publicURL.
      
      Aodh should work with the internal interface (v3 API Identity syntax):
      
      .....
      [service_credentials]
      interface = internal
      .....
      
      Change-Id: Ie11290be25291fee1938032ae6294546fb7a98f3
      bf0f155d
  13. May 04, 2018
  14. May 03, 2018
    • Mark Giles's avatar
      Automatically add Prometheus as a Grafana datasource · 6777c903
      Mark Giles authored
      Assuming both Prometheus and Grafana are enabled, this change
      configures Grafana such that it can use data collected by the
      Prometheus server.
      
      Partially-Implements: blueprint prometheus
      Change-Id: I0290806d0c622b1de33cf7047f099795b4c780b9
      6777c903
  15. May 02, 2018
Loading