From d4eba217f7f8bb3933937ee86065a4dc719a0558 Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Sun, 8 May 2016 13:01:35 +0200 Subject: Remove ci/deploy directory Change-Id: Ic355364e5fb4215f1ad10f8f961978fa0b071762 Signed-off-by: Josep Puigdemont (cherry picked from commit ca213fa7036802c695f287615ae1dd0bc98edf1e) --- .../labs/enealab/armband-pod1/fuel/config/dha.yaml | 79 ---------------------- 1 file changed, 79 deletions(-) delete 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 deleted file mode 100644 index c11fda06..00000000 --- a/ci/deploy/config/labs/enealab/armband-pod1/fuel/config/dha.yaml +++ /dev/null @@ -1,79 +0,0 @@ - -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