From b9f16e2669ff5a0cde006951ffec5dff84ac29df Mon Sep 17 00:00:00 2001 From: leonwang Date: Fri, 23 Feb 2018 15:01:06 +0000 Subject: 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 --- ci/ansible/local.hosts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 ci/ansible/local.hosts (limited to 'ci/ansible/local.hosts') diff --git a/ci/ansible/local.hosts b/ci/ansible/local.hosts old mode 100644 new mode 100755 index 36b7cbb..a48639c --- a/ci/ansible/local.hosts +++ b/ci/ansible/local.hosts @@ -1,5 +1,5 @@ -[controllers] -localhost ansible_connection=local - -[docks] -localhost ansible_connection=local +[controllers] +localhost ansible_connection=local + +[docks] +localhost ansible_connection=local -- cgit 1.2.3-korg