summaryrefslogtreecommitdiffstats
path: root/fuel/prototypes/deploy/examples/ipmi/conf/dha.yaml
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-05-12 15:54:39 +0200
committerStefan K. Berg <stefan.k.berg@ericsson.com>2015-05-12 15:56:16 +0200
commit129ffe434c010508f26416983835e80dec0cc1d8 (patch)
tree7ba38349007080e0825fdcd99936ef452cd120a0 /fuel/prototypes/deploy/examples/ipmi/conf/dha.yaml
parent82acf9fc006912f50ca799dee2489b53c712d936 (diff)
Corrected directory name
It was never meant for the first level to be called anything else than auto-deploy - really needed to get rid of the terrible .../deploy/deploy/deploy.sh! JIRA Change-Id: Ifa68e5922ca8da9cc72df963e8138a8fc0b8b63b Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to 'fuel/prototypes/deploy/examples/ipmi/conf/dha.yaml')
-rw-r--r--fuel/prototypes/deploy/examples/ipmi/conf/dha.yaml52
1 files changed, 0 insertions, 52 deletions
diff --git a/fuel/prototypes/deploy/examples/ipmi/conf/dha.yaml b/fuel/prototypes/deploy/examples/ipmi/conf/dha.yaml
deleted file mode 100644
index 97629b7..0000000
--- a/fuel/prototypes/deploy/examples/ipmi/conf/dha.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-title: Deployment Hardware Adapter (DHA)
-# DHA API version supported
-version: 1.1
-created: Mon May 4 09:03:46 UTC 2015
-comment: Test environment Ericsson Montreal
-
-# Adapter to use for this definition
-adapter: ipmi
-
-# Node list.
-# Mandatory properties are id and role.
-# The MAC address of the PXE boot interface for Fuel is not
-# mandatory to be defined.
-# All other properties are adapter specific.
-
-nodes:
-- id: 1
- pxeMac: 14:58:D0:55:E2:E0
- ipmiIp: 10.118.32.202
- ipmiUser: username
- ipmiPass: password
-- id: 2
- pxeMac: 9C:B6:54:8A:25:C0
- ipmiIp: 10.118.32.213
- ipmiUser: username
- ipmiPass: password
-# Adding the Fuel node as node id 3 which may not be correct - please
-# adjust as needed.
-- id: 3
- pxeMac: 52:54:00:bd:e4:21
- libvirtName: vFuel
- isFuel: yes
-
-# Deployment power on strategy
-# all: Turn on all nodes at once. There will be no correlation
-# between the DHA and DEA node numbering. MAC addresses
-# will be used to select the node roles though.
-# sequence: Turn on the nodes in sequence starting with the lowest order
-# node and wait for the node to be detected by Fuel. Not until
-# the node has been detected and assigned a role will the next
-# node be turned on.
-powerOnStrategy: sequence
-
-# If fuelCustomInstall is set to true, Fuel is assumed to be installed by
-# calling the DHA adapter function "dha_fuelCustomInstall()" with two
-# arguments: node ID and the ISO file name to deploy. The custom install
-# function is then to handle all necessary logic to boot the Fuel master
-# from the ISO and then return.
-# Allowed values: true, false
-
-fuelCustomInstall: true
-