aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrail2serviceinstance/sharedNetworkNested/inputfiles/main.yml
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/contrail2serviceinstance/sharedNetworkNested/inputfiles/main.yml')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrail2serviceinstance/sharedNetworkNested/inputfiles/main.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrail2serviceinstance/sharedNetworkNested/inputfiles/main.yml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrail2serviceinstance/sharedNetworkNested/inputfiles/main.yml
deleted file mode 100644
index a1f7dc932d..0000000000
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/contrail2serviceinstance/sharedNetworkNested/inputfiles/main.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-heat_template_version: 2013-05-23
-
-description: ASC External Networks Template
-
-parameters:
- Internal1_net_name:
- type: string
- Internal2_net_name:
- type: string
- Internal1_forwarding_mode:
- type: string
- Internal2_forwarding_mode:
- type: string
- Internal1_shared:
- type: string
- Internal2_shared:
- type: string
-
-resources:
- Internal1-net:
- type: OS::Contrail::VirtualNetwork
- properties:
- name: { get_param: Internal1_net_name }
- forwarding_mode: { get_param: Internal1_forwarding_mode }
- shared: { get_param: Internal1_shared }
-
- test_nested:
- type: OCS-fw.yml
- properties:
- network_param: { get_resource: Internal1-net} \ No newline at end of file