Updated list of upstream contributions in Blazar
[promise.git] / deprecated / source / config / demo.json
1 {
2   "opnfv-promise": {
3     "promise": {
4       "providers": [
5         {
6           "name": "example-demo-provider",
7           "token": "dummy-token"
8         }
9       ],
10       "pools": [
11         {
12           "ResourcePool": {
13             "id": "4085f0da-8030-4252-a0ff-c6f93870eb5f",
14             "name": "OPNFV OpenStack - West",
15             "source": "example-demo-provider",
16             "capacity": {
17               "cores": 100,
18               "ram": 262144,
19               "instances": 500,
20               "networks": 100,
21               "ports": 100,
22               "routers": 30,
23               "subnets": 1000,
24               "addresses": 500,
25               "gigabytes": 10000,
26               "snapshots": 100,
27               "volumes": 100
28             }
29           }
30         }
31       ],
32       "reservations": [
33         {
34           "capacity": {
35             "cores": 10,
36             "ram": 4096,
37             "instances": 10,
38             "networks": 4,
39             "ports": 10,
40             "routers": 1,
41             "subnets": 1,
42             "addresses": 10,
43             "gigabytes": 0,
44             "snapshots": 0,
45             "volumes": 0
46           },
47           "start": "2015-11-07T10:17:12.747Z",
48           "end": "2016-02-13T10:17:18.226Z",
49           "pools": [
50             "4085f0da-8030-4252-a0ff-c6f93870eb5f"
51           ]
52         },
53         {
54           "capacity": {
55             "cores": 20,
56             "ram": 10000,
57             "instances": 5,
58             "networks": 2,
59             "ports": 10,
60             "routers": 1,
61             "subnets": 1,
62             "addresses": 5,
63             "gigabytes": 0,
64             "snapshots": 0,
65             "volumes": 0
66           },
67           "start": "2015-11-09T10:17:12.747Z",
68           "end": "2016-02-11T10:17:18.226Z",
69           "pools": [
70             "4085f0da-8030-4252-a0ff-c6f93870eb5f"
71           ]
72         },
73         {
74           "id": "c7287f30-2c65-4a88-a047-48724b8ff747",
75           "capacity": {
76             "cores": 10,
77             "ram": 4096,
78             "instances": 10,
79             "networks": 5,
80             "ports": 10,
81             "routers": 1,
82             "subnets": 5,
83             "addresses": 20,
84             "gigabytes": 0,
85             "snapshots": 0,
86             "volumes": 0
87           },
88           "start": "2015-11-10T10:17:12.747Z",
89           "end": "2015-12-13T10:17:18.226Z",
90           "pools": [
91             "4085f0da-8030-4252-a0ff-c6f93870eb5f"
92           ]
93         },
94         {
95           "id": "0f2e31f7-9760-416d-8d53-1ee68aa4b11f",
96           "capacity": {
97             "cores": 10,
98             "ram": 4096,
99             "instances": 5,
100             "networks": 2,
101             "ports": 10,
102             "routers": 1,
103             "subnets": 1,
104             "addresses": 5,
105             "gigabytes": 0,
106             "snapshots": 0,
107             "volumes": 0
108           },
109           "start": "2015-11-09T10:17:12.747Z",
110           "end": "2015-12-03T10:17:18.226Z",
111           "pools": [
112             "4085f0da-8030-4252-a0ff-c6f93870eb5f"
113           ]
114         }
115       ]
116     }
117   }
118 }