From eb165e4fbab7ef92661101c836257b177e158929 Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Thu, 31 Mar 2016 10:54:31 +0200 Subject: Added files for automatic deployment. Change-Id: If9a9bb03c3cbcb28c0d6fb218069c6db46d4d314 Signed-off-by: Josep Puigdemont --- .../labs/enealab/armband-pod1/fuel/config/dha.yaml | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 ci/deploy/config/labs/enealab/armband-pod1/fuel/config/dha.yaml (limited to 'ci/deploy/config/labs/enealab/armband-pod1/fuel/config/dha.yaml') diff --git a/ci/deploy/config/labs/enealab/armband-pod1/fuel/config/dha.yaml b/ci/deploy/config/labs/enealab/armband-pod1/fuel/config/dha.yaml new file mode 100644 index 00000000..c11fda06 --- /dev/null +++ b/ci/deploy/config/labs/enealab/armband-pod1/fuel/config/dha.yaml @@ -0,0 +1,79 @@ + +title: Deployment Hardware Adapter (DHA) +# DHA API version supported +version: 1.1 +created: Wed Mar 30 12:10:46 2016 +comment: Some comment + +# 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 +# - libvirt adapter you need to provide: +# libvirtName: +# libvirtTemplate: [libvirt/vms/controller.xml | libvirt/vms/compute.xml] +# +# For the Fuel Node you need to provide: +# libvirtName: +# 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:01:73:02:3b:29 +- id: 2 + ipmiIp: null + ipmiPass: null + ipmiUser: null + libvirtName: null + libvirtTemplate: null + pxeMac: 00:01:73:02:3a:dd +- id: 3 + ipmiIp: null + ipmiPass: null + ipmiUser: null + libvirtName: null + libvirtTemplate: null + pxeMac: 00:01:73:02:36:d5 +- id: 4 + ipmiIp: null + ipmiPass: null + ipmiUser: null + libvirtName: null + libvirtTemplate: null + pxeMac: 68:05:ca:3d:93:14 +- id: 5 + ipmiIp: null + ipmiPass: null + ipmiUser: null + libvirtName: null + libvirtTemplate: null + pxeMac: 68:05:ca:3a:de:0b +# 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 -- cgit 1.2.3-korg