aboutsummaryrefslogtreecommitdiffstats
path: root/installers/daisy/pod_config.yaml.j2
diff options
context:
space:
mode:
authorAlex Yang <yangyang1@zte.com.cn>2017-11-20 14:26:25 +0800
committerAlex Yang <yangyang1@zte.com.cn>2017-11-20 14:26:25 +0800
commitf8dc7cd02632afbbab9e5a39bcd138a6d5341fba (patch)
tree5835a4ae61599ca7adf7ea10c389aa1e6c359a1a /installers/daisy/pod_config.yaml.j2
parent9651f1c6a055afa85aa8389f5ed912eee655eded (diff)
Update IDF and PDF for zte pods
1. Add IDF of zte pod2 and pod3 2. Update PDF of zte pod2 and pod3 3. Update pod config template for yaml-lint Change-Id: I30f644009ab270f929fe3ee41171986a0e0bde63 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'installers/daisy/pod_config.yaml.j2')
-rw-r--r--installers/daisy/pod_config.yaml.j291
1 files changed, 51 insertions, 40 deletions
diff --git a/installers/daisy/pod_config.yaml.j2 b/installers/daisy/pod_config.yaml.j2
index 9a4ac7b..776d2ec 100644
--- a/installers/daisy/pod_config.yaml.j2
+++ b/installers/daisy/pod_config.yaml.j2
@@ -1,45 +1,56 @@
+##############################################################################
+# Copyright (c) 2017 ZTE Corporation and others.
+#
+# 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: {{ conf['jumphost']['remote_params']['type'] }}
hosts:
-- name: 'controller01'
- roles:
- - 'CONTROLLER_LB'
- ipmi_ip: {{ conf['nodes'][0]['remote_management']['address'] }}
- ipmi_user: {{ conf['nodes'][0]['remote_management']['user'] }}
- ipmi_pass: {{ conf['nodes'][0]['remote_management']['pass'] }}
- mac_addresses:{% for nic in conf['nodes'][0]['interfaces'] %}
- - {{ nic['mac_address'] }}{% endfor %}
-- name: 'controller02'
- roles:
- - 'CONTROLLER_LB'
- ipmi_ip: {{ conf['nodes'][1]['remote_management']['address'] }}
- ipmi_user: {{ conf['nodes'][1]['remote_management']['user'] }}
- ipmi_pass: {{ conf['nodes'][1]['remote_management']['pass'] }}
- mac_addresses:{% for nic in conf['nodes'][1]['interfaces'] %}
- - {{ nic['mac_address'] }}{% endfor %}
-- name: 'controller03'
- roles:
- - 'CONTROLLER_LB'
- ipmi_ip: {{ conf['nodes'][2]['remote_management']['address'] }}
- ipmi_user: {{ conf['nodes'][2]['remote_management']['user'] }}
- ipmi_pass: {{ conf['nodes'][2]['remote_management']['pass'] }}
- mac_addresses:{% for nic in conf['nodes'][2]['interfaces'] %}
- - {{ nic['mac_address'] }}{% endfor %}
-- name: 'computer01'
- roles:
- - 'COMPUTER'
- ipmi_ip: {{ conf['nodes'][3]['remote_management']['address'] }}
- ipmi_user: {{ conf['nodes'][3]['remote_management']['user'] }}
- ipmi_pass: {{ conf['nodes'][3]['remote_management']['pass'] }}
- mac_addresses:{% for nic in conf['nodes'][3]['interfaces'] %}
- - {{ nic['mac_address'] }}{% endfor %}
-- name: 'computer02'
- roles:
- - 'COMPUTER'
- ipmi_ip: {{ conf['nodes'][4]['remote_management']['address'] }}
- ipmi_user: {{ conf['nodes'][4]['remote_management']['user'] }}
- ipmi_pass: {{ conf['nodes'][4]['remote_management']['pass'] }}
- mac_addresses:{% for nic in conf['nodes'][4]['interfaces'] %}
- - {{ nic['mac_address'] }}{% endfor %}
+ - name: 'controller01'
+ roles:
+ - 'CONTROLLER_LB'
+ ipmi_ip: {{ conf['nodes'][0]['remote_management']['address'] }}
+ ipmi_user: {{ conf['nodes'][0]['remote_management']['user'] }}
+ ipmi_pass: {{ conf['nodes'][0]['remote_management']['pass'] }}
+ mac_addresses:{% for nic in conf['nodes'][0]['interfaces'] %}
+ - {{ nic['mac_address'] }}{% endfor %}
+ - name: 'controller02'
+ roles:
+ - 'CONTROLLER_LB'
+ ipmi_ip: {{ conf['nodes'][1]['remote_management']['address'] }}
+ ipmi_user: {{ conf['nodes'][1]['remote_management']['user'] }}
+ ipmi_pass: {{ conf['nodes'][1]['remote_management']['pass'] }}
+ mac_addresses:{% for nic in conf['nodes'][1]['interfaces'] %}
+ - {{ nic['mac_address'] }}{% endfor %}
+ - name: 'controller03'
+ roles:
+ - 'CONTROLLER_LB'
+ ipmi_ip: {{ conf['nodes'][2]['remote_management']['address'] }}
+ ipmi_user: {{ conf['nodes'][2]['remote_management']['user'] }}
+ ipmi_pass: {{ conf['nodes'][2]['remote_management']['pass'] }}
+ mac_addresses:{% for nic in conf['nodes'][2]['interfaces'] %}
+ - {{ nic['mac_address'] }}{% endfor %}
+ - name: 'computer01'
+ roles:
+ - 'COMPUTER'
+ ipmi_ip: {{ conf['nodes'][3]['remote_management']['address'] }}
+ ipmi_user: {{ conf['nodes'][3]['remote_management']['user'] }}
+ ipmi_pass: {{ conf['nodes'][3]['remote_management']['pass'] }}
+ mac_addresses:{% for nic in conf['nodes'][3]['interfaces'] %}
+ - {{ nic['mac_address'] }}{% endfor %}
+ - name: 'computer02'
+ roles:
+ - 'COMPUTER'
+ ipmi_ip: {{ conf['nodes'][4]['remote_management']['address'] }}
+ ipmi_user: {{ conf['nodes'][4]['remote_management']['user'] }}
+ ipmi_pass: {{ conf['nodes'][4]['remote_management']['pass'] }}
+ mac_addresses:{% for nic in conf['nodes'][4]['interfaces'] %}
+ - {{ nic['mac_address'] }}{% endfor %}
disks:
daisy: 50
daisy_passwd: 'r00tme'