CI: Switch to stable/2024.2 tinyipa due to failures
Revert once master works again Change-Id: Ie6be273e729f54b8a3fe364abcdd46ff4615cfea
This commit is contained in:
parent
4ac2701740
commit
3d8d34d486
@ -209,13 +209,17 @@
|
|||||||
mode: 0777
|
mode: 0777
|
||||||
|
|
||||||
- name: Download Ironic Python Agent (IPA) images
|
- name: Download Ironic Python Agent (IPA) images
|
||||||
|
vars:
|
||||||
|
# TODO(mnasiadka): Revert back to master when it works
|
||||||
|
# tinyipa_image: "tinyipa-{{ zuul.branch | replace('/', '-') }}"
|
||||||
|
tinyipa_image: "tinyipa-stable-2024.2"
|
||||||
get_url:
|
get_url:
|
||||||
url: "https://tarballs.opendev.org/openstack/ironic-python-agent/tinyipa/files/{{ item.src }}"
|
url: "https://tarballs.opendev.org/openstack/ironic-python-agent/tinyipa/files/{{ item.src }}"
|
||||||
dest: "/etc/kolla/config/ironic/{{ item.dest }}"
|
dest: "/etc/kolla/config/ironic/{{ item.dest }}"
|
||||||
with_items:
|
with_items:
|
||||||
- src: "tinyipa-{{ zuul.branch | replace('/', '-') }}.gz"
|
- src: "{{ tinyipa_image }}.gz"
|
||||||
dest: ironic-agent.initramfs
|
dest: ironic-agent.initramfs
|
||||||
- src: "tinyipa-{{ zuul.branch | replace('/', '-') }}.vmlinuz"
|
- src: "{{ tinyipa_image }}.vmlinuz"
|
||||||
dest: ironic-agent.kernel
|
dest: ironic-agent.kernel
|
||||||
when: scenario == "ironic"
|
when: scenario == "ironic"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user