[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 / vprobedependencies.json
1 {
2   "name": "$$HOSTNAME$$",
3   "type": "vprobe",
4   "cluster": "VPROBE_CLUSTER_NAME",
5   "node_count": "VPROBE_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_cdr_direct_net_1",
17       "value": "$$CDR_NET_IP$$"
18     },
19     {
20       "name": "rprb_26071_mme_int_pktinternal_net_1",
21       "value": "$$PACKET_INTERNAL_NET_IP$$"
22     },
23     {
24       "name": "eth0-eth2-and-ProbeInstance",
25       "value": "$$OAM_NET_IP$$@$$PACKET_INTERNAL_NET_IP$$@PROBE_INSTANCE"
26     }
27   ],
28   "dependencies": [
29     {
30       "resource_name": "QROUTER_CLUSTER_NAME",
31       "resource_type": "cluster",
32       "attribute": "rprb_26071_cdr_direct_net_1",
33       "role": "qrouter_cluster",
34       "format": "all"
35     },
36     {
37       "resource_name": "QTRACE_HOST_NAME",
38       "resource_type": "machine",
39       "attribute": "rprb_26071_oam_direct_net_1",
40       "role": "qtrace_public_ip"
41     },
42     {
43       "resource_name": "MANAGER_INSTANCE_NAME",
44       "resource_type": "machine",
45       "attribute": "rprb_26071_oam_direct_net_1",
46       "role": "manager_oam_direct_ip"
47     }
48   ]
49 }