aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/securityrulestoportconnection/securityRulesToPortGetResource/inputfiles/qrouterdependencies.json
blob: 0a570b612bbbdd3af67a162c9113e5633da63c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "$$HOSTNAME$$",
  "type": "qrouter",
  "cluster": "QROUTER_CLUSTER_NAME",
  "node_count": "QROUTER_NODE_COUNT",
  "attributes": [
    {
      "name": "ip-eth0",
      "value": "$$OAM_NET_IP$$"
    },
    {
      "name": "rprb_26071_oam_direct_net_1",
      "value": "$$OAM_NET_IP$$"
    },
    {
      "name": "rprb_26071_cdr_direct_net_1",
      "value": "$$CDR_NET_IP$$"
    }
  ],
  "dependencies": [
    {
      "resource_name": "ProcessingCluster",
      "resource_type": "cluster",
      "attribute": "rprb_26071_cdr_direct_net_1",
      "role": "processing_ip",
      "format": "all"
    },
    {
      "resource_name": "MANAGER_INSTANCE_NAME",
      "resource_type": "machine",
      "attribute": "rprb_26071_oam_direct_net_1",
      "role": "manager_oam_direct_ip"
    }
  ]
}