aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 25 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 53edc4aa75..62e3c5574a 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,7 +74,6 @@ topology_template:
mac_address:
get_input: fsb1-Internal2-mac
network: Internal2-net
- subinterface_indicator: false
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -86,7 +85,6 @@ topology_template:
mac_address:
get_input: fsb1-Internal1-mac
network: Internal1-net
- subinterface_indicator: false
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -103,7 +101,6 @@ topology_template:
- ip_address:
get_input: fsb1-oam-ip
network: jsa_net1
- subinterface_indicator: false
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -184,16 +181,12 @@ topology_template:
properties:
port_FSB1_Internal_mac_address:
get_input: fsb1-Internal1-mac
- port_FSB1_OAM_subinterface_indicator:
- - false
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:
- - false
port_FSB1_Internal_network:
- Internal1-net
port_FSB2_Internal_mac_address:
@@ -206,8 +199,6 @@ 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:
- - false
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 1ece0e77db..6305a7cae6 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,7 +69,6 @@ topology_template:
mac_address:
get_input: fsb1-Internal2-mac
network: Internal2-net
- subinterface_indicator: false
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -81,7 +80,6 @@ topology_template:
mac_address:
get_input: fsb1-Internal1-mac
network: Internal1-net
- subinterface_indicator: false
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -160,8 +158,6 @@ topology_template:
directives:
- substitutable
properties:
- port_FSB1_Internal_2_subinterface_indicator:
- - false
vm_flavor_name:
get_input: fsb-flavor
vm_image_name:
@@ -170,8 +166,6 @@ topology_template:
- STATIC-DATA-FSB1
port_FSB1_Internal_1_mac_address:
get_input: fsb1-Internal1-mac
- port_FSB1_Internal_1_subinterface_indicator:
- - false
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 74af8bd259..ca75560607 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,7 +94,6 @@ topology_template:
mac_address:
get_input: fsb2-Internal2-mac
network: Internal2-net-fsb2-Internal2
- subinterface_indicator: false
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -106,7 +105,6 @@ topology_template:
mac_address:
get_input: fsb2-Internal1-mac
network: Internal2-net-fsb2-Internal1
- subinterface_indicator: false
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -118,7 +116,6 @@ topology_template:
mac_address:
get_input: fsb1-Internal2-mac
network: Internal1-net-fsb1-Internal2
- subinterface_indicator: false
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -134,7 +131,6 @@ topology_template:
mac_address:
get_input: fsb1-Internal1-mac
network: Internal1-net-fsb1-Internal1
- subinterface_indicator: false
requirements:
- binding:
capability: tosca.capabilities.network.Bindable
@@ -256,9 +252,6 @@ topology_template:
compute_FSB_admin_pass:
- STATIC-DATA-FSB1
- STATIC-DATA-FSB2
- port_FSB1_Internal_subinterface_indicator:
- - false
- - false
port_FSB1_Internal_network:
- Internal1-net-fsb1-Internal1
- Internal1-net-fsb1-Internal2
@@ -274,9 +267,6 @@ 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:
- - false
- - false
compute_FSB_availability_zone:
- get_input: fsb1_zone
- get_input: fsb2_zone