diff options
Diffstat (limited to 'labs/zte/pod2/fuel/config/dha.yaml')
-rw-r--r-- | labs/zte/pod2/fuel/config/dha.yaml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/labs/zte/pod2/fuel/config/dha.yaml b/labs/zte/pod2/fuel/config/dha.yaml new file mode 100644 index 0000000..69001ad --- /dev/null +++ b/labs/zte/pod2/fuel/config/dha.yaml @@ -0,0 +1,52 @@ +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: 3c:da:2a:e8:01:ed + ipmiIp: 129.5.1.9 + ipmiUser: zteroot + ipmiPass: superuser +- id: 2 + pxeMac: 3c:da:2a:e8:02:4c + ipmiIp: 129.5.1.10 + ipmiUser: zteroot + ipmiPass: superuser +- id: 3 + pxeMac: 3c:da:2a:e8:01:a7 + ipmiIp: 129.5.1.11 + ipmiUser: zteroot + ipmiPass: superuser +- id: 4 + pxeMac: 3c:da:2a:e8:01:ca + ipmiIp: 129.5.1.12 + ipmiUser: zteroot + ipmiPass: superuser +- id: 5 + pxeMac: 3c:da:2a:e8:01:b6 + ipmiIp: 129.5.1.13 + ipmiUser: zteroot + ipmiPass: superuser + + +# Adding the Fuel node as node id 7 which may not be correct - please +# adjust as needed. +- id: 7 + libvirtName: fuel-opnfv-2 + libvirtTemplate: templates/hardware_environment/vms/fuel.xml + isFuel: yes + username: root + password: r00tme + +disks: + fuel: 100G + |