From dd3f1992bdbbb0c98677939cf4ceeaa01bc1378c Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Mon, 26 Jun 2017 19:38:36 +0800 Subject: Modify zte-pod2 to non-HA temporarily for test with daisy Now there are some issues in HA function in daisy. The pod will be set to HA again when these issues fixed. Change-Id: I79046448641ddd18e72c9c9dd5f65e9535764824 Signed-off-by: Alex Yang --- labs/zte/pod2/daisy/config/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/labs/zte/pod2/daisy/config/deploy.yml b/labs/zte/pod2/daisy/config/deploy.yml index 3b3eaf5..a5ce219 100644 --- a/labs/zte/pod2/daisy/config/deploy.yml +++ b/labs/zte/pod2/daisy/config/deploy.yml @@ -3,18 +3,18 @@ hosts: - name: 'controller01' roles: - 'CONTROLLER_LB' -- name: 'controller02' - roles: - - 'CONTROLLER_LB' -- name: 'controller03' - roles: - - 'CONTROLLER_LB' - name: 'computer01' roles: - 'COMPUTER' - name: 'computer02' roles: - 'COMPUTER' +- name: 'computer03' + roles: + - 'COMPUTER' +- name: 'computer04' + roles: + - 'COMPUTER' disks: daisy: 50 daisy_passwd: 'r00tme' -- cgit 1.2.3-korg