aboutsummaryrefslogtreecommitdiffstats
path: root/labs/ericsson/pod3/fuel/config/dha.yaml
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-22 20:33:38 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-24 23:06:32 +0000
commitf431509110f5c820a5b458e61d086d2fcc61a83a (patch)
treede50ccb9b12f6b15dae7305c54090d9722bf8312 /labs/ericsson/pod3/fuel/config/dha.yaml
parent067568f1a4449fbfd07c608d7504c9ec48a07334 (diff)
cleanup: fuel: Remove obsolete reap, dea, dha
Old Fuel (up to and including Danube release) relied on a DEA/DHA pair of configuration files, usually constructed based on information collected from a manually deployed POD using a "reap" procedure. Starting with Euphrates, Fuel will use the PDF as input, so DEA/DHA, as well as reap data are now obsolete. Some PODs (arm-pod5, lf-pod2) still have a "local_env" configuration file, which is a leftover from old Fuel, but can only be dropped after Fuel automatically detects the jumphost bridge names (either by matching the IP addresses on the jumphost to the networks in PDF, or by using a static mapping defined in a PDF companion file, e.g. IDF). Remove all obsolete configuration, including useless directories. Change-Id: I9eae2067d83347409c17126aadb19e3d6b95d4b6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/ericsson/pod3/fuel/config/dha.yaml')
-rw-r--r--labs/ericsson/pod3/fuel/config/dha.yaml82
1 files changed, 0 insertions, 82 deletions
diff --git a/labs/ericsson/pod3/fuel/config/dha.yaml b/labs/ericsson/pod3/fuel/config/dha.yaml
deleted file mode 100644
index ab89d3f..0000000
--- a/labs/ericsson/pod3/fuel/config/dha.yaml
+++ /dev/null
@@ -1,82 +0,0 @@
-dha-pod-config-metadata:
- title: Deployment Hardware Adapter (DHA)
-# DHA API version supported
- version: 0.0.3
- created: Mon Sep 19 13:41:29 2016
- comment: ERICSSON-POD3 DHA (SPAREWHEEL IMPLEMENTATION) - lmcdasm
-
-# 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: 164.10.1.6
- ipmiPass: ci_opnfv
- ipmiUser: opnfv_ci
- libvirtName: null
- libvirtTemplate: null
- pxeMac: ec:b1:d7:9d:b3:90
-- id: 2
- ipmiIp: 164.10.1.7
- ipmiPass: ci_opnfv
- ipmiUser: opnfv_ci
- libvirtName: null
- libvirtTemplate: null
- pxeMac: ec:b1:d7:9d:95:60
-- id: 3
- ipmiIp: 164.10.1.8
- ipmiPass: ci_opnfv
- ipmiUser: opnfv_ci
- libvirtName: null
- libvirtTemplate: null
- pxeMac: ec:b1:d7:9d:b2:d0
-- id: 4
- ipmiIp: 164.10.1.9
- ipmiPass: ci_opnfv
- ipmiUser: opnfv_ci
- libvirtName: null
- libvirtTemplate: null
- pxeMac: ec:b1:d7:9d:a1:10
-- id: 5
- ipmiIp: 164.10.1.10
- ipmiPass: ci_opnfv
- ipmiUser: opnfv_ci
- libvirtName: null
- libvirtTemplate: null
- pxeMac: ec:b1:d7:9d:9c:20
-# Adding the Fuel node as node id 1
-# which may not be correct - please adjust as needed.
-- id: 6
- isFuel: true
- libvirtName: FUEL
- libvirtTemplate: templates/hardware_environment/vms/ericsson_montreal_lab/fuel.xml
- password: r00tme
- username: root
-disks:
- compute: 100G
- controller: 100G
- fuel: 100G