From 7a91c5b4dc19fd7468faf1ef9869a0aea363cfab Mon Sep 17 00:00:00 2001 From: Jonas Bjurel Date: Tue, 12 Jan 2016 13:04:23 +0100 Subject: Added LAB/POD definitions for LF/POD2 and Ericsson/POD1 Change-Id: Ic3813536818c0129026686bc9173427994393a4d Signed-off-by: Jonas Bjurel --- labs/ericsson/pod1/fuel/config/dha.yaml | 56 +++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 labs/ericsson/pod1/fuel/config/dha.yaml (limited to 'labs/ericsson/pod1/fuel/config/dha.yaml') diff --git a/labs/ericsson/pod1/fuel/config/dha.yaml b/labs/ericsson/pod1/fuel/config/dha.yaml new file mode 100644 index 0000000..b32f47f --- /dev/null +++ b/labs/ericsson/pod1/fuel/config/dha.yaml @@ -0,0 +1,56 @@ +dha-pod-config-metadata: + title: Deployment Hardware Adapter (DHA) for Ericsson, POD1 +# DHA API version supported + version: 0.0.1 + created: Jan 12 2016 + comment: Config for Ericsson Montreal Lab, POD1 + +# Adapter to use for this definition +adapter: hp + +# Node list. +# Mandatory property is id, all other properties are adapter specific. + +nodes: + +- id: 1 + pxeMac: 14:58:D0:54:28:80 + ipmiIp: 10.118.32.201 + ipmiUser: opnfv + ipmiPass: E///@work +- id: 2 + pxeMac: 14:58:D0:55:E2:E0 + ipmiIp: 10.118.32.202 + ipmiUser: opnfv + ipmiPass: E///@work +- id: 3 + pxeMac: 14:58:D0:54:E7:88 + ipmiIp: 10.118.32.203 + ipmiUser: opnfv + ipmiPass: E///@work +- id: 4 + pxeMac: 14:58:D0:54:6A:60 + ipmiIp: 10.118.32.204 + ipmiUser: opnfv + ipmiPass: E///@work +- id: 5 + pxeMac: 14:58:D0:54:7A:28 + ipmiIp: 10.118.32.205 + ipmiUser: opnfv + ipmiPass: E///@work +- id: 6 + pxeMac: 9C:B6:54:8A:25:C0 + ipmiIp: 10.118.32.213 + ipmiUser: opnfv + ipmiPass: E///@work +- id: 7 + libvirtName: fuel-opnfv + libvirtTemplate: templates/hardware_environment/vms/ericsson_montreal_lab/fuel.xml + isFuel: yes + username: root + password: r00tme + +disks: + compute: 40G + controller: 40G + fuel: 60G -- cgit 1.2.3-korg