diff options
author | 2017-09-14 18:27:35 +0800 | |
---|---|---|
committer | 2017-09-14 18:27:35 +0800 | |
commit | 8a369aabb95ec002dfd49024f4f028faaf4d1e42 (patch) | |
tree | e61f5376e4130b3dfc79d275d267908cf8fc0058 /labs/zte/pod2 | |
parent | 7220124b0700f70ab2666d8fc505a6787d7c3296 (diff) |
Support daisy on zte-pod3
Change-Id: I4bdf8a4a083d5731849aef40473eec2198d3a9b2
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'labs/zte/pod2')
-rw-r--r-- | labs/zte/pod2/daisy/config/deploy.yml | 55 | ||||
-rw-r--r-- | labs/zte/pod2/daisy/config/network.yml | 2 |
2 files changed, 56 insertions, 1 deletions
diff --git a/labs/zte/pod2/daisy/config/deploy.yml b/labs/zte/pod2/daisy/config/deploy.yml index 8014919..249f43f 100644 --- a/labs/zte/pod2/daisy/config/deploy.yml +++ b/labs/zte/pod2/daisy/config/deploy.yml @@ -1,20 +1,75 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# hu.zhijiang@zte.com.cn +# sun.jing22@zte.com.cn +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + adapter: ipmi hosts: - name: 'controller01' roles: - 'CONTROLLER_LB' + ipmi_ip: 192.168.1.106 + ipmi_user: zteroot + ipmi_pass: superuser + mac_addresses: + - 74:4a:a4:00:cd:72 + - 74:4a:a4:00:b0:e9 + - 74:4a:a4:00:b0:ea + - 74:4a:a4:00:b0:eb + - 74:4a:a4:00:b0:ec - name: 'controller02' roles: - 'CONTROLLER_LB' + ipmi_ip: 192.168.1.107 + ipmi_user: zteroot + ipmi_pass: superuser + mac_addresses: + - 74:4a:a4:00:ca:cc + - 74:4a:a4:00:d6:a3 + - 74:4a:a4:00:d6:a4 + - 74:4a:a4:00:d6:99 + - 74:4a:a4:00:d6:9a - name: 'controller03' roles: - 'CONTROLLER_LB' + ipmi_ip: 192.168.1.108 + ipmi_user: zteroot + ipmi_pass: superuser + mac_addresses: + - 74:4a:a4:00:cd:12 + - 74:4a:a4:00:d6:9d + - 74:4a:a4:00:d6:9e + - 74:4a:a4:00:d3:15 + - 74:4a:a4:00:d3:16 - name: 'computer01' roles: - 'COMPUTER' + ipmi_ip: 192.168.1.109 + ipmi_user: zteroot + ipmi_pass: superuser + mac_addresses: + - 74:4a:a4:00:cf:40 + - 74:4a:a4:00:d6:a5 + - 74:4a:a4:00:d6:a6 + - 74:4a:a4:00:d6:a7 + - 74:4a:a4:00:d6:a8 - name: 'computer02' roles: - 'COMPUTER' + ipmi_ip: 192.168.1.110 + ipmi_user: zteroot + ipmi_pass: superuser + mac_addresses: + - 74:4a:a4:00:ce:d4 + - 74:4a:a4:00:d2:c3 + - 74:4a:a4:00:d2:c4 + - 74:4a:a4:00:d2:c1 + - 74:4a:a4:00:d2:c2 disks: daisy: 50 daisy_passwd: 'r00tme' diff --git a/labs/zte/pod2/daisy/config/network.yml b/labs/zte/pod2/daisy/config/network.yml index 36640c1..49f5faf 100644 --- a/labs/zte/pod2/daisy/config/network.yml +++ b/labs/zte/pod2/daisy/config/network.yml @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 2017 ZTE Coreporation and others. +# Copyright (c) 2017 ZTE Corporation and others. # hu.zhijiang@zte.com.cn # sun.jing22@zte.com.cn # All rights reserved. This program and the accompanying materials |