summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute
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/fulltest/nestedSingleCompute')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/diffNestedFilesWithSameComputeType/out/MainServiceTemplate.yaml6
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/multipleReferencesToSameNestedFilesWithSameComputeType/out/MainServiceTemplate.yaml22
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedMultiLevels/out/nested3ServiceTemplate.yaml2
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedNodesConnectedIn/out/MainServiceTemplate.yaml8
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedNodesGetAttrIn/out/MainServiceTemplate.yaml8
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedOutputParamGetAttrIn/out/MainServiceTemplate.yaml6
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneCompute/out/MainServiceTemplate.yaml4
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/MainServiceTemplate.yaml4
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/threeNestedPointingToThreeDiffNestedFilesSameComputeType/out/MainServiceTemplate.yaml6
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/threeNestedSameTypeTwoPointingOnSameNestedFile/out/MainServiceTemplate.yaml8
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/twoNestedNodeTemplatesWithSameComputeType/out/MainServiceTemplate.yaml6
11 files changed, 40 insertions, 40 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/diffNestedFilesWithSameComputeType/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/diffNestedFilesWithSameComputeType/out/MainServiceTemplate.yaml
index 7117003215..f57796a212 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/diffNestedFilesWithSameComputeType/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/diffNestedFilesWithSameComputeType/out/MainServiceTemplate.yaml
@@ -55,7 +55,7 @@ topology_template:
type: string
node_templates:
server_pcm_002:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.2
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -92,7 +92,7 @@ topology_template:
- pcm_server_names
- 0
server_pcm_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server_1
directives:
- substitutable
properties:
@@ -193,4 +193,4 @@ topology_template:
- server_pcm_002
- server_pcm_001
- compute_port_0
- - abstract_compute
+ - abstract_compute \ No newline at end of file
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/multipleReferencesToSameNestedFilesWithSameComputeType/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/multipleReferencesToSameNestedFilesWithSameComputeType/out/MainServiceTemplate.yaml
index bd968da3a9..674b1e8d9c 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/multipleReferencesToSameNestedFilesWithSameComputeType/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/multipleReferencesToSameNestedFilesWithSameComputeType/out/MainServiceTemplate.yaml
@@ -999,7 +999,7 @@ topology_template:
get_input: vnf_name
description: Cinder volume for the second vSON Cluster leader.
vson_clm_0:
- type: org.openecomp.resource.abstract.nodes.heat.nested_vson_server
+ type: org.openecomp.resource.abstract.nodes.heat.vson_vm_4
directives:
- substitutable
properties:
@@ -1063,7 +1063,7 @@ topology_template:
node: oam_net_security_group
relationship: tosca.relationships.DependsOn
vson_mgt_group:
- type: org.openecomp.resource.abstract.nodes.heat.nested_vson_server_from_vol
+ type: org.openecomp.resource.abstract.nodes.heat.vson_vm_2
directives:
- substitutable
properties:
@@ -1141,7 +1141,7 @@ topology_template:
get_input: vson_dbs_volume_name_1
description: Cinder volume for the second vSON DBS VM instance.
vson_dbc_group:
- type: org.openecomp.resource.abstract.nodes.heat.nested_vson_server_with_vol
+ type: org.openecomp.resource.abstract.nodes.heat.vson_vm_1
directives:
- substitutable
properties:
@@ -1223,7 +1223,7 @@ topology_template:
get_input: vson_dbs_volume_name_0
description: Cinder volume for the first vSON DBS VM instance.
vson_clm_group:
- type: org.openecomp.resource.abstract.nodes.heat.nested_vson_server
+ type: org.openecomp.resource.abstract.nodes.heat.vson_vm_4
directives:
- substitutable
properties:
@@ -1342,7 +1342,7 @@ topology_template:
get_input: vnf_name
description: Cinder volume for the second vSON DC leader.
vson_mdr_group:
- type: org.openecomp.resource.abstract.nodes.heat.nested_vson_server_from_vol
+ type: org.openecomp.resource.abstract.nodes.heat.vson_vm_2
directives:
- substitutable
properties:
@@ -1406,7 +1406,7 @@ topology_template:
vson_vm_names:
- get_input: vson_mdr_name_0
vson_dbs_group:
- type: org.openecomp.resource.abstract.nodes.heat.nested_vson_server_with_vol
+ type: org.openecomp.resource.abstract.nodes.heat.vson_vm_1
directives:
- substitutable
properties:
@@ -1478,7 +1478,7 @@ topology_template:
- get_input: vson_dbs_name_0
- get_input: vson_dbs_name_1
vson_app_group:
- type: org.openecomp.resource.abstract.nodes.heat.nested_vson_server_with_vol_dual_ip_stack
+ type: org.openecomp.resource.abstract.nodes.heat.vson_vm
directives:
- substitutable
properties:
@@ -1710,7 +1710,7 @@ topology_template:
get_input: vson_dbg_volume_name_0
description: vSON DB Global cinder volume.
vson_dbg_group:
- type: org.openecomp.resource.abstract.nodes.heat.nested_vson_server_with_vol
+ type: org.openecomp.resource.abstract.nodes.heat.vson_vm_1
directives:
- substitutable
properties:
@@ -1778,7 +1778,7 @@ topology_template:
vson_vm_names:
- get_input: vson_dbg_name_0
vson_cll_group:
- type: org.openecomp.resource.abstract.nodes.heat.nested_vson_server_with_vol
+ type: org.openecomp.resource.abstract.nodes.heat.vson_vm_1
directives:
- substitutable
properties:
@@ -1867,7 +1867,7 @@ topology_template:
get_input: vson_app_volume_name_0
description: vSON APP cinder volume.
vson_mon_group:
- type: org.openecomp.resource.abstract.nodes.heat.nested_vson_server_from_vol
+ type: org.openecomp.resource.abstract.nodes.heat.vson_vm_2
directives:
- substitutable
properties:
@@ -1931,7 +1931,7 @@ topology_template:
vson_vm_names:
- get_input: vson_mon_name_0
vson_dcl_group:
- type: org.openecomp.resource.abstract.nodes.heat.nested_vson_server_with_vol
+ type: org.openecomp.resource.abstract.nodes.heat.vson_vm_1
directives:
- substitutable
properties:
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedMultiLevels/out/nested3ServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedMultiLevels/out/nested3ServiceTemplate.yaml
index da2f42610f..f312efdeb2 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedMultiLevels/out/nested3ServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedMultiLevels/out/nested3ServiceTemplate.yaml
@@ -61,7 +61,7 @@ topology_template:
type: string
node_templates:
test_nested4Level:
- type: org.openecomp.resource.abstract.nodes.heat.nested4
+ type: org.openecomp.resource.abstract.nodes.heat.cmaui
directives:
- substitutable
properties:
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedNodesConnectedIn/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedNodesConnectedIn/out/MainServiceTemplate.yaml
index 78fe423e5d..52911df941 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedNodesConnectedIn/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedNodesConnectedIn/out/MainServiceTemplate.yaml
@@ -155,7 +155,7 @@ topology_template:
default: oam_protected_net_0
node_templates:
server_pcm_002:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -192,7 +192,7 @@ topology_template:
- pcm_server_names
- 0
server_oam_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-oam_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.oam_server
directives:
- substitutable
properties:
@@ -251,7 +251,7 @@ topology_template:
oam_net_name:
get_input: oam_net_name
server_pcm_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -384,7 +384,7 @@ topology_template:
node: server_pcm_002
relationship: org.openecomp.relationships.AttachesTo
test_shared_node_connected_in_nested:
- type: org.openecomp.resource.abstract.nodes.heat.nested-oam_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.oam_server
directives:
- substitutable
properties:
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedNodesGetAttrIn/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedNodesGetAttrIn/out/MainServiceTemplate.yaml
index e2ad613b15..e44327fa33 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedNodesGetAttrIn/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedNodesGetAttrIn/out/MainServiceTemplate.yaml
@@ -145,7 +145,7 @@ topology_template:
default: oam_protected_net_0
node_templates:
server_pcm_002:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -180,7 +180,7 @@ topology_template:
- pcm_server_names
- 0
server_oam_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-oam_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.oam_server
directives:
- substitutable
properties:
@@ -241,7 +241,7 @@ topology_template:
oam_net_name:
get_input: oam_net_name
server_pcm_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -395,4 +395,4 @@ topology_template:
- server_pcm_001
- packet_mirror_network
- compute_port_0
- - abstract_compute
+ - abstract_compute \ No newline at end of file
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedOutputParamGetAttrIn/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedOutputParamGetAttrIn/out/MainServiceTemplate.yaml
index 4c0c96f988..e49afcd726 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedOutputParamGetAttrIn/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedOutputParamGetAttrIn/out/MainServiceTemplate.yaml
@@ -145,7 +145,7 @@ topology_template:
default: oam_protected_net_0
node_templates:
server_pcm_002:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -182,7 +182,7 @@ topology_template:
- pcm_server_names
- 0
server_oam_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-oam_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.oam_server
directives:
- substitutable
properties:
@@ -243,7 +243,7 @@ topology_template:
oam_net_name:
get_input: oam_net_name
server_pcm_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneCompute/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneCompute/out/MainServiceTemplate.yaml
index 2d5a794b7a..0f63982943 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneCompute/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneCompute/out/MainServiceTemplate.yaml
@@ -121,7 +121,7 @@ topology_template:
type: string
node_templates:
server_pcm_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -239,4 +239,4 @@ topology_template:
members:
- server_pcm_001
- packet_mirror_network
- - abstract_compute
+ - abstract_compute \ No newline at end of file
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/MainServiceTemplate.yaml
index 2378f602c8..6bfb11cba1 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/MainServiceTemplate.yaml
@@ -121,7 +121,7 @@ topology_template:
default: oam_protected_net_0
node_templates:
server_pcm_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -260,4 +260,4 @@ topology_template:
- server_pcm_001
- packet_mirror_network
- compute_port_0
- - abstract_compute
+ - abstract_compute \ No newline at end of file
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/threeNestedPointingToThreeDiffNestedFilesSameComputeType/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/threeNestedPointingToThreeDiffNestedFilesSameComputeType/out/MainServiceTemplate.yaml
index 5db374e25b..976be29e67 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/threeNestedPointingToThreeDiffNestedFilesSameComputeType/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/threeNestedPointingToThreeDiffNestedFilesSameComputeType/out/MainServiceTemplate.yaml
@@ -55,7 +55,7 @@ topology_template:
type: string
node_templates:
server_pcm_002:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.2
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -92,7 +92,7 @@ topology_template:
- pcm_server_names
- 0
server_pcm_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server_1
directives:
- substitutable
properties:
@@ -129,7 +129,7 @@ topology_template:
- pcm_server_names
- 0
server_pcm_003:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.3
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server_2
directives:
- substitutable
properties:
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/threeNestedSameTypeTwoPointingOnSameNestedFile/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/threeNestedSameTypeTwoPointingOnSameNestedFile/out/MainServiceTemplate.yaml
index b7e3090eb5..2a5f3b77f9 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/threeNestedSameTypeTwoPointingOnSameNestedFile/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/threeNestedSameTypeTwoPointingOnSameNestedFile/out/MainServiceTemplate.yaml
@@ -55,7 +55,7 @@ topology_template:
type: string
node_templates:
server_pcm_002:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -92,7 +92,7 @@ topology_template:
- pcm_server_names
- 0
server_pcm_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -129,7 +129,7 @@ topology_template:
- pcm_server_names
- 0
server_pcm_003:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.2
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server_2
directives:
- substitutable
properties:
@@ -189,4 +189,4 @@ topology_template:
- server_pcm_002
- server_pcm_001
- server_pcm_003
- - compute_port_0
+ - compute_port_0 \ No newline at end of file
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/twoNestedNodeTemplatesWithSameComputeType/out/MainServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/twoNestedNodeTemplatesWithSameComputeType/out/MainServiceTemplate.yaml
index 3f53330a7a..6f0bd1ea94 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/twoNestedNodeTemplatesWithSameComputeType/out/MainServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/twoNestedNodeTemplatesWithSameComputeType/out/MainServiceTemplate.yaml
@@ -55,7 +55,7 @@ topology_template:
type: string
node_templates:
server_pcm_002:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -92,7 +92,7 @@ topology_template:
- pcm_server_names
- 0
server_pcm_001:
- type: org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1
+ type: org.openecomp.resource.abstract.nodes.heat.pcm_server
directives:
- substitutable
properties:
@@ -193,4 +193,4 @@ topology_template:
- server_pcm_002
- server_pcm_001
- compute_port_0
- - abstract_compute
+ - abstract_compute \ No newline at end of file