[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 / vlbagentdependencies_with_vLB.json
1 {
2   "name": "$$HOSTNAME$$",
3   "type": "vLBAgent",
4   "cluster": "VLBAGENT_CLUSTER_NAME",
5   "node_count": "VLBAGENT_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   "dependencies": [
25     {
26       "resource_name": "VPROBE_CLUSTER_NAME",
27       "resource_type": "cluster",
28       "attribute": "eth0-eth2-and-ProbeInstance",
29       "role": "vProbe_cluster",
30       "format": "all"
31     },
32     {
33       "resource_name": "VLB_CLUSTER_NAME",
34       "resource_type": "cluster",
35       "attribute": "eth1-eth2-and-vLBInstance",
36       "role": "vLB_cluster",
37       "format": "all"
38     },
39     {
40       "resource_name": "MANAGER_INSTANCE_NAME",
41       "resource_type": "machine",
42       "attribute": "rprb_26071_oam_direct_net_1",
43       "role": "manager_oam_direct_ip"
44     }
45   ]
46 }