Merge "CI: Don't download Cirros or IPA in seed jobs"
This commit is contained in:
commit
5fdf643807
@ -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
|
|
@ -30,11 +30,6 @@
|
|||||||
path: "{{ kayobe_config_src_dir }}/etc/kayobe/kolla/config/bifrost"
|
path: "{{ kayobe_config_src_dir }}/etc/kayobe/kolla/config/bifrost"
|
||||||
state: "directory"
|
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
|
- name: Ensure kayobe is installed
|
||||||
shell:
|
shell:
|
||||||
cmd: dev/install.sh &> {{ logs_dir }}/ansible/install
|
cmd: dev/install.sh &> {{ logs_dir }}/ansible/install
|
||||||
|
@ -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
|
create_ipa_image: false
|
||||||
download_ipa: true
|
download_ipa: false
|
||||||
|
|
||||||
# Don't build a disk image. It takes time and can be unreliable.
|
# Don't build a disk image. It takes time and can be unreliable.
|
||||||
use_cirros: true
|
create_image_via_dib: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user