summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsDiffType/out/MainServiceTemplate.yaml9
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsSameType/out/MainServiceTemplate.yaml6
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/twoComputesMultiplePorts/out/MainServiceTemplate.yaml10
3 files changed, 25 insertions, 0 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsDiffType/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsDiffType/out/MainServiceTemplate.yaml
index 62e3c5574a..bc08b781f9 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsDiffType/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsDiffType/out/MainServiceTemplate.yaml
@@ -74,6 +74,7 @@ topology_template:
mac_address:
get_input: fsb1-Internal2-mac
network: Internal2-net
+ subinterface_indicator: true
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -85,6 +86,7 @@ topology_template:
mac_address:
get_input: fsb1-Internal1-mac
network: Internal1-net
+ subinterface_indicator: true
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -101,6 +103,7 @@ topology_template:
- ip_address:
get_input: fsb1-oam-ip
network: jsa_net1
+ subinterface_indicator: true
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -181,12 +184,16 @@ topology_template:
properties:
port_FSB1_Internal_mac_address:
get_input: fsb1-Internal1-mac
+ port_FSB1_OAM_subinterface_indicator:
+ - true
vm_flavor_name:
get_input: fsb-flavor
vm_image_name:
get_input: fsb-image
compute_FSB_admin_pass:
- STATIC-DATA-FSB1
+ port_FSB1_Internal_subinterface_indicator:
+ - true
port_FSB1_Internal_network:
- Internal1-net
port_FSB2_Internal_mac_address:
@@ -199,6 +206,8 @@ topology_template:
- write_files:
- path: /path1/etc/sysconfig/network-scripts/ifcfg-eth0
- path: /path2/etc/sysconfig/network-scripts/ifcfg-eth1
+ port_FSB2_Internal_subinterface_indicator:
+ - true
compute_FSB_availability_zone:
- get_input: fsb1_zone
port_FSB1_OAM_fixed_ips:
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsSameType/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsSameType/out/MainServiceTemplate.yaml
index 6305a7cae6..5c86ef6c5b 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsSameType/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/oneComputeMultiplePortsSameType/out/MainServiceTemplate.yaml
@@ -69,6 +69,7 @@ topology_template:
mac_address:
get_input: fsb1-Internal2-mac
network: Internal2-net
+ subinterface_indicator: true
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -80,6 +81,7 @@ topology_template:
mac_address:
get_input: fsb1-Internal1-mac
network: Internal1-net
+ subinterface_indicator: true
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -158,6 +160,8 @@ topology_template:
directives:
- substitutable
properties:
+ port_FSB1_Internal_2_subinterface_indicator:
+ - true
vm_flavor_name:
get_input: fsb-flavor
vm_image_name:
@@ -166,6 +170,8 @@ topology_template:
- STATIC-DATA-FSB1
port_FSB1_Internal_1_mac_address:
get_input: fsb1-Internal1-mac
+ port_FSB1_Internal_1_subinterface_indicator:
+ - true
port_FSB1_Internal_1_network:
- Internal1-net
port_FSB1_Internal_2_mac_address:
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/twoComputesMultiplePorts/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/twoComputesMultiplePorts/out/MainServiceTemplate.yaml
index ca75560607..9b54fbea73 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/twoComputesMultiplePorts/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/unifiedComposition/createAbstractSubstitute/twoComputesMultiplePorts/out/MainServiceTemplate.yaml
@@ -94,6 +94,7 @@ topology_template:
mac_address:
get_input: fsb2-Internal2-mac
network: Internal2-net-fsb2-Internal2
+ subinterface_indicator: true
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -105,6 +106,7 @@ topology_template:
mac_address:
get_input: fsb2-Internal1-mac
network: Internal2-net-fsb2-Internal1
+ subinterface_indicator: true
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -116,6 +118,7 @@ topology_template:
mac_address:
get_input: fsb1-Internal2-mac
network: Internal1-net-fsb1-Internal2
+ subinterface_indicator: true
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -131,6 +134,7 @@ topology_template:
mac_address:
get_input: fsb1-Internal1-mac
network: Internal1-net-fsb1-Internal1
+ subinterface_indicator: true
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -252,6 +256,9 @@ topology_template:
compute_FSB_admin_pass:
- STATIC-DATA-FSB1
- STATIC-DATA-FSB2
+ port_FSB1_Internal_subinterface_indicator:
+ - true
+ - true
port_FSB1_Internal_network:
- Internal1-net-fsb1-Internal1
- Internal1-net-fsb1-Internal2
@@ -267,6 +274,9 @@ topology_template:
- write_files:
- path: /path3/etc/sysconfig/network-scripts/ifcfg-eth0
- path: /path4/etc/sysconfig/network-scripts/ifcfg-eth1
+ port_FSB2_Internal_subinterface_indicator:
+ - true
+ - true
compute_FSB_availability_zone:
- get_input: fsb1_zone
- get_input: fsb2_zone