diff options
Diffstat (limited to 'labs/arm/pod3/fuel/config/dha.yaml')
-rw-r--r-- | labs/arm/pod3/fuel/config/dha.yaml | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/labs/arm/pod3/fuel/config/dha.yaml b/labs/arm/pod3/fuel/config/dha.yaml new file mode 100644 index 0000000..91f6e19 --- /dev/null +++ b/labs/arm/pod3/fuel/config/dha.yaml @@ -0,0 +1,81 @@ +dha-pod-config-metadata: + title: Deployment Hardware Adapter (DHA) + # DHA API version supported + version: 0.0.3 + created: Tue Sep 6 11:52:02 2016 + comment: Enea Armband arm-pod3 DHA (AMD Softiron) + +# 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.8.3 + ipmiPass: admin + ipmiUser: admin + libvirtName: null + libvirtTemplate: null + pxeMac: e0:ff:f7:00:08:ae +- id: 2 + ipmiIp: 10.0.8.4 + ipmiPass: admin + ipmiUser: admin + libvirtName: null + libvirtTemplate: null + pxeMac: e0:ff:f7:00:08:b1 +- id: 3 + ipmiIp: 10.0.8.5 + ipmiPass: admin + ipmiUser: admin + libvirtName: null + libvirtTemplate: null + pxeMac: e0:ff:f7:00:08:bd +- id: 4 + ipmiIp: 10.0.8.6 + ipmiPass: admin + ipmiUser: admin + libvirtName: null + libvirtTemplate: null + pxeMac: e0:ff:f7:00:08:c6 +- id: 5 + ipmiIp: 10.0.8.7 + ipmiPass: admin + ipmiUser: admin + libvirtName: null + libvirtTemplate: null + pxeMac: e0:ff:f7:00:08:cf +# Adding the Fuel node as node id 6 +# which may not be correct - please adjust as needed. +- id: 6 + isFuel: true + libvirtName: armband-pod3 + libvirtTemplate: templates/hardware_environment/vms/enea_lab/fuel.xml + password: r00tme + username: root +disks: + compute: 100G + controller: 100G + fuel: 100G |