Merge "CI: Don't download Cirros or IPA in seed jobs"

This commit is contained in:
Zuul 2022-03-16 11:41:09 +00:00 committed by Gerrit Code Review
commit 5fdf643807
3 changed files with 3 additions and 15 deletions

View File

@ -1,7 +0,0 @@
---
# Don't build an IPA deployment image, instead download upstream images.
create_ipa_image: false
download_ipa: true
# Don't build a disk image. It takes time and can be unreliable.
use_cirros: true

View File

@ -30,11 +30,6 @@
path: "{{ kayobe_config_src_dir }}/etc/kayobe/kolla/config/bifrost"
state: "directory"
- name: Ensure bifrost overrides file exists
template:
src: bifrost-overrides.yml.j2
dest: "{{ kayobe_config_src_dir }}/etc/kayobe/kolla/config/bifrost/bifrost.yml"
- name: Ensure kayobe is installed
shell:
cmd: dev/install.sh &> {{ logs_dir }}/ansible/install

View File

@ -1,7 +1,7 @@
---
# Don't build an IPA deployment image, instead download upstream images.
# Don't build an IPA deployment image.
create_ipa_image: false
download_ipa: true
download_ipa: false
# Don't build a disk image. It takes time and can be unreliable.
use_cirros: true
create_image_via_dib: false