aboutsummaryrefslogtreecommitdiffstats
path: root/fuel/prototypes/auto-deploy/documentation/5-dea-api.txt
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-11-19 13:39:59 +0100
committerStefan K. Berg <stefan.k.berg@ericsson.com>2015-11-19 13:40:15 +0100
commit095442c4bdf437531eae2aecd364e74d756757fd (patch)
tree35d9473bfab5cf8dd1ea532306e6ae995602d20c /fuel/prototypes/auto-deploy/documentation/5-dea-api.txt
parentb13de8d8c1afb3d1106d839385572dee4e2077bf (diff)
Cleaning up the experimental branch
Should not be used any more! Change-Id: I38fd1ea34aaa12c5d7d060bca47d1866bc97d185 Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to 'fuel/prototypes/auto-deploy/documentation/5-dea-api.txt')
-rw-r--r--fuel/prototypes/auto-deploy/documentation/5-dea-api.txt47
1 files changed, 0 insertions, 47 deletions
diff --git a/fuel/prototypes/auto-deploy/documentation/5-dea-api.txt b/fuel/prototypes/auto-deploy/documentation/5-dea-api.txt
deleted file mode 100644
index d5c6f5c4e..000000000
--- a/fuel/prototypes/auto-deploy/documentation/5-dea-api.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-The structure is being reworked. This page describes the DEA interface.
-
-The DEA API is internal to the deployer, but documented here for information.
-
-*** DEA API definition version 1.1 ***
-
-# Get the DEA API version supported by this adapter
-dea_getApiVersion ()
-
-# Node numbering is sequential.
-# Get the role for this node
-# Argument 1: node id
-dea_getNodeRole()
-
-# Get IP address of Fuel master
-dea_getFuelIp()
-
-# Get netmask Fuel master
-dea_getFuelNetmask()
-
-# Get gateway address of Fuel master
-dea_getFuelGateway()
-
-# Get gateway address of Fuel master
-dea_getFuelHostname()
-
-# Get DNS address of Fuel master
-dea_getFuelDns()
-
-# Convert a normal MAC to a Fuel short mac for --node-id
-dea_convertMacToShortMac()
-
-# Get property from DEA file
-# Argument 1: search path, as e.g. "fuel ADMIN_NETWORK ipaddress"
-dea_getProperty()
-
-# Convert DHA node id to Fuel cluster node id
-# Look for lowest Fuel node number, this will be DHA node 1
-# Argument: node id
-dea_getClusterNodeId()
-
-# Entry point for dea functions
-# Typically do not call "dea_node_zeroMBR" but "dea node_ZeroMBR"
-# Before calling dea, the adapter file must gave been sourced with
-# the DEA file name as argument
-dea()
-