diff options
author | 2017-08-17 20:05:04 +0200 | |
---|---|---|
committer | 2017-08-17 20:05:04 +0200 | |
commit | 51ef955b8cfaa565ed09686f1dd2ba654be75b99 (patch) | |
tree | d7f1184e9048ee03d1cd4647ced8fbd9457718a6 /labs/arm/pod1/fuel/config/dha.yaml | |
parent | 81118b1ccc33d11bb2651c536ec0b3c959188e98 (diff) |
arm-pods: Remove obsolete pods and config files
- arm-pod1 was dismembered;
- arm-pod2 will be restored later after the jump server is replaced;
- arm-pod3 becomes arm-pod5, remove old Fuel specific config;
Change-Id: Ia1d087a38583e8f3963f4f2aa2e903240e7df099
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/arm/pod1/fuel/config/dha.yaml')
-rw-r--r-- | labs/arm/pod1/fuel/config/dha.yaml | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/labs/arm/pod1/fuel/config/dha.yaml b/labs/arm/pod1/fuel/config/dha.yaml deleted file mode 100644 index 16757c8..0000000 --- a/labs/arm/pod1/fuel/config/dha.yaml +++ /dev/null @@ -1,79 +0,0 @@ -dha-pod-config-metadata: - title: Deployment Hardware Adapter (DHA) - # DHA API version supported - version: 0.0.3 - created: Sat Apr 16 11:34:39 2016 - comment: Enea Armband arm-pod1 DHA (Cavium ThunderX) - -# 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 -# - 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: 10.0.1.35 - ipmiPass: admin - ipmiUser: admin - libvirtName: null - libvirtTemplate: null - pxeMac: 68:05:ca:3d:93:0f -- id: 2 - ipmiIp: 10.0.1.32 - ipmiPass: admin - ipmiUser: admin - libvirtName: null - libvirtTemplate: null - pxeMac: 68:05:ca:34:60:e3 -- id: 3 - ipmiIp: 10.0.1.33 - ipmiPass: admin - ipmiUser: admin - libvirtName: null - libvirtTemplate: null - pxeMac: 68:05:ca:3f:7f:f3 -- id: 4 - ipmiIp: 10.0.1.34 - ipmiPass: admin - ipmiUser: admin - libvirtName: null - libvirtTemplate: null - pxeMac: 68:05:ca:3d:93:0c -- id: 5 - ipmiIp: 10.0.1.31 - ipmiPass: admin - ipmiUser: admin - libvirtName: null - libvirtTemplate: null - pxeMac: 68:05:ca:3d:93:14 -# Adding the Fuel node as node id 5 -# which may not be correct - please adjust as needed. -- id: 6 - isFuel: true - libvirtName: armband-pod1 - libvirtTemplate: templates/hardware_environment/vms/enea_lab/fuel.xml - password: r00tme - username: root -disks: - compute: 100G - controller: 100G - fuel: 100G |