[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / securityrulestoportconnection / securityRulesToPortGetResource / inputfiles / vlbdependencies.json
1 {
2   "name": "$$HOSTNAME$$",
3   "type": "vLB",
4   "cluster": "VLB_CLUSTER_NAME",
5   "node_count": "VLB_NODE_COUNT",
6   "attributes": [
7     {
8       "name": "ip-eth0",
9       "value": "$$OAM_NET_IP$$"
10     },
11     {
12       "name": "rprb_26071_oam_direct_net_1",
13       "value": "$$OAM_NET_IP$$"
14     },
15     {
16       "name": "rprb_26071_mme_int_pktmirror_net_1",
17       "value": "$$PACKET_MIRROR_NET_IP$$"
18     },
19     {
20       "name": "rprb_26071_mme_int_pktinternal_net_1",
21       "value": "$$PACKET_INTERNAL_NET_IP$$"
22     },
23     {
24       "name": "eth1-eth2-and-vLBInstance",
25       "value": "$$OAM_NET_IP$$@$$PACKET_INTERNAL_NET_IP$$@VLB_INSTANCE"
26     }
27   ],
28   "dependencies": [
29     {
30       "resource_name": "VPROBE_CLUSTER_NAME",
31       "resource_type": "cluster",
32       "attribute": "eth0-eth2-and-ProbeInstance",
33       "role": "vProbe_cluster",
34       "format": "all"
35     },
36     {
37       "resource_name": "MANAGER_INSTANCE_NAME",
38       "resource_type": "machine",
39       "attribute": "rprb_26071_oam_direct_net_1",
40       "role": "manager_oam_direct_ip"
41     }
42   ]
43 }