Merge "CI: remove qemu-utils installation"
This commit is contained in:
commit
678b915aff
@ -9,11 +9,6 @@
|
|||||||
cmd: "{{ kayobe_src_dir }}/dev/overcloud-deploy.sh &> {{ logs_dir }}/ansible/overcloud-deploy"
|
cmd: "{{ kayobe_src_dir }}/dev/overcloud-deploy.sh &> {{ logs_dir }}/ansible/overcloud-deploy"
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
|
||||||
- name: Ensure qemu-img is available for Tenks
|
|
||||||
command: docker exec -u root nova_libvirt bash -c 'apt update && apt -y install qemu-utils'
|
|
||||||
become: true
|
|
||||||
when: ansible_os_family == 'Debian'
|
|
||||||
|
|
||||||
- name: Ensure test Tenks cluster is deployed
|
- name: Ensure test Tenks cluster is deployed
|
||||||
shell:
|
shell:
|
||||||
# Pass absolute source directory, since otherwise the `chdir` will
|
# Pass absolute source directory, since otherwise the `chdir` will
|
||||||
|
@ -29,11 +29,6 @@
|
|||||||
environment:
|
environment:
|
||||||
KAYOBE_CONFIG_SOURCE_PATH: "{{ previous_kayobe_config_src_dir }}"
|
KAYOBE_CONFIG_SOURCE_PATH: "{{ previous_kayobe_config_src_dir }}"
|
||||||
|
|
||||||
- name: Ensure qemu-img is available for Tenks
|
|
||||||
command: docker exec -u root nova_libvirt bash -c 'apt update && apt -y install qemu-utils'
|
|
||||||
become: true
|
|
||||||
when: ansible_os_family == 'Debian'
|
|
||||||
|
|
||||||
# Update the Kayobe configuration to the current release.
|
# Update the Kayobe configuration to the current release.
|
||||||
|
|
||||||
- name: Ensure kolla config directory exists
|
- name: Ensure kolla config directory exists
|
||||||
|
Loading…
Reference in New Issue
Block a user