Skip to content
Snippets Groups Projects
  1. Mar 14, 2018
  2. Mar 08, 2018
  3. Mar 07, 2018
  4. Mar 06, 2018
  5. Mar 05, 2018
  6. Mar 03, 2018
  7. Mar 02, 2018
  8. Mar 01, 2018
  9. Feb 28, 2018
  10. Feb 27, 2018
  11. Feb 26, 2018
    • Doug Szumski's avatar
      Use Elasticsearch via HAProxy in Kibana · e3fa6d54
      Doug Szumski authored
      The original code assumes that ElasticSearch will be deployed
      on the same node as Kibana. This isn't always the case. When
      they are not on the same node, Kibana will not be able to
      connect to ElasticSearch and deployment will fail on the task:
      'kibana : Wait for kibana to register in elasticsearch'.
      
      A second advantage of making this change is that Kibana won't
      break if ElasticSearch goes down on the node that it's running on
      when there are additional ElasticSearch instances on other nodes.
      
      A disadvantage of this change is that queries from Kibana to
      ElasticSearch will no longer be local.
      
      Closes-Bug: 1751817
      Change-Id: I02ab2e7b1eb963b33e29c8f649cc9db0d63316f7
      e3fa6d54
    • Zuul's avatar
      Merge "Fix the warning when reload the docker" · dd694b23
      Zuul authored
      dd694b23
    • Zuul's avatar
      Merge "Replace kolla title with kolla-ansible" · 837c8853
      Zuul authored
      837c8853
    • caoyuan's avatar
      Fix the warning when reload the docker · 37ef38b6
      caoyuan authored
      use systemd module to reload the docker service, rather than
      command
      
      Change-Id: I2e3b2299365701a08de4025d6ad34cb492b33fda
      Closes-Bug: #1751690
      37ef38b6
  12. Feb 25, 2018
  13. Feb 24, 2018
  14. Feb 23, 2018
  15. Feb 22, 2018
  16. Feb 21, 2018
  17. Feb 20, 2018
  18. Feb 19, 2018
    • Doug Szumski's avatar
      Support configuring grafana local admin username · b8979c20
      Doug Szumski authored
      The grafana local admin username can be configured by overriding
      the admin user field in the grafana.ini file. However, this will
      fail when kolla-ansible attempts to configure any enabled
      datasources for grafana because the local admin password is
      hardcoded to 'admin'. This change allows the grafana local admin
      password to be configured via group vars so that the correct
      username is used when configuring datasources.
      
      Closes-Bug: #1750408
      Change-Id: I0962200894f7a0452da1c249a68f9230b6fab13f
      b8979c20
    • Vladislav Belogrudov's avatar
      Fix murano authentication configuration options · 78b89278
      Vladislav Belogrudov authored
      Murano failed to deploy due to outdated options - it tried to
      issue v2.0 Keystone requests instead of v3. With new options that
      are similar to other projects deployment succeeds.
      
      Change-Id: I1970641e47fa6f94c2c6427ef49b3160d64c33ed
      Closes-Bug: #1750373
      78b89278
    • Eduardo Gonzalez's avatar
      Use fernet in gates · df0bf190
      Eduardo Gonzalez authored
      we have gates currently broken due using rocky keystone code.
      we have no way to test our release until we branch out queens.
      this change doesnt change globals default, only our gates tests.
      
      Change-Id: I189aa8cafc73a365668d79e4b186aac21da63a6f
      df0bf190
  19. Feb 18, 2018
Loading