aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/securityrulestoportconnection/securityrulestoportconnectiongetresource/inputfiles/vlbagentdependencies_with_vLB.json
diff options
context:
space:
mode:
authorAviZi <avi.ziv@amdocs.com>2017-06-09 02:39:56 +0300
committerAviZi <avi.ziv@amdocs.com>2017-06-09 02:39:56 +0300
commit280f8015d06af1f41a3ef12e8300801c7a5e0d54 (patch)
tree9c1d3978c04cd28068f02073038c936bb49ca9e0 /openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/securityrulestoportconnection/securityrulestoportconnectiongetresource/inputfiles/vlbagentdependencies_with_vLB.json
parentfd3821dad11780d33c5373d74c957c442489945e (diff)
[SDC-29] Amdocs OnBoard 1707 initial commit.
Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi <avi.ziv@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/securityrulestoportconnection/securityrulestoportconnectiongetresource/inputfiles/vlbagentdependencies_with_vLB.json')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/securityrulestoportconnection/securityrulestoportconnectiongetresource/inputfiles/vlbagentdependencies_with_vLB.json46
1 files changed, 0 insertions, 46 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/securityrulestoportconnection/securityrulestoportconnectiongetresource/inputfiles/vlbagentdependencies_with_vLB.json b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/securityrulestoportconnection/securityrulestoportconnectiongetresource/inputfiles/vlbagentdependencies_with_vLB.json
deleted file mode 100644
index 0304a18f0e..0000000000
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/securityrulestoportconnection/securityrulestoportconnectiongetresource/inputfiles/vlbagentdependencies_with_vLB.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "name": "$$HOSTNAME$$",
- "type": "vLBAgent",
- "cluster": "VLBAGENT_CLUSTER_NAME",
- "node_count": "VLBAGENT_NODE_COUNT",
- "attributes": [
- {
- "name": "ip-eth0",
- "value": "$$OAM_NET_IP$$"
- },
- {
- "name": "rprb_26071_oam_direct_net_1",
- "value": "$$OAM_NET_IP$$"
- },
- {
- "name": "rprb_26071_mme_int_pktmirror_net_1",
- "value": "$$PACKET_MIRROR_NET_IP$$"
- },
- {
- "name": "rprb_26071_mme_int_pktinternal_net_1",
- "value": "$$PACKET_INTERNAL_NET_IP$$"
- }
- ],
- "dependencies": [
- {
- "resource_name": "VPROBE_CLUSTER_NAME",
- "resource_type": "cluster",
- "attribute": "eth0-eth2-and-ProbeInstance",
- "role": "vProbe_cluster",
- "format": "all"
- },
- {
- "resource_name": "VLB_CLUSTER_NAME",
- "resource_type": "cluster",
- "attribute": "eth1-eth2-and-vLBInstance",
- "role": "vLB_cluster",
- "format": "all"
- },
- {
- "resource_name": "MANAGER_INSTANCE_NAME",
- "resource_type": "machine",
- "attribute": "rprb_26071_oam_direct_net_1",
- "role": "manager_oam_direct_ip"
- }
- ]
-}