diff options
Diffstat (limited to 'labs/zte/pod1/fuel/config/dha.yaml')
-rw-r--r-- | labs/zte/pod1/fuel/config/dha.yaml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/labs/zte/pod1/fuel/config/dha.yaml b/labs/zte/pod1/fuel/config/dha.yaml new file mode 100644 index 0000000..474cfa0 --- /dev/null +++ b/labs/zte/pod1/fuel/config/dha.yaml @@ -0,0 +1,49 @@ +dha-pod-config-metadata: + title: Deployment Hardware Adapter (DHA) for fuel development pipeline - default version + version: 0.0.3 + created: Feb 1 2016 + comment: Default Fuel8 version + +# Adapter to use for this definition +adapter: zte + +# Node list. +# Mandatory property is id, all other properties are adapter specific. + +nodes: +- id: 1 + pxeMac: 4c:09:b4:b2:59:87 + ipmiIp: 129.5.1.101 + ipmiUser: zteroot + ipmiPass: superuser +- id: 2 + pxeMac: 4c:09:b4:b2:59:fc + ipmiIp: 129.5.1.22 + ipmiUser: zteroot + ipmiPass: superuser +- id: 3 + pxeMac: 4c:09:b4:b2:59:a2 + ipmiIp: 129.5.1.3 + ipmiUser: zteroot + ipmiPass: superuser +- id: 4 + pxeMac: 4c:09:b4:b2:59:d8 + ipmiIp: 129.5.1.4 + ipmiUser: zteroot + ipmiPass: superuser +- id: 5 + pxeMac: 4c:09:b4:b2:59:75 + ipmiIp: 129.5.1.5 + ipmiUser: zteroot + ipmiPass: superuser +# Adding the Fuel node as node id 6 which may not be correct - please +# adjust as needed. +- id: 7 + libvirtName: fuel-opnfv + libvirtTemplate: templates/hardware_environment/vms/fuel.xml + isFuel: yes + username: root + password: r00tme + +disks: + fuel: 100G |