Skip to content
Snippets Groups Projects
  1. Apr 27, 2022
  2. Apr 26, 2022
  3. Apr 20, 2022
    • Maksim Malchuk's avatar
      Cleanup old and deprecated Swift configuration · 10b8c1ea
      Maksim Malchuk authored
      
      This is old and deprecated configuration settings for Swift not needed
      anymore because kolla-ansible correctly configure glance-api.conf and
      glance-swift.conf since Idddbf2ce741e0486d60e1de88c77a7f0332a5a2b when
      kolla_enable_swift variable set to true. This change can be backported
      through all releases till the Train.
      
      Change-Id: I5273edc8265f115519f499e85fe12f8d22306c4b
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      10b8c1ea
  4. Apr 19, 2022
    • Pierre Riteau's avatar
      Fix no_proxy configuration · 71eb21a3
      Pierre Riteau authored
      The no_proxy list should only contain domains, hostnames, IP addresses
      and networks, but docker_registry is often in the form ip_address:port.
      
      Use urlsplit to extract the hostname from the docker_registry variable
      after prepending http:// to turn it into a valid URL.
      
      Also add missing infra-vms to hosts in proxy.yml.
      
      Change-Id: I6424fc405894514a63fb2b641637bbb9d5c070c0
      71eb21a3
  5. Apr 14, 2022
  6. Apr 13, 2022
  7. Apr 12, 2022
  8. Apr 11, 2022
  9. Apr 07, 2022
  10. Apr 06, 2022
  11. Apr 01, 2022
  12. Mar 31, 2022
    • Mark Goddard's avatar
      CI: separate image builds into a non-voting job · a7ee3ac5
      Mark Goddard authored
      Disk and container image builds tend to be fairly unreliable.
      With 3 voting seed jobs all building images, this can introduce
      instability into the CI jobs.
      
      This change adds a non-voting kayobe-seed-images-centos8s job, which
      does the following:
      
      * Builds IPA images
      * Builds an overcloud host image
      * Builds a base container image
      
      Similar Rocky and Ubuntu jobs are added to the experimental pipeline,
      and may be run by commenting 'check experimental' in gerrit.
      
      The existing kayobe-seed-* jobs no longer build images.
      
      Change-Id: Idecda342f3ab86733e8d59061458d44af834dbb0
      a7ee3ac5
    • Pierre Riteau's avatar
      [release] Sync Kolla Ansible feature flags for Yoga · c2186b1b
      Pierre Riteau authored
      Change-Id: I174623bbcfeb35c59cd4c155f36078800d4c35cd
      c2186b1b
  13. Mar 30, 2022
  14. Mar 29, 2022
    • Zuul's avatar
      Merge "libvirt: support SASL authentication" · 0cd0f057
      Zuul authored
      0cd0f057
    • Zuul's avatar
      Merge "libvirt: deploy libvirt on the host" · 4bb2aa8f
      Zuul authored
      4bb2aa8f
    • Mark Goddard's avatar
      Use jinja2.pass_context instead of contextfilter · c9c0019d
      Mark Goddard authored
      The contextfilter decorator was deprecated in jinja2 3.0.0, and has been
      dropped in 3.1.0. This results in the following warning, and failed
      attempts to use filters:
      
          [WARNING]: Skipping plugin (networks.py) as it seems to be invalid:
          module 'jinja2' has no attribute 'contextfilter'
      
      This change switches to use the pass_context decorator. The minimum
      version of Jinja2 is raised to 3 to ensure pass_context is present.
      
      This change also includes some changes to address issues with image
      builds in CI, caused by CentOS Scream.
      
      1. disable IPA image builds in seed deploy jobs
      
      IPA image builds will be split out into a separate job. For now, disable
      them.
      
      2. disable overcloud host image builds in seed deploy jobs
      
      Overcloud host image builds will be split out into a separate job. For
      now, disable them.
      
      Depends-On: https://review.opendev.org/c/openstack/kayobe/+/835279
      Change-Id: If657bf5b0117812d3c53942464cc41cf86cc8ad5
      c9c0019d
  15. Mar 24, 2022
  16. Mar 23, 2022
Loading