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/group_vars/cinder/cinder.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'ci/ansible/group_vars/cinder') diff --git a/ci/ansible/group_vars/cinder/cinder.yaml b/ci/ansible/group_vars/cinder/cinder.yaml index 4dbd5b1..bfb1d85 100644 --- a/ci/ansible/group_vars/cinder/cinder.yaml +++ b/ci/ansible/group_vars/cinder/cinder.yaml @@ -1,14 +1,14 @@ -authOptions: - noAuth: true - endpoint: "http://127.0.0.1/identity" - cinderEndpoint: "http://127.0.0.1:8776/v2" - domainId: "Default" - domainName: "Default" - username: "" - password: "" - tenantId: "myproject" - tenantName: "myproject" -pool: - "cinder-lvm@lvm#lvm": - AZ: nova - thin: true +authOptions: + noAuth: true + endpoint: "http://127.0.0.1/identity" + cinderEndpoint: "http://127.0.0.1:8776/v2" + domainId: "Default" + domainName: "Default" + username: "" + password: "" + tenantId: "myproject" + tenantName: "myproject" +pool: + "cinder-lvm@lvm#lvm": + AZ: nova + thin: true -- cgit 1.2.3-korg