f692b4c9ac
User can use custom directory for nova instance. For example using a shared file system as backend. Change-Id: I11fe4891719a2e2a34888d8b798df5602e294e4f
14 lines
582 B
YAML
14 lines
582 B
YAML
---
|
|
- name: Destroying Kolla host configuration
|
|
become: true
|
|
script: ../tools/cleanup-host
|
|
environment:
|
|
enable_haproxy: "{{ enable_haproxy }}"
|
|
enable_swift: "{{ enable_swift }}"
|
|
glance_file_datadir_volume: "{{ glance_file_datadir_volume }}"
|
|
nova_instance_datadir_volume: "{{ nova_instance_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 }}"
|