aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCScalingScenario
diff options
context:
space:
mode:
authorojasdubey <ojas.dubey@amdocs.com>2018-03-06 12:01:54 +0530
committerojasdubey <ojas.dubey@amdocs.com>2018-03-27 12:30:06 +0530
commit56e56b8860cf6e7ad70dc65134e8fd87eaf01123 (patch)
tree5a45b1199db9a1ce840c2c454e470674daf4e63c /openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCScalingScenario
parent6cc3acdc6d3140a8f702939568ab4c7cda06beaa (diff)
VLAN tagging - VFC Instance Group
1. Create VFC instance group per sub-interface network role 2. Refactored PortTemplateConsolidationData and its references based on review comments 3. Updated test data after rebase 4. Updated to flatMap based on review comments Change-Id: I423593c5156ecae5eff3a4f2ce8591c85db727cc Issue-ID: SDC-1073 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCScalingScenario')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCScalingScenario/out/nested_pattern5ServiceTemplate.yaml19
1 files changed, 18 insertions, 1 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/complexVFCScalingScenario/out/nested_pattern5ServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCScalingScenario/out/nested_pattern5ServiceTemplate.yaml
index d9c83039df..b80060507d 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCScalingScenario/out/nested_pattern5ServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern5/complexVFCScalingScenario/out/nested_pattern5ServiceTemplate.yaml
@@ -18,6 +18,9 @@ topology_template:
immutable: false
type: string
description: UID of OAM network
+ Vlan_network_collection_function:
+ type: string
+ required: true
ps_server_1b_ips:
hidden: false
immutable: false
@@ -60,6 +63,9 @@ topology_template:
hidden: false
immutable: false
type: string
+ Vlan_vfc_instance_group_function:
+ type: string
+ required: true
packet_external_network_name:
hidden: false
immutable: false
@@ -195,6 +201,17 @@ topology_template:
- packet_external_network
- packet_internal_network
- abstract_pd_server_1b
+ Vlan_group:
+ type: org.openecomp.groups.VfcInstanceGroup
+ properties:
+ vfc_parent_port_role: 1b
+ network_collection_function:
+ get_input: Vlan_network_collection_function
+ vfc_instance_group_function:
+ get_input: Vlan_vfc_instance_group_function
+ subinterface_role: Vlan
+ members:
+ - abstract_pd_server_1b
substitution_mappings:
node_type: org.openecomp.resource.abstract.nodes.heat.nested_pattern5
capabilities:
@@ -588,4 +605,4 @@ topology_template:
- dependency_pd_server_1b_pd_server_1b_port
dependency_packet_external_network:
- packet_external_network
- - dependency
+ - dependency \ No newline at end of file