Skip to content

Commit

Permalink
DNM - Testing downgrade libvirt
Browse files Browse the repository at this point in the history
Testing libvirt downgrade with depends-on

Depends-On: openstack-k8s-operators/edpm-ansible#558
  • Loading branch information
arxcruz committed Feb 7, 2024
1 parent 8c42bd0 commit 4629231
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
tcib_actions:
- run: if [ "$(uname -m)" == "x86_64" ]; then dnf -y install {{ tcib_packages['x86_64'] | join(' ') }}; fi
- run: dnf config-manager --save --setopt exclude=libvirt*-9.10.0-1.el9
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: if [ -f /usr/share/qemu/firmware/50-edk2-ovmf-cc.json ] && [ -f /usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json ]; then jq ".mapping[\"nvram-template\"] = $(jq ".mapping[\"nvram-template\"]" /usr/share/qemu/firmware/50-edk2-ovmf-cc.json)" /usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json > /tmp/50-edk2-ovmf-amdsev_.json && mv -f /tmp/50-edk2-ovmf-amdsev_.json /usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json; fi

tcib_packages:
common:
- ceph-common
Expand Down
8 changes: 8 additions & 0 deletions zuul.d/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
- job:
name: tcib-podified-multinode-edpm-deployment-crc
parent: podified-multinode-edpm-deployment-crc
nodeset: &multinode_edpm_nodeset
nodes:
- name: controller
label: cloud-centos-9-stream-tripleo-vexxhost-medium
- name: compute-0
label: cloud-centos-9-stream-tripleo-vexxhost-medium
- name: crc
label: coreos-crc-extracted-3xl
irrelevant-files: *if
vars: &edpm_vars
cifmw_edpm_prepare_update_os_containers: true
Expand Down

0 comments on commit 4629231

Please sign in to comment.