Test containerised cinder-volume
In order to validate that cinder-volume in a container works on a regular basis, the ceph scenario test is setup to implement the service in a container. Related-Bug: #1704161 Change-Id: Icc7cf75fcdc6bae3058a91ae7fb57fa3424246f0
This commit is contained in:
parent
1450119e86
commit
aeb7f57fb7
@ -144,6 +144,13 @@
|
||||
config_type: yaml
|
||||
with_items: "{{ bootstrap_user_variables_extra_templates[bootstrap_host_scenario] | default([]) }}"
|
||||
|
||||
- name: Copy modified cinder-volume env.d file for ceph scenario
|
||||
copy:
|
||||
src: "{{ playbook_dir }}/../etc/openstack_deploy/env.d/cinder-volume.yml.container.example"
|
||||
dest: "/etc/openstack_deploy/env.d/cinder-volume.yml"
|
||||
when:
|
||||
- "bootstrap_host_scenario == 'ceph'"
|
||||
|
||||
- name: Add user_conf_files to contain the list of files to copy into containers
|
||||
file:
|
||||
path: /etc/openstack_deploy/user_conf_files.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user