Skip to content
Snippets Groups Projects
  1. Feb 07, 2023
  2. Jan 12, 2023
    • Mark Goddard's avatar
      Fix prechecks in check mode · 46aeb984
      Mark Goddard authored
      When running in check mode, some prechecks previously failed because
      they use the command module which is silently not run in check mode.
      Other prechecks were not running correctly in check mode due to e.g.
      looking for a string in empty command output or not querying which
      containers are running.
      
      This change fixes these issues.
      
      Closes-Bug: #2002657
      Change-Id: I5219cb42c48d5444943a2d48106dc338aa08fa7c
      46aeb984
  3. Dec 21, 2022
    • Matt Crees's avatar
      Integrate oslo-config-validator · 6c2aace8
      Matt Crees authored
      Regularly, we experience issues in Kolla Ansible deployments because we
      use wrong options in OpenStack configuration files. This is because
      OpenStack services ignore unknown options. We also need to keep on top
      of deprecated options that may be removed in the future. Integrating
      oslo-config-validator into Kolla Ansible will greatly help.
      
      Adds a shared role to run oslo-config-validator on each service. Takes
      into account that services have multiple containers, and these may also
      use multiple config files. Service roles are extended to use this shared
      role. Executed with the new command ``kolla-ansible validate-config``.
      
      Change-Id: Ic10b410fc115646d96d2ce39d9618e7c46cb3fbc
      6c2aace8
  4. Dec 13, 2022
    • Pierre Riteau's avatar
      Fix generation of OpenSearch Dashboards config · a2739db0
      Pierre Riteau authored
      The opensearch config playbook was iterating over opensearch_services,
      generating a file named opensearch-dashboards.yml containing an empty
      JSON dictionary. The next task was generating opensearch_dashboards.yml
      which is actually used by OpenSearch Dashboards.
      
      Remove with_dict in the first task to only generate opensearch.yml.
      
      Change-Id: I39cf74916630d27cd34ce0783ba8c3c0d20bbddc
      a2739db0
  5. Dec 01, 2022
Loading