From 05a1d23b01900fd425da2580cbfcaf7098edc94b Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 22 Sep 2017 20:33:38 +0200 Subject: 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 (cherry picked from commit f431509110f5c820a5b458e61d086d2fcc61a83a) --- labs/ericsson/pod4/fuel/config/dha.yaml | 82 --------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 labs/ericsson/pod4/fuel/config/dha.yaml (limited to 'labs/ericsson/pod4/fuel/config/dha.yaml') diff --git a/labs/ericsson/pod4/fuel/config/dha.yaml b/labs/ericsson/pod4/fuel/config/dha.yaml deleted file mode 100644 index bf7c58b..0000000 --- a/labs/ericsson/pod4/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-POD4 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: -# 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: 164.10.1.12 - ipmiPass: ci_opnfv - ipmiUser: opnfv_ci - libvirtName: null - libvirtTemplate: null - pxeMac: ec:b1:d7:9d:9b:f0 -- id: 2 - ipmiIp: 164.10.1.13 - ipmiPass: ci_opnfv - ipmiUser: opnfv_ci - libvirtName: null - libvirtTemplate: null - pxeMac: ec:b1:d7:9d:98:40 -- id: 3 - ipmiIp: 164.10.1.15 - ipmiPass: ci_opnfv - ipmiUser: opnfv_ci - libvirtName: null - libvirtTemplate: null - pxeMac: ec:b1:d7:9d:90:f0 -- id: 4 - ipmiIp: 164.10.1.16 - ipmiPass: ci_opnfv - ipmiUser: opnfv_ci - libvirtName: null - libvirtTemplate: null - pxeMac: ec:b1:d7:9d:92:60 -- id: 5 - ipmiIp: 164.10.1.17 - ipmiPass: ci_opnfv - ipmiUser: opnfv_ci - libvirtName: null - libvirtTemplate: null - pxeMac: ec:b1:d7:9d:9c:00 -# 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 -- cgit 1.2.3-korg