diff options
author | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-08-02 16:02:18 +0800 |
---|---|---|
committer | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-08-02 16:02:18 +0800 |
commit | 74da3fbf335c39a32139e81a1a107054c115f446 (patch) | |
tree | d02ca15f396c527e122263df1ada449f8fe15ab3 /labs/zte/pod2/fuel/config/dha.yaml | |
parent | cbf541e11184b707074d410127d7bd7b501ede3a (diff) |
Add zte-pod2 configuration files.
Change-Id: Iea9accc96bfb1ca77c0b5ebe3e50b3ae33026346
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
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 + |