Skip to content
Snippets Groups Projects
  1. Sep 20, 2021
  2. Sep 17, 2021
  3. Sep 16, 2021
    • Pierre Riteau's avatar
      CI: Log disk usage details · 545f3610
      Pierre Riteau authored
      Five levels of depth gives us details about each Docker volume. Remove
      files or directories smaller than 1MB from the output to keep it short.
      
      Change-Id: I300e37106ab4dc2ebfa70371391c99cd43c7b14c
      545f3610
  4. Sep 15, 2021
  5. Sep 14, 2021
  6. Sep 10, 2021
  7. Sep 09, 2021
  8. Sep 08, 2021
  9. Sep 07, 2021
  10. Sep 05, 2021
  11. Sep 03, 2021
  12. Sep 01, 2021
  13. Aug 31, 2021
  14. Aug 26, 2021
  15. 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
  16. 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
  17. Aug 19, 2021
  18. Aug 13, 2021
  19. Aug 12, 2021
  20. Aug 10, 2021
  21. Aug 04, 2021
  22. Aug 03, 2021
  23. Jul 30, 2021
    • Lukasz Zalewski's avatar
      Ubuntu: Set MTU for veth in the network files · 5a0206ae
      Lukasz Zalewski authored
      Configuring veth pair MTU in the systemd-networkd .netdev files
      does not set the correct MTU for the peer and there isn't
      configuration option in the [Peer] section to do so [1].
      This results in an MTU mismatch with peer having the default
      (1500) value.
      
      This change moves the MTU configuration from the .netdev file
      to the [Link] section of the corresponding veth pair .network files.
      Same approach is already recommended in [1] for the tun and
      tap devices.
      
      [1] https://www.freedesktop.org/software/systemd/man/systemd.netdev.html
      
      Story: 2009072
      Task: 42882
      Change-Id: I082e1b807497d17ae40ddf86e1473fbfcdf625e2
      5a0206ae
  24. Jul 28, 2021
  25. Jul 27, 2021
    • Michał Nasiadka's avatar
      kolla: Set neutron_plugin_agent to OVN when it's enabled · fb36029b
      Michał Nasiadka authored
      kolla_enable_ovn currently just builds OVN images and
      deploys OVN without configuring Neutron to use OVN.
      
      Story: 2009080
      Task: 42892
      
      Change-Id: Ib756630d50cb9cf89342f32bf1d4e07df31b1a62
      fb36029b
    • Pierre Riteau's avatar
      Add missing font for PDF generation · b8ff8fa8
      Pierre Riteau authored
      The openstack-tox-docs job started failing with the following error:
      
          ! LaTeX Error: File `tgtermes.sty' not found.
      
      This change adds the required font package to the bindep doc profile.
      
      Change-Id: I9acf8fd03150b9cc03a011364f0c45929b9a9f87
      b8ff8fa8
  26. Jul 26, 2021
  27. Jul 23, 2021
    • Pierre Riteau's avatar
      Remove stale DIB_DISABLE_KERNEL_CLEANUP references · d4bbdada
      Pierre Riteau authored
      Documentation about DIB_DISABLE_KERNEL_CLEANUP was left in place after
      the variable was removed in Ie25e88bb96f186399ae69837e93185127628ce86.
      
      Backport: wallaby, victoria, ussuri
      
      Change-Id: Iddb699aa98ddee8446d532ce4bd23ba9174fb38e
      d4bbdada
  28. Jul 22, 2021
Loading