diff --git a/dib/ironic-python-agent-ramdisk/environment.d/20-ipa-distro-family.bash b/dib/ironic-python-agent-ramdisk/environment.d/20-ipa-distro-family.bash index 1d96b91..a06ff92 100644 --- a/dib/ironic-python-agent-ramdisk/environment.d/20-ipa-distro-family.bash +++ b/dib/ironic-python-agent-ramdisk/environment.d/20-ipa-distro-family.bash @@ -1,4 +1,3 @@ -# TODO(dtantsur): verify if opensuse can be added here if [[ $DISTRO_NAME =~ (fedora|centos|rhel) ]]; then export IPA_DISTRO_FAMILY=rh else diff --git a/doc/source/admin/dib.rst b/doc/source/admin/dib.rst index 0a163b0..72b34a2 100644 --- a/doc/source/admin/dib.rst +++ b/doc/source/admin/dib.rst @@ -9,7 +9,6 @@ real hardware. The recommended distributions are: The following should work but receive only limited testing and support: -* openSUSE Leap 15.1 * Ubuntu 20.04 Focal Building diff --git a/releasenotes/notes/no-suse-e15d8384c423251c.yaml b/releasenotes/notes/no-suse-e15d8384c423251c.yaml new file mode 100644 index 0000000..5cd6f18 --- /dev/null +++ b/releasenotes/notes/no-suse-e15d8384c423251c.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + Support for openSUSE Leap 15.* has been removed. diff --git a/zuul.d/ironic-python-agent-builder-jobs.yaml b/zuul.d/ironic-python-agent-builder-jobs.yaml index eae09c6..8fb10b5 100644 --- a/zuul.d/ironic-python-agent-builder-jobs.yaml +++ b/zuul.d/ironic-python-agent-builder-jobs.yaml @@ -85,15 +85,6 @@ vars: extra_elements: ["extra-hardware"] -- job: - name: ironic-python-agent-check-image-dib-opensuse - parent: ironic-python-agent-check-image-base - required-projects: - - openstack/diskimage-builder - vars: - image_type: 'dib' - image_distro: 'opensuse' - - job: name: ironic-python-agent-check-image-dib-debian parent: ironic-python-agent-check-image-base diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 6859ca6..9ed3947 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -17,8 +17,6 @@ # Non-voting jobs - ironic-python-agent-check-image-dib-ubuntu: voting: false - - ironic-python-agent-check-image-dib-opensuse: - voting: false - ipa-tempest-bios-ipmi-direct-src: voting: false - ipa-tempest-ironic-inspector-src: