summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_nfv_sample.yaml
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2016-08-22 15:22:56 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2016-08-22 15:22:56 +0800
commit36852516fac11727c2fd4ee429214d6346628f32 (patch)
tree0d367a7297055502c59939b0bcd03ecc0fe28e99 /tosca2heat/heat-translator/translator/tests/data/hot_output/hot_nfv_sample.yaml
parent6fecb729f550f4f543739375df8148ab9de38668 (diff)
Add high_availability test case
As a template designer; I want to define a vdu with high availability; So i will add test case to violate high_availability requirement in VDU; JIRA:PARSER-94 Change-Id: Icd35e5a533231395a2174cdc20b747a9ab803599 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat/heat-translator/translator/tests/data/hot_output/hot_nfv_sample.yaml')
-rw-r--r--tosca2heat/heat-translator/translator/tests/data/hot_output/hot_nfv_sample.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_nfv_sample.yaml b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_nfv_sample.yaml
index 2103d43..f2d14ed 100644
--- a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_nfv_sample.yaml
+++ b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_nfv_sample.yaml
@@ -13,12 +13,29 @@ resources:
networks:
- port: { get_resource: CP1 }
user_data_format: SOFTWARE_CONFIG
+ depends_on:
+ - VDU2
+ VDU2:
+ type: OS::Nova::Server
+ properties:
+ flavor: m1.medium
+ image: rhel-6.5-test-image
+ networks:
+ - port: { get_resource: CP2 }
+ user_data_format: SOFTWARE_CONFIG
+
CP1:
type: OS::Neutron::Port
properties:
fixed_ips:
- ip_address: '192.168.0.55'
network: { get_resource: VL1 }
+ CP2:
+ type: OS::Neutron::Port
+ properties:
+ fixed_ips:
+ - ip_address: '192.168.0.56'
+ network: { get_resource: VL1 }
VL1:
type: OS::Neutron::Net
VL1_subnet: