3a5ef38f3b
Change-Id: Id8276448c6e779b2b4a0aafee45d953c4f009fc1
16 lines
726 B
YAML
16 lines
726 B
YAML
---
|
|
- name: Destroying Kolla host configuration
|
|
become: true
|
|
script: ../tools/cleanup-host
|
|
environment:
|
|
enable_haproxy: "{{ enable_haproxy }}"
|
|
enable_swift: "{{ enable_swift }}"
|
|
elasticsearch_datadir_volume: "{{ elasticsearch_datadir_volume }}"
|
|
glance_file_datadir_volume: "{{ glance_file_datadir_volume }}"
|
|
nova_instance_datadir_volume: "{{ nova_instance_datadir_volume }}"
|
|
gnocchi_metric_datadir_volume: "{{ gnocchi_metric_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 }}"
|