Skip to content
Snippets Groups Projects
  1. Dec 09, 2022
  2. Dec 08, 2022
  3. Dec 07, 2022
  4. Dec 02, 2022
    • Mark Goddard's avatar
      Build overcloud host images via DIB by default · 50f5fb14
      Mark Goddard authored
      Changes overcloud_dib_build_host_images to true, as promised in
      I93d242889e225b4e60254f6b9cc5eeb457294ac8.
      
      Change-Id: I322432985535348fb4ebe5bff7db5dd68f16b340
      50f5fb14
    • Mark Goddard's avatar
      Remove kolla_install_type variable · 3c1b9c4d
      Mark Goddard authored
      Kolla removed support for binary images in the Zed release, as well as
      the install_type config option. It also changed the image tag format.
      
      Yoga & earlier:
      
        openstack.kolla/centos-source-base:yoga
      
      Zed & later:
      
        openstack.kolla/base:zed-centos-stream9
      
      This change removes the kolla_install_type variable. It also adds a
      kolla_base_distro_version variable, which is passed to kolla and
      kolla-ansible.
      
      The following two variables are also removed, since all images are now
      of type source:
      
      * overcloud_container_image_regex_map_source
      * overcloud_container_image_regexes_source
      
      Change-Id: I0023765438c0c73394c3465828c4d98f766d9350
      3c1b9c4d
    • Zuul's avatar
      Merge "CI: Fix molecule job on Ubuntu Jammy" · 744ca091
      Zuul authored
      744ca091
  5. Dec 01, 2022
    • Mark Goddard's avatar
      CI: Fix molecule job on Ubuntu Jammy · 564a0655
      Mark Goddard authored
      OpenDev has changed the image used for tox jobs to Ubuntu Jammy 22.04.
      This broke molecule jobs, which started failing with:
      
      ImportError: cannot import name 'Iterable' from 'collections'
      
      This change updates requirements to bump molecule and pytest-metadata.
      It also removes molecule flake8 lint configuration, which is no longer
      supported.
      
      Change-Id: I751a458f7668f7917abaa662723221ac7e3752c8
      564a0655
  6. Nov 15, 2022
  7. Nov 09, 2022
  8. Nov 07, 2022
  9. Oct 20, 2022
  10. Oct 18, 2022
    • Erik Berg's avatar
      Use dnf module to get rid of warning · 35f69ead
      Erik Berg authored
      Ansible throws a warning on this command;
      [WARNING]: Consider using the dnf module rather than running 'dnf'
      
      Change-Id: Icc2aac744837676fe6b48fad44187ef750039d7a
      35f69ead
  11. Oct 17, 2022
    • Will Szumski's avatar
      Fixes an issue with --wipe-disks · faa5b33f
      Will Szumski authored
      The awk expression that was in use prior to this change was fragile
      and in some cases could incorrectly identify the unmounted block
      devices. This change switches to parsing the json output which
      should hopefully be more robust.
      
      Change-Id: Ifa89e7307eb445b4f1708f0c6ac3409b3f96aafe
      Story: 2010367
      Task: 46578
      faa5b33f
  12. Oct 13, 2022
  13. Oct 12, 2022
  14. Oct 07, 2022
Loading