Skip to content
Snippets Groups Projects
  1. Oct 04, 2021
    • Mark Goddard's avatar
      CI: enable DNF tests on CentOS Stream 8 · 6a69a4f4
      Mark Goddard authored
      These were inadvertently skipped following the move to CentOS Stream,
      due to matching the distro name on CentOS Linux.
      
      Backport to Victoria.
      
      Change-Id: I478d6304c3f8d207bc7062a0909147a169003027
      6a69a4f4
  2. Sep 29, 2021
    • Pierre Riteau's avatar
      CI: Disable libvirt debug logs · f09faa43
      Pierre Riteau authored
      Libvirt debug logs can grow very large, particularly on Ubuntu (we have
      seen up to 1.1GB). Disable libvirt debug logging using variable
      nova_libvirt_logging_debug which was added to Kolla Ansible during the
      Wallaby cycle (see change I90bfd1b300ad3202ea4d139fda6d6beb44c5820f) and
      backported to Victoria and Ussuri.
      
      Change-Id: Ic047e80aa382148b009b1c03581b417d17ec2598
      f09faa43
  3. Sep 27, 2021
  4. Sep 23, 2021
  5. Sep 21, 2021
  6. Sep 20, 2021
  7. Sep 17, 2021
  8. Sep 16, 2021
  9. Sep 15, 2021
  10. Sep 14, 2021
  11. Sep 10, 2021
  12. Sep 09, 2021
  13. Sep 08, 2021
  14. Sep 07, 2021
  15. Sep 05, 2021
  16. Sep 03, 2021
  17. Sep 01, 2021
  18. Aug 31, 2021
  19. Aug 26, 2021
  20. Aug 21, 2021
    • Mark Goddard's avatar
      Use ansible_facts to reference facts · f639ad0b
      Mark Goddard authored
      By default, Ansible injects a variable for every fact, prefixed with
      ansible_. This can result in a large number of variables for each host,
      which at scale can incur a performance penalty. Ansible provides a
      configuration option [0] that can be set to False to prevent this
      injection of facts. In this case, facts should be referenced via
      ansible_facts.<fact>.
      
      This change updates all references to Ansible facts within Kayobe
      from using individual fact variables to using the items in the
      ansible_facts dictionary. This allows users to disable fact variable
      injection in their Ansible configuration, which may provide some
      performance improvement.
      
      This change disables fact variable injection in the ansible
      configuration used in CI, to catch any attempts to use the injected
      variables.
      
      [0] https://docs.ansible.com/ansible/latest/reference_appendices/config.html#inject-facts-as-vars
      
      Story: 2007993
      Task: 42464
      Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/791276
      
      Change-Id: I14db53ed6e57d37bbd28dd5819e432e3fe6628b2
      f639ad0b
  21. Aug 20, 2021
    • Mark Goddard's avatar
      Fix configuration check without public API network · 3c56f32f
      Mark Goddard authored
      If no public API network is used, as in the case of typical all-in-one
      environments, the checks in kolla-ansible.yml, task "Validate Kolla
      Ansible API address configuration" may fail. This happens only when
      using the new kolla_internal_vip_address variable, and not if the legacy
      vip_address network attribute is used.
      
      This change fixes the issue by only checking for valid external VIP
      address/FQDN configuration when a separate public API network is in use.
      If the external VIP/FQDN are not set, then Kayobe no longer defaults
      their values to the internal VIP/FQDN, instead relying on the Kolla
      Ansible defaults to do this. This may have consequences for anyone
      relying on these variables in configuration.
      
      Change-Id: I0b1c963006c044ade5c67c4046da5e2addc9a8c7
      Story: 2009134
      Task: 43070
      3c56f32f
  22. Aug 19, 2021
  23. Aug 13, 2021
  24. Aug 12, 2021
  25. Aug 10, 2021
Loading