Statistics
| Branch: | Tag: | Revision:

root / test / data / htools / hail-change-group.json @ da5f09ef

History | View | Annotate | Download (11.6 kB)

1 6bbd76d2 Iustin Pop
{
2 6bbd76d2 Iustin Pop
  "cluster_tags": [
3 6bbd76d2 Iustin Pop
    "htools:iextags:test",
4 6bbd76d2 Iustin Pop
    "htools:iextags:service-group"
5 6bbd76d2 Iustin Pop
  ],
6 6bbd76d2 Iustin Pop
  "nodegroups": {
7 6bbd76d2 Iustin Pop
    "uuid-group-1": {
8 6bbd76d2 Iustin Pop
      "ipolicy": {
9 6bbd76d2 Iustin Pop
        "std": {
10 6bbd76d2 Iustin Pop
          "nic-count": 1,
11 6bbd76d2 Iustin Pop
          "disk-size": 1024,
12 6bbd76d2 Iustin Pop
          "disk-count": 1,
13 6bbd76d2 Iustin Pop
          "memory-size": 128,
14 6bbd76d2 Iustin Pop
          "cpu-count": 1,
15 6bbd76d2 Iustin Pop
          "spindle-use": 1
16 6bbd76d2 Iustin Pop
        },
17 da5f09ef Bernardo Dal Seno
        "minmax": {
18 da5f09ef Bernardo Dal Seno
          "min": {
19 da5f09ef Bernardo Dal Seno
            "nic-count": 1,
20 da5f09ef Bernardo Dal Seno
            "disk-size": 128,
21 da5f09ef Bernardo Dal Seno
            "disk-count": 1,
22 da5f09ef Bernardo Dal Seno
            "memory-size": 128,
23 da5f09ef Bernardo Dal Seno
            "cpu-count": 1,
24 da5f09ef Bernardo Dal Seno
            "spindle-use": 1
25 da5f09ef Bernardo Dal Seno
          },
26 da5f09ef Bernardo Dal Seno
          "max": {
27 da5f09ef Bernardo Dal Seno
            "nic-count": 8,
28 da5f09ef Bernardo Dal Seno
            "disk-size": 1048576,
29 da5f09ef Bernardo Dal Seno
            "disk-count": 16,
30 da5f09ef Bernardo Dal Seno
            "memory-size": 32768,
31 da5f09ef Bernardo Dal Seno
            "cpu-count": 8,
32 da5f09ef Bernardo Dal Seno
            "spindle-use": 8
33 da5f09ef Bernardo Dal Seno
          }
34 6bbd76d2 Iustin Pop
        },
35 6bbd76d2 Iustin Pop
        "vcpu-ratio": 4.0,
36 6bbd76d2 Iustin Pop
        "disk-templates": [
37 6bbd76d2 Iustin Pop
          "sharedfile",
38 6bbd76d2 Iustin Pop
          "diskless",
39 6bbd76d2 Iustin Pop
          "plain",
40 6bbd76d2 Iustin Pop
          "blockdev",
41 6bbd76d2 Iustin Pop
          "drbd",
42 6bbd76d2 Iustin Pop
          "file",
43 6bbd76d2 Iustin Pop
          "rbd"
44 6bbd76d2 Iustin Pop
        ],
45 6bbd76d2 Iustin Pop
        "spindle-ratio": 32.0
46 6bbd76d2 Iustin Pop
      },
47 6bbd76d2 Iustin Pop
      "alloc_policy": "preferred",
48 6b6e335b Dato Simó
      "tags": [],
49 6bbd76d2 Iustin Pop
      "name": "default"
50 6bbd76d2 Iustin Pop
    },
51 6bbd76d2 Iustin Pop
    "uuid-group-2": {
52 6bbd76d2 Iustin Pop
      "ipolicy": {
53 6bbd76d2 Iustin Pop
        "std": {
54 6bbd76d2 Iustin Pop
          "nic-count": 1,
55 6bbd76d2 Iustin Pop
          "disk-size": 1024,
56 6bbd76d2 Iustin Pop
          "disk-count": 1,
57 6bbd76d2 Iustin Pop
          "memory-size": 128,
58 6bbd76d2 Iustin Pop
          "cpu-count": 1,
59 6bbd76d2 Iustin Pop
          "spindle-use": 1
60 6bbd76d2 Iustin Pop
        },
61 da5f09ef Bernardo Dal Seno
        "minmax": {
62 da5f09ef Bernardo Dal Seno
          "min": {
63 da5f09ef Bernardo Dal Seno
            "nic-count": 1,
64 da5f09ef Bernardo Dal Seno
            "disk-size": 128,
65 da5f09ef Bernardo Dal Seno
            "disk-count": 1,
66 da5f09ef Bernardo Dal Seno
            "memory-size": 128,
67 da5f09ef Bernardo Dal Seno
            "cpu-count": 1,
68 da5f09ef Bernardo Dal Seno
            "spindle-use": 1
69 da5f09ef Bernardo Dal Seno
          },
70 da5f09ef Bernardo Dal Seno
          "max": {
71 da5f09ef Bernardo Dal Seno
            "nic-count": 8,
72 da5f09ef Bernardo Dal Seno
            "disk-size": 1048576,
73 da5f09ef Bernardo Dal Seno
            "disk-count": 16,
74 da5f09ef Bernardo Dal Seno
            "memory-size": 32768,
75 da5f09ef Bernardo Dal Seno
            "cpu-count": 8,
76 da5f09ef Bernardo Dal Seno
            "spindle-use": 8
77 da5f09ef Bernardo Dal Seno
          }
78 6bbd76d2 Iustin Pop
        },
79 6bbd76d2 Iustin Pop
        "vcpu-ratio": 4.0,
80 6bbd76d2 Iustin Pop
        "disk-templates": [
81 6bbd76d2 Iustin Pop
          "sharedfile",
82 6bbd76d2 Iustin Pop
          "diskless",
83 6bbd76d2 Iustin Pop
          "plain",
84 6bbd76d2 Iustin Pop
          "blockdev",
85 6bbd76d2 Iustin Pop
          "drbd",
86 6bbd76d2 Iustin Pop
          "file",
87 6bbd76d2 Iustin Pop
          "rbd"
88 6bbd76d2 Iustin Pop
        ],
89 6bbd76d2 Iustin Pop
        "spindle-ratio": 32.0
90 6bbd76d2 Iustin Pop
      },
91 6bbd76d2 Iustin Pop
      "alloc_policy": "preferred",
92 6b6e335b Dato Simó
      "tags": [],
93 6bbd76d2 Iustin Pop
      "name": "empty"
94 6bbd76d2 Iustin Pop
    }
95 6bbd76d2 Iustin Pop
  },
96 6bbd76d2 Iustin Pop
  "ipolicy": {
97 6bbd76d2 Iustin Pop
    "std": {
98 6bbd76d2 Iustin Pop
      "nic-count": 1,
99 6bbd76d2 Iustin Pop
      "disk-size": 1024,
100 6bbd76d2 Iustin Pop
      "memory-size": 128,
101 6bbd76d2 Iustin Pop
      "cpu-count": 1,
102 6bbd76d2 Iustin Pop
      "disk-count": 1,
103 6bbd76d2 Iustin Pop
      "spindle-use": 1
104 6bbd76d2 Iustin Pop
    },
105 da5f09ef Bernardo Dal Seno
    "minmax": {
106 da5f09ef Bernardo Dal Seno
      "min": {
107 da5f09ef Bernardo Dal Seno
        "nic-count": 1,
108 da5f09ef Bernardo Dal Seno
        "disk-size": 1024,
109 da5f09ef Bernardo Dal Seno
        "memory-size": 128,
110 da5f09ef Bernardo Dal Seno
        "cpu-count": 1,
111 da5f09ef Bernardo Dal Seno
        "disk-count": 1,
112 da5f09ef Bernardo Dal Seno
        "spindle-use": 1
113 da5f09ef Bernardo Dal Seno
      },
114 da5f09ef Bernardo Dal Seno
      "max": {
115 da5f09ef Bernardo Dal Seno
        "nic-count": 8,
116 da5f09ef Bernardo Dal Seno
        "disk-size": 1048576,
117 da5f09ef Bernardo Dal Seno
        "memory-size": 32768,
118 da5f09ef Bernardo Dal Seno
        "cpu-count": 8,
119 da5f09ef Bernardo Dal Seno
        "disk-count": 16,
120 da5f09ef Bernardo Dal Seno
        "spindle-use": 8
121 da5f09ef Bernardo Dal Seno
      }
122 6bbd76d2 Iustin Pop
    },
123 6bbd76d2 Iustin Pop
    "vcpu-ratio": 4.0,
124 6bbd76d2 Iustin Pop
    "disk-templates": [
125 6bbd76d2 Iustin Pop
      "sharedfile",
126 6bbd76d2 Iustin Pop
      "diskless",
127 6bbd76d2 Iustin Pop
      "plain",
128 6bbd76d2 Iustin Pop
      "blockdev",
129 6bbd76d2 Iustin Pop
      "drbd",
130 6bbd76d2 Iustin Pop
      "file",
131 6bbd76d2 Iustin Pop
      "rbd"
132 6bbd76d2 Iustin Pop
    ],
133 6bbd76d2 Iustin Pop
    "spindle-ratio": 32.0
134 6bbd76d2 Iustin Pop
  },
135 6bbd76d2 Iustin Pop
  "enabled_hypervisors": [
136 6bbd76d2 Iustin Pop
    "xen-pvm",
137 6bbd76d2 Iustin Pop
    "xen-hvm"
138 6bbd76d2 Iustin Pop
  ],
139 6bbd76d2 Iustin Pop
  "cluster_name": "cluster",
140 6bbd76d2 Iustin Pop
  "instances": {
141 6bbd76d2 Iustin Pop
    "instance14": {
142 6bbd76d2 Iustin Pop
      "disks": [
143 6bbd76d2 Iustin Pop
        {
144 6bbd76d2 Iustin Pop
          "mode": "rw",
145 6bbd76d2 Iustin Pop
          "size": 128
146 6bbd76d2 Iustin Pop
        }
147 6bbd76d2 Iustin Pop
      ],
148 6bbd76d2 Iustin Pop
      "disk_space_total": 256,
149 6bbd76d2 Iustin Pop
      "hypervisor": "xen-pvm",
150 6bbd76d2 Iustin Pop
      "tags": [],
151 6bbd76d2 Iustin Pop
      "nics": [
152 6bbd76d2 Iustin Pop
        {
153 6bbd76d2 Iustin Pop
          "ip": null,
154 6bbd76d2 Iustin Pop
          "mac": "aa:00:00:eb:0b:a5",
155 6bbd76d2 Iustin Pop
          "link": "xen-br0",
156 6bbd76d2 Iustin Pop
          "mode": "bridged",
157 6bbd76d2 Iustin Pop
          "bridge": "xen-br0"
158 6bbd76d2 Iustin Pop
        }
159 6bbd76d2 Iustin Pop
      ],
160 6bbd76d2 Iustin Pop
      "vcpus": 1,
161 6bbd76d2 Iustin Pop
      "spindle_use": 1,
162 6bbd76d2 Iustin Pop
      "admin_state": "down",
163 6bbd76d2 Iustin Pop
      "disk_template": "drbd",
164 6bbd76d2 Iustin Pop
      "memory": 128,
165 6bbd76d2 Iustin Pop
      "nodes": [
166 6bbd76d2 Iustin Pop
        "node3",
167 6bbd76d2 Iustin Pop
        "node4"
168 6bbd76d2 Iustin Pop
      ],
169 6bbd76d2 Iustin Pop
      "os": "debian-image"
170 6bbd76d2 Iustin Pop
    },
171 6bbd76d2 Iustin Pop
    "instance13": {
172 6bbd76d2 Iustin Pop
      "disks": [
173 6bbd76d2 Iustin Pop
        {
174 6bbd76d2 Iustin Pop
          "mode": "rw",
175 6bbd76d2 Iustin Pop
          "size": 512
176 6bbd76d2 Iustin Pop
        }
177 6bbd76d2 Iustin Pop
      ],
178 6bbd76d2 Iustin Pop
      "disk_space_total": 512,
179 6bbd76d2 Iustin Pop
      "hypervisor": "xen-pvm",
180 6bbd76d2 Iustin Pop
      "tags": [],
181 6bbd76d2 Iustin Pop
      "nics": [
182 6bbd76d2 Iustin Pop
        {
183 6bbd76d2 Iustin Pop
          "ip": null,
184 6bbd76d2 Iustin Pop
          "mac": "aa:00:00:7f:8c:9c",
185 6bbd76d2 Iustin Pop
          "link": "xen-br1",
186 6bbd76d2 Iustin Pop
          "mode": "bridged",
187 6bbd76d2 Iustin Pop
          "bridge": "xen-br1"
188 6bbd76d2 Iustin Pop
        }
189 6bbd76d2 Iustin Pop
      ],
190 6bbd76d2 Iustin Pop
      "vcpus": 1,
191 6bbd76d2 Iustin Pop
      "spindle_use": 1,
192 6bbd76d2 Iustin Pop
      "admin_state": "down",
193 6bbd76d2 Iustin Pop
      "disk_template": "plain",
194 6bbd76d2 Iustin Pop
      "memory": 128,
195 6bbd76d2 Iustin Pop
      "nodes": [
196 6bbd76d2 Iustin Pop
        "node4"
197 6bbd76d2 Iustin Pop
      ],
198 6bbd76d2 Iustin Pop
      "os": "instance-debootstrap"
199 6bbd76d2 Iustin Pop
    },
200 6bbd76d2 Iustin Pop
    "instance18": {
201 6bbd76d2 Iustin Pop
      "disks": [
202 6bbd76d2 Iustin Pop
        {
203 6bbd76d2 Iustin Pop
          "mode": "rw",
204 6bbd76d2 Iustin Pop
          "size": 128
205 6bbd76d2 Iustin Pop
        }
206 6bbd76d2 Iustin Pop
      ],
207 6bbd76d2 Iustin Pop
      "disk_space_total": 128,
208 6bbd76d2 Iustin Pop
      "hypervisor": "xen-pvm",
209 6bbd76d2 Iustin Pop
      "tags": [],
210 6bbd76d2 Iustin Pop
      "nics": [
211 6bbd76d2 Iustin Pop
        {
212 6bbd76d2 Iustin Pop
          "ip": null,
213 6bbd76d2 Iustin Pop
          "mac": "aa:00:00:55:94:93",
214 6bbd76d2 Iustin Pop
          "link": "xen-br0",
215 6bbd76d2 Iustin Pop
          "mode": "bridged",
216 6bbd76d2 Iustin Pop
          "bridge": "xen-br0"
217 6bbd76d2 Iustin Pop
        }
218 6bbd76d2 Iustin Pop
      ],
219 6bbd76d2 Iustin Pop
      "vcpus": 1,
220 6bbd76d2 Iustin Pop
      "spindle_use": 1,
221 6bbd76d2 Iustin Pop
      "admin_state": "down",
222 6bbd76d2 Iustin Pop
      "disk_template": "plain",
223 6bbd76d2 Iustin Pop
      "memory": 8192,
224 6bbd76d2 Iustin Pop
      "nodes": [
225 6bbd76d2 Iustin Pop
        "node4"
226 6bbd76d2 Iustin Pop
      ],
227 6bbd76d2 Iustin Pop
      "os": "instance-debootstrap"
228 6bbd76d2 Iustin Pop
    },
229 6bbd76d2 Iustin Pop
    "instance19": {
230 6bbd76d2 Iustin Pop
      "disks": [
231 6bbd76d2 Iustin Pop
        {
232 6bbd76d2 Iustin Pop
          "mode": "rw",
233 6bbd76d2 Iustin Pop
          "size": 128
234 6bbd76d2 Iustin Pop
        }
235 6bbd76d2 Iustin Pop
      ],
236 6bbd76d2 Iustin Pop
      "disk_space_total": 256,
237 6bbd76d2 Iustin Pop
      "hypervisor": "xen-pvm",
238 6bbd76d2 Iustin Pop
      "tags": [],
239 6bbd76d2 Iustin Pop
      "nics": [
240 6bbd76d2 Iustin Pop
        {
241 6bbd76d2 Iustin Pop
          "ip": null,
242 6bbd76d2 Iustin Pop
          "mac": "aa:00:00:15:92:6f",
243 6bbd76d2 Iustin Pop
          "link": "xen-br0",
244 6bbd76d2 Iustin Pop
          "mode": "bridged",
245 6bbd76d2 Iustin Pop
          "bridge": "xen-br0"
246 6bbd76d2 Iustin Pop
        }
247 6bbd76d2 Iustin Pop
      ],
248 6bbd76d2 Iustin Pop
      "vcpus": 1,
249 6bbd76d2 Iustin Pop
      "spindle_use": 1,
250 6bbd76d2 Iustin Pop
      "admin_state": "down",
251 6bbd76d2 Iustin Pop
      "disk_template": "drbd",
252 6bbd76d2 Iustin Pop
      "memory": 128,
253 6bbd76d2 Iustin Pop
      "nodes": [
254 6bbd76d2 Iustin Pop
        "node3",
255 6bbd76d2 Iustin Pop
        "node4"
256 6bbd76d2 Iustin Pop
      ],
257 6bbd76d2 Iustin Pop
      "os": "debian-image"
258 6bbd76d2 Iustin Pop
    },
259 6bbd76d2 Iustin Pop
    "instance2": {
260 6bbd76d2 Iustin Pop
      "disks": [
261 6bbd76d2 Iustin Pop
        {
262 6bbd76d2 Iustin Pop
          "mode": "rw",
263 6bbd76d2 Iustin Pop
          "size": 128
264 6bbd76d2 Iustin Pop
        }
265 6bbd76d2 Iustin Pop
      ],
266 6bbd76d2 Iustin Pop
      "disk_space_total": 256,
267 6bbd76d2 Iustin Pop
      "hypervisor": "xen-pvm",
268 6bbd76d2 Iustin Pop
      "tags": [],
269 6bbd76d2 Iustin Pop
      "nics": [
270 6bbd76d2 Iustin Pop
        {
271 6bbd76d2 Iustin Pop
          "ip": null,
272 6bbd76d2 Iustin Pop
          "mac": "aa:00:00:73:20:3e",
273 6bbd76d2 Iustin Pop
          "link": "xen-br0",
274 6bbd76d2 Iustin Pop
          "mode": "bridged",
275 6bbd76d2 Iustin Pop
          "bridge": "xen-br0"
276 6bbd76d2 Iustin Pop
        }
277 6bbd76d2 Iustin Pop
      ],
278 6bbd76d2 Iustin Pop
      "vcpus": 1,
279 6bbd76d2 Iustin Pop
      "spindle_use": 1,
280 6bbd76d2 Iustin Pop
      "admin_state": "up",
281 6bbd76d2 Iustin Pop
      "disk_template": "drbd",
282 6bbd76d2 Iustin Pop
      "memory": 128,
283 6bbd76d2 Iustin Pop
      "nodes": [
284 6bbd76d2 Iustin Pop
        "node3",
285 6bbd76d2 Iustin Pop
        "node4"
286 6bbd76d2 Iustin Pop
      ],
287 6bbd76d2 Iustin Pop
      "os": "debian-image"
288 6bbd76d2 Iustin Pop
    },
289 6bbd76d2 Iustin Pop
    "instance3": {
290 6bbd76d2 Iustin Pop
      "disks": [
291 6bbd76d2 Iustin Pop
        {
292 6bbd76d2 Iustin Pop
          "mode": "rw",
293 6bbd76d2 Iustin Pop
          "size": 256
294 6bbd76d2 Iustin Pop
        },
295 6bbd76d2 Iustin Pop
        {
296 6bbd76d2 Iustin Pop
          "mode": "rw",
297 6bbd76d2 Iustin Pop
          "size": 128
298 6bbd76d2 Iustin Pop
        }
299 6bbd76d2 Iustin Pop
      ],
300 6bbd76d2 Iustin Pop
      "disk_space_total": 384,
301 6bbd76d2 Iustin Pop
      "hypervisor": "xen-pvm",
302 6bbd76d2 Iustin Pop
      "tags": [],
303 6bbd76d2 Iustin Pop
      "nics": [
304 6bbd76d2 Iustin Pop
        {
305 6bbd76d2 Iustin Pop
          "ip": null,
306 6bbd76d2 Iustin Pop
          "mac": "aa:00:00:ec:e8:a2",
307 6bbd76d2 Iustin Pop
          "link": "xen-br0",
308 6bbd76d2 Iustin Pop
          "mode": "bridged",
309 6bbd76d2 Iustin Pop
          "bridge": "xen-br0"
310 6bbd76d2 Iustin Pop
        }
311 6bbd76d2 Iustin Pop
      ],
312 6bbd76d2 Iustin Pop
      "vcpus": 1,
313 6bbd76d2 Iustin Pop
      "spindle_use": 1,
314 6bbd76d2 Iustin Pop
      "admin_state": "down",
315 6bbd76d2 Iustin Pop
      "disk_template": "plain",
316 6bbd76d2 Iustin Pop
      "memory": 128,
317 6bbd76d2 Iustin Pop
      "nodes": [
318 6bbd76d2 Iustin Pop
        "node4"
319 6bbd76d2 Iustin Pop
      ],
320 6bbd76d2 Iustin Pop
      "os": "debian-image"
321 6bbd76d2 Iustin Pop
    },
322 6bbd76d2 Iustin Pop
    "instance4": {
323 6bbd76d2 Iustin Pop
      "disks": [
324 6bbd76d2 Iustin Pop
        {
325 6bbd76d2 Iustin Pop
          "mode": "rw",
326 6bbd76d2 Iustin Pop
          "size": 2048
327 6bbd76d2 Iustin Pop
        }
328 6bbd76d2 Iustin Pop
      ],
329 6bbd76d2 Iustin Pop
      "disk_space_total": 2176,
330 6bbd76d2 Iustin Pop
      "hypervisor": "xen-pvm",
331 6bbd76d2 Iustin Pop
      "tags": [],
332 6bbd76d2 Iustin Pop
      "nics": [
333 6bbd76d2 Iustin Pop
        {
334 6bbd76d2 Iustin Pop
          "ip": null,
335 6bbd76d2 Iustin Pop
          "mac": "aa:00:00:62:b0:76",
336 6bbd76d2 Iustin Pop
          "link": "xen-br0",
337 6bbd76d2 Iustin Pop
          "mode": "bridged",
338 6bbd76d2 Iustin Pop
          "bridge": "xen-br0"
339 6bbd76d2 Iustin Pop
        }
340 6bbd76d2 Iustin Pop
      ],
341 6bbd76d2 Iustin Pop
      "vcpus": 1,
342 6bbd76d2 Iustin Pop
      "spindle_use": 1,
343 6bbd76d2 Iustin Pop
      "admin_state": "down",
344 6bbd76d2 Iustin Pop
      "disk_template": "drbd",
345 6bbd76d2 Iustin Pop
      "memory": 128,
346 6bbd76d2 Iustin Pop
      "nodes": [
347 6bbd76d2 Iustin Pop
        "node4",
348 6bbd76d2 Iustin Pop
        "node3"
349 6bbd76d2 Iustin Pop
      ],
350 6bbd76d2 Iustin Pop
      "os": "instance-debootstrap"
351 6bbd76d2 Iustin Pop
    },
352 6bbd76d2 Iustin Pop
    "instance8": {
353 6bbd76d2 Iustin Pop
      "disks": [
354 6bbd76d2 Iustin Pop
        {
355 6bbd76d2 Iustin Pop
          "mode": "rw",
356 6bbd76d2 Iustin Pop
          "size": 256
357 6bbd76d2 Iustin Pop
        }
358 6bbd76d2 Iustin Pop
      ],
359 6bbd76d2 Iustin Pop
      "disk_space_total": 256,
360 6bbd76d2 Iustin Pop
      "hypervisor": "kvm",
361 6bbd76d2 Iustin Pop
      "tags": [],
362 6bbd76d2 Iustin Pop
      "nics": [
363 6bbd76d2 Iustin Pop
        {
364 6bbd76d2 Iustin Pop
          "ip": null,
365 6bbd76d2 Iustin Pop
          "mac": "aa:00:00:3f:6d:e3",
366 6bbd76d2 Iustin Pop
          "link": "xen-br0",
367 6bbd76d2 Iustin Pop
          "mode": "bridged",
368 6bbd76d2 Iustin Pop
          "bridge": "xen-br0"
369 6bbd76d2 Iustin Pop
        }
370 6bbd76d2 Iustin Pop
      ],
371 6bbd76d2 Iustin Pop
      "vcpus": 1,
372 6bbd76d2 Iustin Pop
      "spindle_use": 1,
373 6bbd76d2 Iustin Pop
      "admin_state": "down",
374 6bbd76d2 Iustin Pop
      "disk_template": "plain",
375 6bbd76d2 Iustin Pop
      "memory": 128,
376 6bbd76d2 Iustin Pop
      "nodes": [
377 6bbd76d2 Iustin Pop
        "node4"
378 6bbd76d2 Iustin Pop
      ],
379 6bbd76d2 Iustin Pop
      "os": "debian-image"
380 6bbd76d2 Iustin Pop
    },
381 6bbd76d2 Iustin Pop
    "instance9": {
382 6bbd76d2 Iustin Pop
      "disks": [
383 6bbd76d2 Iustin Pop
        {
384 6bbd76d2 Iustin Pop
          "mode": "rw",
385 6bbd76d2 Iustin Pop
          "size": 128
386 6bbd76d2 Iustin Pop
        }
387 6bbd76d2 Iustin Pop
      ],
388 6bbd76d2 Iustin Pop
      "disk_space_total": 256,
389 6bbd76d2 Iustin Pop
      "hypervisor": "xen-pvm",
390 6bbd76d2 Iustin Pop
      "tags": [
391 6bbd76d2 Iustin Pop
        "test:test"
392 6bbd76d2 Iustin Pop
      ],
393 6bbd76d2 Iustin Pop
      "nics": [
394 6bbd76d2 Iustin Pop
        {
395 6bbd76d2 Iustin Pop
          "ip": null,
396 6bbd76d2 Iustin Pop
          "mac": "aa:00:00:10:d2:01",
397 6bbd76d2 Iustin Pop
          "link": "xen-br0",
398 6bbd76d2 Iustin Pop
          "mode": "bridged",
399 6bbd76d2 Iustin Pop
          "bridge": "xen-br0"
400 6bbd76d2 Iustin Pop
        }
401 6bbd76d2 Iustin Pop
      ],
402 6bbd76d2 Iustin Pop
      "vcpus": 1,
403 6bbd76d2 Iustin Pop
      "spindle_use": 1,
404 6bbd76d2 Iustin Pop
      "admin_state": "down",
405 6bbd76d2 Iustin Pop
      "disk_template": "drbd",
406 6bbd76d2 Iustin Pop
      "memory": 128,
407 6bbd76d2 Iustin Pop
      "nodes": [
408 6bbd76d2 Iustin Pop
        "node3",
409 6bbd76d2 Iustin Pop
        "node4"
410 6bbd76d2 Iustin Pop
      ],
411 6bbd76d2 Iustin Pop
      "os": "instance-debootstrap"
412 6bbd76d2 Iustin Pop
    },
413 6bbd76d2 Iustin Pop
    "instance20": {
414 6bbd76d2 Iustin Pop
      "disks": [
415 6bbd76d2 Iustin Pop
        {
416 6bbd76d2 Iustin Pop
          "mode": "rw",
417 6bbd76d2 Iustin Pop
          "size": 512
418 6bbd76d2 Iustin Pop
        }
419 6bbd76d2 Iustin Pop
      ],
420 6bbd76d2 Iustin Pop
      "disk_space_total": 512,
421 6bbd76d2 Iustin Pop
      "hypervisor": "kvm",
422 6bbd76d2 Iustin Pop
      "tags": [],
423 6bbd76d2 Iustin Pop
      "nics": [
424 6bbd76d2 Iustin Pop
        {
425 6bbd76d2 Iustin Pop
          "ip": null,
426 6bbd76d2 Iustin Pop
          "mac": "aa:00:00:db:2a:6d",
427 6bbd76d2 Iustin Pop
          "link": "xen-br0",
428 6bbd76d2 Iustin Pop
          "mode": "bridged",
429 6bbd76d2 Iustin Pop
          "bridge": "xen-br0"
430 6bbd76d2 Iustin Pop
        }
431 6bbd76d2 Iustin Pop
      ],
432 6bbd76d2 Iustin Pop
      "vcpus": 1,
433 6bbd76d2 Iustin Pop
      "spindle_use": 1,
434 6bbd76d2 Iustin Pop
      "admin_state": "down",
435 6bbd76d2 Iustin Pop
      "disk_template": "plain",
436 6bbd76d2 Iustin Pop
      "memory": 128,
437 6bbd76d2 Iustin Pop
      "nodes": [
438 6bbd76d2 Iustin Pop
        "node4"
439 6bbd76d2 Iustin Pop
      ],
440 6bbd76d2 Iustin Pop
      "os": "instance-debootstrap"
441 6bbd76d2 Iustin Pop
    }
442 6bbd76d2 Iustin Pop
  },
443 6bbd76d2 Iustin Pop
  "version": 2,
444 6bbd76d2 Iustin Pop
  "nodes": {
445 6bbd76d2 Iustin Pop
    "node1": {
446 6bbd76d2 Iustin Pop
      "total_disk": 1377280,
447 6bbd76d2 Iustin Pop
      "total_cpus": 4,
448 6bbd76d2 Iustin Pop
      "group": "uuid-group-1",
449 6bbd76d2 Iustin Pop
      "secondary_ip": "192.168.2.1",
450 6bbd76d2 Iustin Pop
      "i_pri_up_memory": 0,
451 6bbd76d2 Iustin Pop
      "tags": [],
452 6bbd76d2 Iustin Pop
      "master_candidate": true,
453 6bbd76d2 Iustin Pop
      "free_memory": 31389,
454 6bbd76d2 Iustin Pop
      "ndparams": {
455 6bbd76d2 Iustin Pop
        "spindle_count": 1,
456 6bbd76d2 Iustin Pop
        "oob_program": null
457 6bbd76d2 Iustin Pop
      },
458 6bbd76d2 Iustin Pop
      "reserved_memory": 1017,
459 6bbd76d2 Iustin Pop
      "master_capable": true,
460 6bbd76d2 Iustin Pop
      "free_disk": 1377280,
461 6bbd76d2 Iustin Pop
      "drained": false,
462 6bbd76d2 Iustin Pop
      "total_memory": 32763,
463 6bbd76d2 Iustin Pop
      "primary_ip": "192.168.1.1",
464 6bbd76d2 Iustin Pop
      "i_pri_memory": 0,
465 6bbd76d2 Iustin Pop
      "vm_capable": true,
466 6bbd76d2 Iustin Pop
      "offline": false
467 6bbd76d2 Iustin Pop
    },
468 6bbd76d2 Iustin Pop
    "node3": {
469 6bbd76d2 Iustin Pop
      "total_disk": 1377304,
470 6bbd76d2 Iustin Pop
      "total_cpus": 4,
471 6bbd76d2 Iustin Pop
      "group": "uuid-group-1",
472 6bbd76d2 Iustin Pop
      "secondary_ip": "192.168.2.3",
473 6bbd76d2 Iustin Pop
      "i_pri_up_memory": 128,
474 6bbd76d2 Iustin Pop
      "tags": [],
475 6bbd76d2 Iustin Pop
      "master_candidate": true,
476 6bbd76d2 Iustin Pop
      "free_memory": 31234,
477 6bbd76d2 Iustin Pop
      "ndparams": {
478 6bbd76d2 Iustin Pop
        "spindle_count": 1,
479 6bbd76d2 Iustin Pop
        "oob_program": null
480 6bbd76d2 Iustin Pop
      },
481 6bbd76d2 Iustin Pop
      "reserved_memory": 1017,
482 6bbd76d2 Iustin Pop
      "master_capable": true,
483 6bbd76d2 Iustin Pop
      "free_disk": 1373336,
484 6bbd76d2 Iustin Pop
      "drained": false,
485 6bbd76d2 Iustin Pop
      "total_memory": 32763,
486 6bbd76d2 Iustin Pop
      "primary_ip": "192.168.1.3",
487 6bbd76d2 Iustin Pop
      "i_pri_memory": 2432,
488 6bbd76d2 Iustin Pop
      "vm_capable": true,
489 6bbd76d2 Iustin Pop
      "offline": false
490 6bbd76d2 Iustin Pop
    },
491 6bbd76d2 Iustin Pop
    "node4": {
492 6bbd76d2 Iustin Pop
      "total_disk": 1377280,
493 6bbd76d2 Iustin Pop
      "total_cpus": 4,
494 6bbd76d2 Iustin Pop
      "group": "uuid-group-1",
495 6bbd76d2 Iustin Pop
      "secondary_ip": "192.168.2.4",
496 6bbd76d2 Iustin Pop
      "i_pri_up_memory": 128,
497 6bbd76d2 Iustin Pop
      "tags": [],
498 6bbd76d2 Iustin Pop
      "master_candidate": true,
499 6bbd76d2 Iustin Pop
      "free_memory": 22914,
500 6bbd76d2 Iustin Pop
      "ndparams": {
501 6bbd76d2 Iustin Pop
        "spindle_count": 1,
502 6bbd76d2 Iustin Pop
        "oob_program": null
503 6bbd76d2 Iustin Pop
      },
504 6bbd76d2 Iustin Pop
      "reserved_memory": 1017,
505 6bbd76d2 Iustin Pop
      "master_capable": true,
506 6bbd76d2 Iustin Pop
      "free_disk": 1371520,
507 6bbd76d2 Iustin Pop
      "drained": false,
508 6bbd76d2 Iustin Pop
      "total_memory": 32763,
509 6bbd76d2 Iustin Pop
      "primary_ip": "192.168.1.4",
510 6bbd76d2 Iustin Pop
      "i_pri_memory": 23552,
511 6bbd76d2 Iustin Pop
      "vm_capable": true,
512 6bbd76d2 Iustin Pop
      "offline": false
513 6bbd76d2 Iustin Pop
    },
514 6bbd76d2 Iustin Pop
    "node10": {
515 6bbd76d2 Iustin Pop
      "total_disk": 1377280,
516 6bbd76d2 Iustin Pop
      "total_cpus": 4,
517 6bbd76d2 Iustin Pop
      "group": "uuid-group-2",
518 6bbd76d2 Iustin Pop
      "secondary_ip": "192.168.2.10",
519 6bbd76d2 Iustin Pop
      "i_pri_up_memory": 128,
520 6bbd76d2 Iustin Pop
      "tags": [],
521 6bbd76d2 Iustin Pop
      "master_candidate": true,
522 6bbd76d2 Iustin Pop
      "free_memory": 31746,
523 6bbd76d2 Iustin Pop
      "ndparams": {
524 6bbd76d2 Iustin Pop
        "spindle_count": 1,
525 6bbd76d2 Iustin Pop
        "oob_program": null
526 6bbd76d2 Iustin Pop
      },
527 6bbd76d2 Iustin Pop
      "reserved_memory": 1017,
528 6bbd76d2 Iustin Pop
      "master_capable": true,
529 6bbd76d2 Iustin Pop
      "free_disk": 1376640,
530 6bbd76d2 Iustin Pop
      "drained": false,
531 6bbd76d2 Iustin Pop
      "total_memory": 32763,
532 6bbd76d2 Iustin Pop
      "primary_ip": "192.168.1.10",
533 6bbd76d2 Iustin Pop
      "i_pri_memory": 23552,
534 6bbd76d2 Iustin Pop
      "vm_capable": true,
535 6bbd76d2 Iustin Pop
      "offline": false
536 6bbd76d2 Iustin Pop
    },
537 6bbd76d2 Iustin Pop
    "node11": {
538 6bbd76d2 Iustin Pop
      "total_disk": 1377280,
539 6bbd76d2 Iustin Pop
      "total_cpus": 4,
540 6bbd76d2 Iustin Pop
      "group": "uuid-group-2",
541 6bbd76d2 Iustin Pop
      "secondary_ip": "192.168.2.11",
542 6bbd76d2 Iustin Pop
      "i_pri_up_memory": 128,
543 6bbd76d2 Iustin Pop
      "tags": [],
544 6bbd76d2 Iustin Pop
      "master_candidate": true,
545 6bbd76d2 Iustin Pop
      "free_memory": 31746,
546 6bbd76d2 Iustin Pop
      "ndparams": {
547 6bbd76d2 Iustin Pop
        "spindle_count": 1,
548 6bbd76d2 Iustin Pop
        "oob_program": null
549 6bbd76d2 Iustin Pop
      },
550 6bbd76d2 Iustin Pop
      "reserved_memory": 1017,
551 6bbd76d2 Iustin Pop
      "master_capable": true,
552 6bbd76d2 Iustin Pop
      "free_disk": 1376640,
553 6bbd76d2 Iustin Pop
      "drained": false,
554 6bbd76d2 Iustin Pop
      "total_memory": 32763,
555 6bbd76d2 Iustin Pop
      "primary_ip": "192.168.1.11",
556 6bbd76d2 Iustin Pop
      "i_pri_memory": 23552,
557 6bbd76d2 Iustin Pop
      "vm_capable": true,
558 6bbd76d2 Iustin Pop
      "offline": false
559 6bbd76d2 Iustin Pop
    }
560 6bbd76d2 Iustin Pop
  },
561 6bbd76d2 Iustin Pop
  "request": {
562 6bbd76d2 Iustin Pop
    "instances": [
563 6bbd76d2 Iustin Pop
      "instance14"
564 6bbd76d2 Iustin Pop
    ],
565 6bbd76d2 Iustin Pop
    "target_groups": [],
566 6bbd76d2 Iustin Pop
    "type": "change-group"
567 6bbd76d2 Iustin Pop
  }
568 6bbd76d2 Iustin Pop
}