f70dfc5dc3
User can use custom directory to store images. For example using a shared file system as backend. Change-Id: Iab7a9a51e619bdbf8f7bd4626ebe4d703e6d4819
17 lines
611 B
YAML
17 lines
611 B
YAML
---
|
|
- name: Destroying Kolla host configuration
|
|
command: >
|
|
env enable_haproxy={{ enable_haproxy }}
|
|
enable_swift={{ enable_swift }}
|
|
glance_file_datadir_volume={{ glance_file_datadir_volume }}
|
|
kolla_internal_vip_address={{ kolla_internal_vip_address }}
|
|
kolla_external_vip_address={{ kolla_external_vip_address }}
|
|
kolla_dev_repos_directory={{ kolla_dev_repos_directory }}
|
|
destroy_include_dev={{ destroy_include_dev }}
|
|
/tmp/kolla-cleanup/tools/cleanup-host
|
|
|
|
- name: Destroying kolla-cleanup folder
|
|
file:
|
|
path: /tmp/kolla-cleanup
|
|
state: absent
|