aboutsummaryrefslogtreecommitdiffstats
path: root/labs/ericsson/pod2/fuel/config/dha.yaml
diff options
context:
space:
mode:
authorJonas Bjurel <jonas.bjurel@ericsson.com>2015-12-06 20:47:08 +0100
committerJonas Bjurel <jonas.bjurel@ericsson.com>2016-01-08 12:37:40 +0100
commit01686867da5d35dc5fb555d4936a1448aa19a52e (patch)
tree1400b93df935fdc6441b4dbdfeda82c621f5335c /labs/ericsson/pod2/fuel/config/dha.yaml
parent50c2e074c8aeade1017a12ba21161b7cfef32e4b (diff)
Proposal for common OPNFV CI/CD Configuration structure
This patch provides a common configuration structure, providing separation of concern between: 1) Base installer configuration 2) Per Lab/POD specific configuration 3) Per installer feature/plugin configuration 4) Deployment scenario configuration. It is not yet aligned across installers - but provides a structure for future alignment. It relates to the implementation provided here: https://gerrit.opnfv.org/gerrit/#/c/3995/ Also see the README file VERIFIED READY TO MERGE JIRA: Change-Id: I852376ba4b500cc50cba6cb3c2634533fc6426a6 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'labs/ericsson/pod2/fuel/config/dha.yaml')
-rw-r--r--labs/ericsson/pod2/fuel/config/dha.yaml51
1 files changed, 51 insertions, 0 deletions
diff --git a/labs/ericsson/pod2/fuel/config/dha.yaml b/labs/ericsson/pod2/fuel/config/dha.yaml
new file mode 100644
index 0000000..408d221
--- /dev/null
+++ b/labs/ericsson/pod2/fuel/config/dha.yaml
@@ -0,0 +1,51 @@
+dha-pod-config-metadata:
+ title: Deployment Hardware Adapter (DHA) for Ericsson-1, POD-2
+# DHA API version supported
+ version: 0.0.1
+ created: Dececember 29 2015
+ comment: Config for Ericsson Montreal Lab 1, POD2
+
+# Adapter to use for this definition
+adapter: hp
+
+# Node list.
+# Mandatory properties are id and role.
+
+nodes:
+
+- id: 1
+ pxeMac: ec:b1:d7:a2:43:c8
+ ipmiIp: 10.118.120.235
+ ipmiUser: opnfv
+ ipmiPass: E///@work2
+- id: 2
+ pxeMac: ec:b1:d7:a1:8b:d8
+ ipmiIp: 10.118.120.236
+ ipmiUser: opnfv
+ ipmiPass: E///@work2
+- id: 3
+ pxeMac: ec:b1:d7:a2:44:88
+ ipmiIp: 10.118.120.237
+ ipmiUser: opnfv
+ ipmiPass: E///@work2
+- id: 4
+ pxeMac: ec:b1:d7:a2:44:a8
+ ipmiIp: 10.118.120.238
+ ipmiUser: opnfv
+ ipmiPass: E///@work2
+- id: 5
+ pxeMac: ec:b1:d7:a1:bd:68
+ ipmiIp: 10.118.120.239
+ ipmiUser: opnfv
+ ipmiPass: E///@work2
+- id: 6
+ libvirtName: fuel-opnfv
+ libvirtTemplate: templates/hardware_environment/vms/ericsson_montreal_lab/fuel.xml
+ isFuel: yes
+ username: root
+ password: r00tme
+
+disks:
+ compute: 50G
+ controller: 100G
+ fuel: 50G