summaryrefslogtreecommitdiffstats
path: root/ci/ansible/clean.yml
diff options
context:
space:
mode:
authorleonwang <wanghui71@huawei.com>2018-02-23 15:01:06 +0000
committerleonwang <wanghui71@huawei.com>2018-02-23 15:01:14 +0000
commitb9f16e2669ff5a0cde006951ffec5dff84ac29df (patch)
tree68fb97c133f6ffc7a46bbc988941955b35d91af2 /ci/ansible/clean.yml
parent561c0708b78eed8120b90f0221cd66730c9e8a74 (diff)
Update opensds ansible
This patch is designed for solving some problems below: - Sync the latest code with opensds community - Enable containerized deployment in ansible script - Fix some bugs in port conflicts of etcd deployment Change-Id: Id48906b91c08b3a98e6fc3d8d424a1cd2b11f2be Signed-off-by: leonwang <wanghui71@huawei.com>
Diffstat (limited to 'ci/ansible/clean.yml')
-rwxr-xr-x[-rw-r--r--]ci/ansible/clean.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/ci/ansible/clean.yml b/ci/ansible/clean.yml
index fd2f1c9..505c85b 100644..100755
--- a/ci/ansible/clean.yml
+++ b/ci/ansible/clean.yml
@@ -1,14 +1,14 @@
----
-# Defines some clean processes when banishing the cluster.
-
-- name: destory an opensds cluster
- hosts: all
- remote_user: root
- vars_files:
- - group_vars/common.yml
- - group_vars/osdsdb.yml
- - group_vars/osdsdock.yml
- gather_facts: false
- become: True
- roles:
+---
+# Defines some clean processes when banishing the cluster.
+
+- name: destory an opensds cluster
+ hosts: all
+ remote_user: root
+ vars_files:
+ - group_vars/common.yml
+ - group_vars/osdsdb.yml
+ - group_vars/osdsdock.yml
+ gather_facts: false
+ become: True
+ roles:
- cleaner \ No newline at end of file