aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-07-03 17:42:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-03 17:42:31 +0000
commitdba4dcb6281bf2416d3da455c252074b5866868a (patch)
tree582e44db08441f93266b5fd859966bd35a63bc62
parentdd3f1992bdbbb0c98677939cf4ceeaa01bc1378c (diff)
parent2e633246b6dd5d460fe4863b0c687a6dbc461a00 (diff)
Merge "Use POD descriptor file in daisy"
-rw-r--r--installers/daisy/pod_config.yaml.j237
1 files changed, 37 insertions, 0 deletions
diff --git a/installers/daisy/pod_config.yaml.j2 b/installers/daisy/pod_config.yaml.j2
new file mode 100644
index 0000000..af24b2a
--- /dev/null
+++ b/installers/daisy/pod_config.yaml.j2
@@ -0,0 +1,37 @@
+adapter: {{ conf['jumphost']['remote_para']['type'] }}
+hosts:
+- name: 'controller01'
+ roles:
+ - 'CONTROLLER_LB'
+ ipmi_ip: {{ conf['nodes'][0]['remote_mangement']['address'] }}
+ ipmi_user: {{ conf['nodes'][0]['remote_mangement']['user'] }}
+ ipmi_pass: {{ conf['nodes'][0]['remote_mangement']['pass'] }}
+- name: 'controller02'
+ roles:
+ - 'CONTROLLER_LB'
+ ipmi_ip: {{ conf['nodes'][1]['remote_mangement']['address'] }}
+ ipmi_user: {{ conf['nodes'][1]['remote_mangement']['user'] }}
+ ipmi_pass: {{ conf['nodes'][1]['remote_mangement']['pass'] }}
+- name: 'controller03'
+ roles:
+ - 'CONTROLLER_LB'
+ ipmi_ip: {{ conf['nodes'][2]['remote_mangement']['address'] }}
+ ipmi_user: {{ conf['nodes'][2]['remote_mangement']['user'] }}
+ ipmi_pass: {{ conf['nodes'][2]['remote_mangement']['pass'] }}
+- name: 'computer01'
+ roles:
+ - 'COMPUTER'
+ ipmi_ip: {{ conf['nodes'][3]['remote_mangement']['address'] }}
+ ipmi_user: {{ conf['nodes'][3]['remote_mangement']['user'] }}
+ ipmi_pass: {{ conf['nodes'][3]['remote_mangement']['pass'] }}
+- name: 'computer02'
+ roles:
+ - 'COMPUTER'
+ ipmi_ip: {{ conf['nodes'][4]['remote_mangement']['address'] }}
+ ipmi_user: {{ conf['nodes'][4]['remote_mangement']['user'] }}
+ ipmi_pass: {{ conf['nodes'][4]['remote_mangement']['pass'] }}
+disks:
+ daisy: 50
+daisy_passwd: 'r00tme'
+daisy_gateway: {{ conf['jumphost']['interfaces'][0]['address'][0] }}
+ceph_disk_name: '/dev/sdb'