diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-14 15:02:05 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-14 16:30:01 +0000 |
commit | 78531c93ab48241aaea8220d7470b2f566a77158 (patch) | |
tree | ecc443dc7e58f368a05a669332cd0313d9e6b245 /labs/arm/pod2/fuel/config/dha.yaml | |
parent | 756c474894aed6823aa25daf86296b50696d8329 (diff) |
arm: Add lab-config for Enea Pharos PODs
This was previously stored on git.enea.com.
While at it, fix Armband master deploy issues by adjusting version
strings in DHA files.
JIRA: ARMBAND-149
JIRA: ARMBAND-150
Change-Id: I2e9580465e8fc2052dfe7fd353e00fd93a10219b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 66547b5fc9997fe4a8c1135af2d2f7cfac2ce273)
Diffstat (limited to 'labs/arm/pod2/fuel/config/dha.yaml')
-rw-r--r-- | labs/arm/pod2/fuel/config/dha.yaml | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/labs/arm/pod2/fuel/config/dha.yaml b/labs/arm/pod2/fuel/config/dha.yaml new file mode 100644 index 0000000..db5d583 --- /dev/null +++ b/labs/arm/pod2/fuel/config/dha.yaml @@ -0,0 +1,84 @@ +dha-pod-config-metadata: + title: Deployment Hardware Adapter (DHA) + # DHA API version supported + version: 0.0.3 + created: Mon Jun 13 14:28:57 2016 + 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: 127.0.0.1 + ipmiPass: admin + ipmiUser: admin + ipmiPort: 675 + libvirtName: null + libvirtTemplate: null + pxeMac: e0:ff:f7:00:05:93 +- id: 2 + ipmiIp: 127.0.0.1 + ipmiPass: admin + ipmiUser: admin + ipmiPort: 674 + libvirtName: null + libvirtTemplate: null + pxeMac: e0:ff:f7:00:05:96 +- id: 3 + ipmiIp: 127.0.0.1 + ipmiPass: admin + ipmiUser: admin + ipmiPort: 672 + libvirtName: null + libvirtTemplate: null + pxeMac: 00:01:73:02:36:d5 +- id: 4 + ipmiIp: 10.0.2.2 + ipmiPass: admin + ipmiUser: admin + libvirtName: null + libvirtTemplate: null + pxeMac: 00:0f:b7:08:00:c0 +- id: 5 + ipmiIp: 10.0.2.3 + ipmiPass: admin + ipmiUser: admin + libvirtName: null + libvirtTemplate: null + pxeMac: 00:0f:b7:09:01:c0 +# 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 |