aboutsummaryrefslogtreecommitdiffstats
path: root/labs/arm/pod2/fuel/config/dha.yaml
blob: b9e5b4e5b25ec9a72a54e64dd4e145e36b9807e2 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
dha-pod-config-metadata:
  title: Deployment Hardware Adapter (DHA)
  # DHA API version supported
  version: 1.1
  created: Sat Feb  4 15:47:15 2017
  comment: None
  comment: Enea Armband arm-pod2 DHA (mixed vendors)

# Adapter to use for this definition
# adapter: [ipmi|libvirt]
adapter: ipmi

# Node list.
# Mandatory properties are id and role.
# All other properties are adapter specific.
# For Non-Fuel nodes controlled by:
#   - ipmi adapter you need to provide:
#       pxeMac
#       ipmiIp
#       ipmiUser
#       ipmiPass
#     and you *MAY* provide (optional, not added by reap.py):
#       ipmiPort
#   - libvirt adapter you need to provide:
#       libvirtName: <whatever>
#       libvirtTemplate: [libvirt/vms/controller.xml | libvirt/vms/compute.xml]
#
# For the Fuel Node you need to provide:
#       libvirtName: <whatever>
#       libvirtTemplate: libvirt/vms/fuel.xml
#       isFuel: yes
#       username: root
#       password: r00tme

nodes:
- id: 1
  ipmiIp: 10.0.1.6
  ipmiPass: admin
  ipmiUser: admin
  ipmiPort: 675
  libvirtName: null
  libvirtTemplate: null
  pxeMac: e0:ff:f7:00:05:93
- id: 2
  ipmiIp: 10.0.1.6
  ipmiPass: admin
  ipmiUser: admin
  ipmiPort: 674
  libvirtName: null
  libvirtTemplate: null
  pxeMac: e0:ff:f7:00:05:96
- id: 3
  ipmiIp: 10.0.1.6
  ipmiPass: admin
  ipmiUser: admin
  ipmiPort: 672
  libvirtName: null
  libvirtTemplate: null
  pxeMac: 00:01:73:02:36:d5
- id: 4
  ipmiIp: 10.0.1.6
  ipmiPass: admin
  ipmiUser: admin
  ipmiPort: 677
  libvirtName: null
  libvirtTemplate: null
  pxeMac: 00:01:73:02:3b:1d
- id: 5
  ipmiIp: 10.0.1.6
  ipmiPass: admin
  ipmiUser: admin
  ipmiPort: 676
  libvirtName: null
  libvirtTemplate: null
  pxeMac: 00:01:73:02:3b:41
# Adding the Fuel node as node id 6
# which may not be correct - please adjust as needed.
- id: 6
  isFuel: true
  libvirtName: armband-pod2
  libvirtTemplate: templates/hardware_environment/vms/enea_lab/fuel.xml
  password: r00tme
  username: root
disks:
  compute: 100G
  controller: 100G
  fuel: 100G