Skip to content
Snippets Groups Projects
Commit 5fdf6438 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 0c3fd4b5 d77a30db
No related branches found
No related tags found
No related merge requests found
---
# 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 @@ ...@@ -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
......
--- ---
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment