summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in
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/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in/main.yml18
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in/nested_pattern5.yml10
2 files changed, 14 insertions, 14 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in/main.yml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in/main.yml
index 1fa93606cc..4aef865a20 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in/main.yml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in/main.yml
@@ -52,7 +52,7 @@ resources:
name:
get_param: packet_externalmain_network_name
- pd_server_1b_port_0:
+ pd_server_1b_1_port_1:
type: OS::Neutron::Port
properties:
network: { get_resource: packet_internalmain_network }
@@ -66,14 +66,14 @@ resources:
fixed_ips: [{"ip_address": {get_param: [pd_server_1b_ips, 1]}}]
replacement_policy: AUTO
- pd_server_1b_port_01:
+ pd_server_1b_2_port_1:
type: OS::Neutron::Port
properties:
network: {get_resource: packet_internalmain_network}
fixed_ips: [{"ip_address": {get_param: [pd_server_1b_ips, 0]}}]
replacement_policy: AUTO
- pd_server_1b_port_11:
+ pd_server_1b_3_port_1:
type: OS::Neutron::Port
properties:
network: {get_resource: packet_internalmain_network}
@@ -88,7 +88,7 @@ resources:
availability_zone: { get_param: availability_zone_0 }
flavor: { get_param: pd_server_1b_flavor }
networks:
- - port: { get_resource: pd_server_1b_port_0 }
+ - port: { get_resource: pd_server_1b_1_port_1 }
server_1b_pd_1:
type: OS::Nova::Server
@@ -108,7 +108,7 @@ resources:
availability_zone: { get_param: availability_zone_0 }
flavor: { get_param: pd_server_1b_flavor }
networks:
- - port: { get_resource: pd_server_1b_port_01 }
+ - port: { get_resource: pd_server_1b_2_port_1 }
server_1b_pd_11:
type: OS::Nova::Server
@@ -118,7 +118,7 @@ resources:
availability_zone: { get_param: availability_zone_0 }
flavor: { get_param: pd_server_1b_flavor }
networks:
- - port: { get_resource: pd_server_1b_port_11 }
+ - port: { get_resource: pd_server_1b_3_port_1 }
test_resourceGroup_0:
type: OS::Heat::ResourceGroup
@@ -127,7 +127,7 @@ resources:
resource_def:
type: nested_vlan.yml
properties:
- parent_interface: { get_resource: pd_server_1b_port_0}
+ parent_interface: { get_resource: pd_server_1b_1_port_1}
net1: { get_resource: packet_externalmain_network}
test_resourceGroup_1:
@@ -147,7 +147,7 @@ resources:
resource_def:
type: nested_vlan.yml
properties:
- parent_interface: { get_resource: pd_server_1b_port_01}
+ parent_interface: { get_resource: pd_server_1b_2_port_1}
net1: { get_resource: packet_externalmain_network}
test_resourceGroup_11:
@@ -157,7 +157,7 @@ resources:
resource_def:
type: nested_vlan.yml
properties:
- parent_interface: { get_resource: pd_server_1b_port_11}
+ parent_interface: { get_resource: pd_server_1b_3_port_1}
net1: { get_resource: packet_externalmain_network}
test_nested_level1:
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in/nested_pattern5.yml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in/nested_pattern5.yml
index d3ca9e5cca..5dcc2d8285 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in/nested_pattern5.yml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCMultiVFCInAllHeatScalingScenario/in/nested_pattern5.yml
@@ -77,7 +77,7 @@ resources:
networks:
- port: { get_resource: ps_server_1b_port_2 }
- ps_server_1b_port_3:
+ ps_server_1b_1_port_2:
type: OS::Neutron::Port
properties:
network: {get_resource: packet_int_network}
@@ -92,7 +92,7 @@ resources:
availability_zone: { get_param: availability_zone_0 }
flavor: { get_param: ps_server_1b_flavor }
networks:
- - port: { get_resource: ps_server_1b_port_3 }
+ - port: { get_resource: ps_server_1b_1_port_2 }
test_resourceGroup_2:
type: OS::Heat::ResourceGroup
@@ -111,7 +111,7 @@ resources:
resource_def:
type: nested_vlan.yml
properties:
- parent_interface: { get_resource: ps_server_1b_port_3}
+ parent_interface: { get_resource: ps_server_1b_1_port_2}
net1: { get_resource: packet_ext_network}
pd_server_1b_port_2:
@@ -131,7 +131,7 @@ resources:
networks:
- port: { get_resource: pd_server_1b_port_2 }
- pd_server_1b_port_3:
+ pd_server_1b_1_port_2:
type: OS::Neutron::Port
properties:
network: { get_resource: packet_int_network }
@@ -146,4 +146,4 @@ resources:
availability_zone: { get_param: availability_zone_0 }
flavor: { get_param: pd_server_1b_flavor }
networks:
- - port: { get_resource: pd_server_1b_port_3 } \ No newline at end of file
+ - port: { get_resource: pd_server_1b_1_port_2 } \ No newline at end of file