blob: 69001adaa97dc517f25ee83cc094aa2f888df4c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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
|