summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2017-02-27 01:19:10 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2017-02-27 01:27:13 +0800
commit99368c87bb2e4a93905759dcfc36046243062fd7 (patch)
tree530a56817308de8926c8080f0fa1fb28bf9d3ce8 /tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
parent5a918c30a6c46605c616c2ffba1737ef9ea3ee3a (diff)
Add ip output in compute node
After sync the latest heat-translator code from upstream, there is not ip output in compute node, it's necessary to add. JIRA:PARSER-121 Change-Id: Idb0126f9d2bcb6100be6083e2a661cc1cdbe0f27 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml')
-rw-r--r--tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml16
1 files changed, 4 insertions, 12 deletions
diff --git a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
index b6de70f..904189b 100644
--- a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
+++ b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_vRNC.yaml
@@ -491,33 +491,25 @@ outputs:
value:
get_attr:
- MM_Active_Host
- - networks
- - private
- - 0
+ - first_address
private_ip_of_CM:
description: The private IP address of the CM.
value:
get_attr:
- CM_Active_Host
- - networks
- - private
- - 0
+ - first_address
private_ip_of_DM:
description: The private IP address of the DM.
value:
get_attr:
- DM_Host
- - networks
- - private
- - 0
+ - first_address
private_ip_of_LB:
description: The private IP address of the LB.
value:
get_attr:
- LB_Host
- - networks
- - private
- - 0
+ - first_address