diff options
Diffstat (limited to 'labs/zte/pod2/daisy/config/deploy.yml')
-rw-r--r-- | labs/zte/pod2/daisy/config/deploy.yml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/labs/zte/pod2/daisy/config/deploy.yml b/labs/zte/pod2/daisy/config/deploy.yml index a5ce219..8014919 100644 --- a/labs/zte/pod2/daisy/config/deploy.yml +++ b/labs/zte/pod2/daisy/config/deploy.yml @@ -3,16 +3,16 @@ hosts: - name: 'controller01' roles: - 'CONTROLLER_LB' -- name: 'computer01' +- name: 'controller02' roles: - - 'COMPUTER' -- name: 'computer02' + - 'CONTROLLER_LB' +- name: 'controller03' roles: - - 'COMPUTER' -- name: 'computer03' + - 'CONTROLLER_LB' +- name: 'computer01' roles: - 'COMPUTER' -- name: 'computer04' +- name: 'computer02' roles: - 'COMPUTER' disks: @@ -21,4 +21,3 @@ daisy_passwd: 'r00tme' daisy_ip: '10.20.7.3' daisy_gateway: '10.20.7.1' ceph_disk_name: '/dev/sdb' - |