Provide a module to manage resources manually.
[alto.git] / test / scripts / manualmaps / template / template_networkmap
1 {
2   "resource-network-map": {
3     "resource-id": "$1",
4     "tag": "$2",
5     "map": [
6       {
7         "pid": "PID0",
8         "endpoint-address-group": [
9           {
10             "address-type": "ipv4",
11             "endpoint-prefix": [
12               "127.0.0.1/8"
13             ]
14           }
15         ]
16       },
17       {
18         "pid": "PID1",
19         "endpoint-address-group": [
20           {
21             "address-type": "ipv4",
22             "endpoint-prefix": [
23               "192.168.1.0/24",
24               "192.168.2.0/24"
25             ]
26           },
27           {
28             "address-type": "ipv6",
29             "endpoint-prefix": [
30               "fe80::7a2b:cbff:fef7:2055/64"
31             ]
32           }
33         ]
34       }
35     ]
36   }
37 }