aboutsummaryrefslogtreecommitdiffstats
path: root/labs/zte/pod2/daisy/config/deploy.yml
diff options
context:
space:
mode:
authorjulien zhang <zhang.jun3g@zte.com.cn>2017-02-14 13:49:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-14 13:49:35 +0000
commite8a6cd835320940bd407996a7fc078517a760217 (patch)
treec7c779e50cc9c16723331e5e1e506e92bd8548aa /labs/zte/pod2/daisy/config/deploy.yml
parentf495d52e244848b94389b42493e55b8b5a2970fd (diff)
parent5570dd8fa1c7f6b99c3127f852f7f991f7b3a4fa (diff)
Merge "Add labs for daisy"
Diffstat (limited to 'labs/zte/pod2/daisy/config/deploy.yml')
-rw-r--r--labs/zte/pod2/daisy/config/deploy.yml43
1 files changed, 43 insertions, 0 deletions
diff --git a/labs/zte/pod2/daisy/config/deploy.yml b/labs/zte/pod2/daisy/config/deploy.yml
new file mode 100644
index 0000000..82a2fe1
--- /dev/null
+++ b/labs/zte/pod2/daisy/config/deploy.yml
@@ -0,0 +1,43 @@
+hosts:
+- name: 'node1'
+ roles:
+ - 'CONTROLLER_LB'
+ ipmi:
+ ip: 192.168.1.106
+ user: zteroot
+ password: superuser
+- name: 'node2'
+ roles:
+ - 'CONTROLLER_LB'
+ ipmi:
+ ip: 192.168.1.107
+ user: zteroot
+ password: superuser
+- name: 'node3'
+ roles:
+ - 'CONTROLLER_LB'
+ ipmi:
+ ip: 192.168.1.108
+ user: zteroot
+ password: superuser
+- name: 'node4'
+ roles:
+ - 'COMPUTER'
+ ipmi:
+ ip: 192.168.1.109
+ user: zteroot
+ password: superuser
+- name: 'node5'
+ roles:
+ - 'COMPUTER'
+ ipmi:
+ ip: 192.168.1.110
+ user: zteroot
+ password: superuser
+disks:
+ daisy: 50
+ controller: 50
+ compute: 50
+daisy_passwd: 'r00tme'
+daisy_ip: '10.20.7.2'
+daisy_gateway: '10.20.7.1'