Merge "Ensure directory exists before trying to use it in a container"
This commit is contained in:
commit
6d2200d5b8
@ -148,7 +148,13 @@ outputs:
|
|||||||
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
||||||
metadata_settings:
|
metadata_settings:
|
||||||
get_attr: [NovaPlacementBase, role_data, metadata_settings]
|
get_attr: [NovaPlacementBase, role_data, metadata_settings]
|
||||||
host_prep_tasks: {get_attr: [NovaPlacementLogging, host_prep_tasks]}
|
host_prep_tasks:
|
||||||
|
- {get_attr: [NovaPlacementLogging, host_prep_tasks]}
|
||||||
|
- name: create persistent directory
|
||||||
|
file:
|
||||||
|
path: /var/lib/nova
|
||||||
|
state: directory
|
||||||
|
setype: svirt_sandbox_file_t
|
||||||
upgrade_tasks:
|
upgrade_tasks:
|
||||||
- when: step|int == 0
|
- when: step|int == 0
|
||||||
tags: common
|
tags: common
|
||||||
|
Loading…
Reference in New Issue
Block a user