summaryrefslogtreecommitdiffstats
path: root/labs/lf/pod2/fuel/reap/dha.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'labs/lf/pod2/fuel/reap/dha.yaml')
-rw-r--r--labs/lf/pod2/fuel/reap/dha.yaml81
1 files changed, 81 insertions, 0 deletions
diff --git a/labs/lf/pod2/fuel/reap/dha.yaml b/labs/lf/pod2/fuel/reap/dha.yaml
new file mode 100644
index 0000000..0992580
--- /dev/null
+++ b/labs/lf/pod2/fuel/reap/dha.yaml
@@ -0,0 +1,81 @@
+
+title: Deployment Hardware Adapter (DHA)
+# DHA API version supported
+version: 1.1
+created: Tue Jun 21 14:47:41 2016
+comment: None
+
+# Adapter to use for this definition
+# adapter: [ipmi|libvirt]
+adapter:
+
+# 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: null
+ ipmiPass: null
+ ipmiUser: null
+ libvirtName: null
+ libvirtTemplate: null
+ pxeMac: 00:25:b5:a0:00:2a
+- id: 2
+ ipmiIp: null
+ ipmiPass: null
+ ipmiUser: null
+ libvirtName: null
+ libvirtTemplate: null
+ pxeMac: 00:25:b5:a0:00:3a
+- id: 3
+ ipmiIp: null
+ ipmiPass: null
+ ipmiUser: null
+ libvirtName: null
+ libvirtTemplate: null
+ pxeMac: 00:25:b5:a0:00:4a
+- id: 4
+ ipmiIp: null
+ ipmiPass: null
+ ipmiUser: null
+ libvirtName: null
+ libvirtTemplate: null
+ pxeMac: 00:25:b5:a0:00:5a
+- id: 5
+ ipmiIp: null
+ ipmiPass: null
+ ipmiUser: null
+ libvirtName: null
+ libvirtTemplate: null
+ pxeMac: 00:25:b5:a0:00:6a
+# Adding the Fuel node as node id 6
+# which may not be correct - please adjust as needed.
+- id: 6
+ isFuel: true
+ libvirtName: null
+ libvirtTemplate: null
+ password: r00tme
+ username: root
+disks:
+ compute: 100G
+ controller: 100G
+ fuel: 100G