Skip to content
Snippets Groups Projects
  1. May 22, 2020
    • Mark Goddard's avatar
      Improve error reporting in password utilities · 620b808c
      Mark Goddard authored
      The kolla-genpwd and kolla-mergepwd commands can be used to manipulate
      the kolla passwords.yml file. The format is a YAML encoded dict of
      password variable names to their values. If the format is not a dict,
      the error messages are unhelpful.  In particular, this can happen if the
      file is encrypted e.g. via Ansible Vault.
      
      For kolla-genpwd:
      
          AttributeError: 'NoneType' object has no attribute 'items'
      
      For kolla-mergepwd:
      
          AttributeError: 'NoneType' object has no attribute 'update'
      
      This change adds a more friendly message.
      
      Change-Id: I27f0835b904e05006ae401adf383090322e1b891
      Closes-Bug: #1880220
      620b808c
    • Zuul's avatar
      Merge "Add First login steps back into Kibana doc" · 8659acb2
      Zuul authored
      8659acb2
    • Raimund Hook's avatar
      Add First login steps back into Kibana doc · 30dedef0
      Raimund Hook authored
      Kolla-ansible version 4.0.0 contained the steps to follow when logging
      in to Kibana for the first time.
      
      These got deleted when the process was seemingly automated, but the
      relevant machinery no longer works. See [1] as well.
      
      Backport to Ussuri, Train, Stein (possibly more).
      
      [1] https://review.opendev.org/726289
      
      Change-Id: If65622dc78e7f8fd16e37ee31bc9f34eb9267549
      30dedef0
  2. May 20, 2020
  3. May 19, 2020
  4. May 18, 2020
  5. May 17, 2020
  6. May 16, 2020
  7. May 15, 2020
    • Will Szumski's avatar
      Improve fernet_token_expiry precheck · 810acea6
      Will Szumski authored
      The pre-check was broken, see bug report for details.
      
      Change-Id: I089f1e288bae6c093be66181c81a4373a6ef3de4
      Closes-Bug: #1856021
      810acea6
    • Michal Nasiadka's avatar
      Fix deprecation warnings in fluentd · 3611f053
      Michal Nasiadka authored
      Change-Id: I812665059783617d581d748e619b29426f89b353
      3611f053
    • Jeffrey Zhang's avatar
      Configure RabbitMQ user tags in nova-cell role · 869e3f21
      Jeffrey Zhang authored
      The RabbitMQ 'openstack' user has the 'administrator' tag assigned via
      the RabbitMQ definitions.json file.
      
      Since the Train release, the nova-cell role also configures the RabbitMQ
      user, but omits the tag. This causes the tag to be removed from the
      user, which prevents it from accessing the management UI and API.
      
      This change adds support for configuring user tags to the
      service-rabbitmq role, and sets the administrator tag by default.
      
      Change-Id: I7a5d6fe324dd133e0929804d431583e5b5c1853d
      Closes-Bug: #1875786
      869e3f21
    • Doug Szumski's avatar
      Fix registration of Monasca Grafana datasource · 776253c4
      Doug Szumski authored
      The refactor in change I500cc8800c412bc0e95edb15babad5c1189e6ee4
      broke the task `Enable Monasca Grafana datasource for control
      plane organisation`. This change fixes the brackets.
      
      Change-Id: I9167a312be107fbfddfd07740f67845c2eaafc3d
      Closes-Bug: 1878878
      776253c4
  8. May 14, 2020
  9. May 13, 2020
Loading