X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=fuel%2Fprototypes%2Fauto-deploy%2Fdocumentation%2F5-dea-api.txt;fp=fuel%2Fprototypes%2Fauto-deploy%2Fdocumentation%2F5-dea-api.txt;h=0000000000000000000000000000000000000000;hb=e94d5484ecdf8021245d961479dae07ea2f8321f;hp=d5c6f5c4e1580b588041fd2f0eb3930833aee1e1;hpb=563547b4a9f44090f32c0e17d040114854563760;p=genesis.git 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 d5c6f5c..0000000 --- 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() -