~ost-maintainers/openstack-mojo-specs/mojo-openstack-specs-1709

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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
./specs/dev/magpie_lxc_baremetal/
Deploys magpie which checks peers are reachable by icmp, and that peer name resolution is sane, forward and reverse.

./specs/dev/vxlan/
This spec deploys and tests a deployment with VXLAN enabled

./specs/dev/next_mini/icehouse/
This spec performs a minimalist OpenStack deploy using the next charms,
generally useful for validating MOJO itself, or other tooling.

./specs/dev/next_mini/liberty/
This spec performs a minimalist OpenStack deploy using the next charms,
generally useful for validating MOJO itself, or other tooling.

./specs/dev/stable_mini/icehouse/
This spec performs a minimalist OpenStack deploy using the stable charms,
generally useful for validating MOJO itself, or other tooling.

./specs/dev/stable_mini/liberty/
This spec performs a minimalist OpenStack deploy using the stable charms,
generally useful for validating MOJO itself, or other tooling.

./specs/dev/dvr/
This spec deploys and tests a deployment with neutron DVR enabled

./specs/dev/magpie_baremetal/
Deploys magpie which checks peers are reachable by icmp, and that peer name resolution is sane, forward and reverse.

./specs/dev/magpie/
Deploys magpie which checks peers are reachable by icmp, and that peer name resolution is sane, forward and reverse.

./specs/object_storage/ceph_radosgw/ha/icehouse/
This spec deploys a ceph cluster fronted by multiple ceph rados gateway nodes.
The rados gw leader is removed and additional units added. With tests run
after each change

./specs/object_storage/ceph_radosgw/ha/ocata/
This spec deploys a ceph cluster fronted by multiple ceph rados gateway nodes.
The rados gw leader is removed and additional units added. With tests run
after each change

./specs/object_storage/ceph_radosgw/ha/mitaka/
This spec deploys a ceph cluster fronted by multiple ceph rados gateway nodes.
The rados gw leader is removed and additional units added. With tests run
after each change

./specs/object_storage/ceph_radosgw/ha/kilo/
This spec deploys a ceph cluster fronted by multiple ceph rados gateway nodes.
The rados gw leader is removed and additional units added. With tests run
after each change

./specs/object_storage/ceph_radosgw/ha/liberty/
This spec deploys a ceph cluster fronted by multiple ceph rados gateway nodes.
The rados gw leader is removed and additional units added. With tests run
after each change

./specs/object_storage/ceph_radosgw/ha/newton/
This spec deploys a ceph cluster fronted by multiple ceph rados gateway nodes.
The rados gw leader is removed and additional units added. With tests run
after each change

./specs/object_storage/ceph_radosgw/simple_nonha/icehouse/
This spec deploys a ceph cluster fronted by a single ceph rados gateway node.
The cluster is then tested with mulitple object store gets and retrivals.
Glance integeration is also tested.

./specs/object_storage/ceph_radosgw/simple_nonha/ocata/
This spec deploys a ceph cluster fronted by a single ceph rados gateway node.
The cluster is then tested with mulitple object store gets and retrivals.
Glance integeration is also tested.

./specs/object_storage/ceph_radosgw/simple_nonha/mitaka/
This spec deploys a ceph cluster fronted by a single ceph rados gateway node.
The cluster is then tested with mulitple object store gets and retrivals.
Glance integeration is also tested.

./specs/object_storage/ceph_radosgw/simple_nonha/kilo/
This spec deploys a ceph cluster fronted by a single ceph rados gateway node.
The cluster is then tested with mulitple object store gets and retrivals.
Glance integeration is also tested.

./specs/object_storage/ceph_radosgw/simple_nonha/liberty/
This spec deploys a ceph cluster fronted by a single ceph rados gateway node.
The cluster is then tested with mulitple object store gets and retrivals.
Glance integeration is also tested.

./specs/object_storage/ceph_radosgw/simple_nonha/newton/
This spec deploys a ceph cluster fronted by a single ceph rados gateway node.
The cluster is then tested with mulitple object store gets and retrivals.
Glance integeration is also tested.

./specs/object_storage/swift_proxy/simple_nonha/icehouse/
This spec deploys a swift cluster fronted by a single swift proxy. The
resulting object store is then tested.

./specs/object_storage/swift_proxy/simple_nonha/ocata/
This spec deploys a swift cluster fronted by a single swift proxy. The
resulting object store is then tested.

./specs/object_storage/swift_proxy/simple_nonha/mitaka/
This spec deploys a swift cluster fronted by a single swift proxy. The
resulting object store is then tested.

./specs/object_storage/swift_proxy/simple_nonha/kilo/
This spec deploys a swift cluster fronted by a single swift proxy. The
resulting object store is then tested.

./specs/object_storage/swift_proxy/simple_nonha/liberty/
This spec deploys a swift cluster fronted by a single swift proxy. The
resulting object store is then tested.

./specs/object_storage/swift_proxy/simple_nonha/newton/
This spec deploys a swift cluster fronted by a single swift proxy. The
resulting object store is then tested.

./specs/object_storage/swift_proxy/ha_parallel_scaleout/icehouse/
This spec deploys a swift cluster fronted by multiple swift proxy front ends.
Swift proxy and swift storage are then simultaniously scaled out and the
resulting object store retested. WARNING: Scaling swift-proxy and
swift-storage is simultaiously is currently not supported so this spec is
known to fail

./specs/object_storage/swift_proxy/ha_parallel_scaleout/mitaka/
This spec deploys a swift cluster fronted by multiple swift proxy front ends.
Swift proxy and swift storage are then simultaniously scaled out and the
resulting object store retested. WARNING: Scaling swift-proxy and
swift-storage is simultaiously is currently not supported so this spec is
known to fail

./specs/object_storage/swift_proxy/ha_parallel_scaleout/kilo/
This spec deploys a swift cluster fronted by multiple swift proxy front ends.
Swift proxy and swift storage are then simultaniously scaled out and the
resulting object store retested. WARNING: Scaling swift-proxy and
swift-storage is simultaiously is currently not supported so this spec is
known to fail

./specs/object_storage/swift_proxy/ha_parallel_scaleout/liberty/
This spec deploys a swift cluster fronted by multiple swift proxy front ends.
Swift proxy and swift storage are then simultaniously scaled out and the
resulting object store retested. WARNING: Scaling swift-proxy and
swift-storage is simultaiously is currently not supported so this spec is
known to fail

./specs/object_storage/swift_proxy/ha_parallel_scaleout/newton/
This spec deploys a swift cluster fronted by multiple swift proxy front ends.
Swift proxy and swift storage are then simultaniously scaled out and the
resulting object store retested. WARNING: Scaling swift-proxy and
swift-storage is simultaiously is currently not supported so this spec is
known to fail

./specs/object_storage/swift_proxy/ha_serial_scaleout/icehouse/
This spec deploys a swift cluster fronted by multiple swift proxy front ends.
Swift proxy is then scaled out and once that has completed swift storage is
scaled out. The resulting object store is then retested.

./specs/object_storage/swift_proxy/ha_serial_scaleout/mitaka/
This spec deploys a swift cluster fronted by multiple swift proxy front ends.
Swift proxy is then scaled out and once that has completed swift storage is
scaled out. The resulting object store is then retested.

./specs/object_storage/swift_proxy/ha_serial_scaleout/kilo/
This spec deploys a swift cluster fronted by multiple swift proxy front ends.
Swift proxy is then scaled out and once that has completed swift storage is
scaled out. The resulting object store is then retested.

./specs/object_storage/swift_proxy/ha_serial_scaleout/liberty/
This spec deploys a swift cluster fronted by multiple swift proxy front ends.
Swift proxy is then scaled out and once that has completed swift storage is
scaled out. The resulting object store is then retested.

./specs/object_storage/swift_proxy/ha_serial_scaleout/newton/
This spec deploys a swift cluster fronted by multiple swift proxy front ends.
Swift proxy is then scaled out and once that has completed swift storage is
scaled out. The resulting object store is then retested.

./specs/object_storage/ceph/encrypt/icehouse/
This spec deploys a 3 monitor and 3 node OSD cluster setup to use encryption.
It then tests to verify Rados can write to and read from the cluster.
./specs/object_storage/ceph/encrypt/mitaka/
This spec deploys a 3 monitor and 3 node OSD cluster setup to use encryption.
It then tests to verify Rados can write to and read from the cluster.
./specs/object_storage/ceph/encrypt/kilo/
This spec deploys a 3 monitor and 3 node OSD cluster setup to use encryption.
It then tests to verify Rados can write to and read from the cluster.
./specs/object_storage/ceph/encrypt/liberty/
This spec deploys a 3 monitor and 3 node OSD cluster setup to use encryption.
It then tests to verify Rados can write to and read from the cluster.
./specs/object_storage/ceph/encrypt/newton/
This spec deploys a 3 monitor and 3 node OSD cluster setup to use encryption.
It then tests to verify Rados can write to and read from the cluster.
./specs/object_storage/ceph/default/icehouse/
This spec deploys a 3 monitor and 3 node OSD cluster. It then tests to verify
Rados can write to and read from the cluster.
./specs/object_storage/ceph/default/mitaka/
This spec deploys a 3 monitor and 3 node OSD cluster. It then tests to verify
Rados can write to and read from the cluster.
./specs/object_storage/ceph/default/kilo/
This spec deploys a 3 monitor and 3 node OSD cluster. It then tests to verify
Rados can write to and read from the cluster.
./specs/object_storage/ceph/default/liberty/
This spec deploys a 3 monitor and 3 node OSD cluster. It then tests to verify
Rados can write to and read from the cluster.
./specs/object_storage/ceph/default/newton/
This spec deploys a 3 monitor and 3 node OSD cluster. It then tests to verify
Rados can write to and read from the cluster.
./specs/object_storage/ceph/harden/icehouse/
This spec deploys a 3 monitor and 3 node OSD cluster configured with hardening.
It then tests to verify Rados can write to and read from the cluster.
./specs/object_storage/ceph/harden/mitaka/
This spec deploys a 3 monitor and 3 node OSD cluster configured with hardening.
It then tests to verify Rados can write to and read from the cluster.
./specs/object_storage/ceph/harden/kilo/
This spec deploys a 3 monitor and 3 node OSD cluster configured with hardening.
It then tests to verify Rados can write to and read from the cluster.
./specs/object_storage/ceph/harden/liberty/
This spec deploys a 3 monitor and 3 node OSD cluster configured with hardening.
It then tests to verify Rados can write to and read from the cluster.
./specs/object_storage/ceph/harden/newton/
This spec deploys a 3 monitor and 3 node OSD cluster configured with hardening.
It then tests to verify Rados can write to and read from the cluster.
./specs/full_stack/stable_deploy_baremetal/icehouse/
This ICEHOUSE spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/stable_deploy_baremetal/ocata/
This MITAKA spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/stable_deploy_baremetal/mitaka/
This MITAKA spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/stable_deploy_baremetal/kilo/
This KILO spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/stable_deploy_baremetal/liberty/
This LIBERTY spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/stable_deploy_baremetal/newton/
This MITAKA spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/stable_to_next/icehouse/
This spec performs a non-ha deploy using the stable charms, then upgrades the
charms to the devel versions and then runs tests to validate the deployment

./specs/full_stack/stable_to_next/mitaka/
This spec performs a non-ha deploy using the stable charms, then upgrades the
charms to the devel versions and then runs tests to validate the deployment

./specs/full_stack/stable_to_next/kilo/
This spec performs a non-ha deploy using the stable charms, then upgrades the
charms to the devel versions and then runs tests to validate the deployment

./specs/full_stack/stable_to_next/liberty/
This spec performs a non-ha deploy using the stable charms, then upgrades the
charms to the devel versions and then runs tests to validate the deployment

./specs/full_stack/stable_to_next/newton/
This spec performs a non-ha deploy using the stable charms, then upgrades the
charms to the devel versions and then runs tests to validate the deployment

./specs/full_stack/stable_deploy_tempest/newton/
This spec performs a non-ha deploy using the stable charms and then runs tests
to validate the deployment

./specs/full_stack/next_ha_vrrp/ocata/
This spec deploys and tests a deployment with neutron VRRP enabled, it then
takes down the gateways in turn and checks a guest remains accessible

./specs/full_stack/next_ha_vrrp/mitaka/
This spec deploys and tests a deployment with neutron VRRP enabled, it then
takes down the gateways in turn and checks a guest remains accessible

./specs/full_stack/next_ha_vrrp/kilo/
This spec deploys and tests a deployment with neutron VRRP enabled, it then
takes down the gateways in turn and checks a guest remains accessible

./specs/full_stack/next_ha_vrrp/liberty/
This spec deploys and tests a deployment with neutron VRRP enabled, it then
takes down the gateways in turn and checks a guest remains accessible

./specs/full_stack/next_ha_vrrp/newton/
This spec deploys and tests a deployment with neutron VRRP enabled, it then
takes down the gateways in turn and checks a guest remains accessible

./specs/full_stack/next_deploy_ssl/icehouse/
This spec performs a non-ha deploy using the next charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/next_deploy_ssl/ocata/
This spec performs a non-ha deploy using the next charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/next_deploy_ssl/mitaka/
This spec performs a non-ha deploy using the next charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/next_deploy_ssl/kilo/
This spec performs a non-ha deploy using the next charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/next_deploy_ssl/liberty/
This spec performs a non-ha deploy using the next charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/next_deploy_ssl/newton/
This spec performs a non-ha deploy using the next charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/stable_keystone_v3/ocata/
This spec performs a non-ha deploy using the stable charms with v3 keystone API
enabled and then runs tests to validate the deployment

./specs/full_stack/stable_keystone_v3/mitaka/
This spec performs a non-ha deploy using the stable charms with v3 keystone API
enabled and then runs tests to validate the deployment

./specs/full_stack/stable_keystone_v3/liberty/
This spec performs a non-ha deploy using the stable charms with v3 keystone API
enabled and then runs tests to validate the deployment

./specs/full_stack/stable_keystone_v3/newton/
This spec performs a non-ha deploy using the stable charms with v3 keystone API
enabled and then runs tests to validate the deployment

./specs/full_stack/next_ha_oneshot/icehouse/
This spec performs a ha deploy in one shot (not phased) then runs tests to
validate the deployment. The assumption is that the version of juju has
leadership enabled.

./specs/full_stack/next_ha_oneshot/ocata/
This spec performs a ha deploy in one shot (not phased) then runs tests to
validate the deployment. The assumption is that the version of juju has
leadership enabled.

./specs/full_stack/next_ha_oneshot/mitaka/
This spec performs a ha deploy in one shot (not phased) then runs tests to
validate the deployment. The assumption is that the version of juju has
leadership enabled.

./specs/full_stack/next_ha_oneshot/kilo/
This spec performs a ha deploy in one shot (not phased) then runs tests to
validate the deployment. The assumption is that the version of juju has
leadership enabled.

./specs/full_stack/next_ha_oneshot/liberty/
This spec performs a ha deploy in one shot (not phased) then runs tests to
validate the deployment. The assumption is that the version of juju has
leadership enabled.

./specs/full_stack/next_ha_oneshot/newton/
This spec performs a ha deploy in one shot (not phased) then runs tests to
validate the deployment. The assumption is that the version of juju has
leadership enabled.

./specs/full_stack/odl/liberty/
This spec performs a non-ha deploy using the next charms and then runs tests
to validate the deployment

./specs/full_stack/next_dvr/ocata/
This spec deploys and tests a deployment with neutron DVR enabled

./specs/full_stack/next_dvr/mitaka/
This spec deploys and tests a deployment with neutron DVR enabled

./specs/full_stack/next_dvr/kilo/
This spec deploys and tests a deployment with neutron DVR enabled

./specs/full_stack/next_dvr/liberty/
This spec deploys and tests a deployment with neutron DVR enabled

./specs/full_stack/next_dvr/newton/
This spec deploys and tests a deployment with neutron DVR enabled

./specs/full_stack/stable_to_next_ha/icehouse/
This spec performs a phased ha deploy using the stable charms then upgrades
charms to the next branches then runs tests to validate the deployment

./specs/full_stack/stable_to_next_ha/mitaka/
This spec performs a phased ha deploy using the stable charms then upgrades
charms to the next branches then runs tests to validate the deployment

./specs/full_stack/stable_to_next_ha/kilo/
This spec performs a phased ha deploy using the stable charms then upgrades
charms to the next branches then runs tests to validate the deployment

./specs/full_stack/stable_to_next_ha/liberty/
This spec performs a phased ha deploy using the stable charms then upgrades
charms to the next branches then runs tests to validate the deployment

./specs/full_stack/stable_to_next_ha/newton/
This spec performs a phased ha deploy using the stable charms then upgrades
charms to the next branches then runs tests to validate the deployment

./specs/full_stack/next_deploy_baremetal/icehouse/
This ICEHOUSE spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/next_deploy_baremetal/ocata/
This MITAKA spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/next_deploy_baremetal/mitaka/
This MITAKA spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/next_deploy_baremetal/kilo/
This KILO spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/next_deploy_baremetal/liberty/
This LIBERTY spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/next_deploy_baremetal/newton/
This MITAKA spec deploys a non-ha 7-machine bundle, intended for bare metal
with smoosh.  It uses the baremetal7.yaml bundle which aims to exercise a stack
roughly equivalent to the next/default yamls.  As swift is the object store,
ceph-radosgw is not exercised.

./specs/full_stack/stable_deploy/icehouse/
This spec performs a non-ha deploy using the stable charms and then runs tests
to validate the deployment

./specs/full_stack/stable_deploy/ocata/
This spec performs a non-ha deploy using the stable charms and then runs tests
to validate the deployment

./specs/full_stack/stable_deploy/mitaka/
This spec performs a non-ha deploy using the stable charms and then runs tests
to validate the deployment

./specs/full_stack/stable_deploy/kilo/
This spec performs a non-ha deploy using the stable charms and then runs tests
to validate the deployment

./specs/full_stack/stable_deploy/liberty/
This spec performs a non-ha deploy using the stable charms and then runs tests
to validate the deployment

./specs/full_stack/stable_deploy/newton/
This spec performs a non-ha deploy using the stable charms and then runs tests
to validate the deployment

./specs/full_stack/next_openstack_upgrade/icehouse/
This spec performs a non-ha deploy using the next charms and then upgrades
to the next version of openstack

./specs/full_stack/next_openstack_upgrade/mitaka/
This spec performs a non-ha deploy using the next charms and then upgrades
to the next version of openstack

./specs/full_stack/next_openstack_upgrade/kilo/
This spec performs a non-ha deploy using the next charms and then upgrades
to the next version of openstack

./specs/full_stack/next_openstack_upgrade/liberty/
This spec performs a non-ha deploy using the next charms and then upgrades
to the next version of openstack

./specs/full_stack/next_openstack_upgrade/newton/
This spec performs a non-ha deploy using the next charms and then upgrades
to the next version of openstack

./specs/full_stack/next_charmhelper_sync/icehouse/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a non-ha deployment and testing the resulting cloud

./specs/full_stack/next_charmhelper_sync/mitaka/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a non-ha deployment and testing the resulting cloud

./specs/full_stack/next_charmhelper_sync/kilo/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a non-ha deployment and testing the resulting cloud

./specs/full_stack/next_charmhelper_sync/liberty/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a non-ha deployment and testing the resulting cloud

./specs/full_stack/next_charmhelper_sync/newton/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a non-ha deployment and testing the resulting cloud

./specs/full_stack/next_deploy/icehouse/
This spec performs a non-ha deploy using the next charms and then runs tests
to validate the deployment

./specs/full_stack/next_deploy/ocata/
This spec performs a non-ha deploy using the next charms and then runs tests
to validate the deployment

./specs/full_stack/next_deploy/mitaka/
This spec performs a non-ha deploy using the next charms and then runs tests
to validate the deployment

./specs/full_stack/next_deploy/kilo/
This spec performs a non-ha deploy using the next charms and then runs tests
to validate the deployment

./specs/full_stack/next_deploy/liberty/
This spec performs a non-ha deploy using the next charms and then runs tests
to validate the deployment

./specs/full_stack/next_deploy/newton/
This spec performs a non-ha deploy using the next charms and then runs tests
to validate the deployment

./specs/full_stack/next_keystone_v3/ocata/
This spec performs a non-ha deploy using the next charms with v3 keystone API
enabled and then runs tests to validate the deployment

./specs/full_stack/next_keystone_v3/mitaka/
This spec performs a non-ha deploy using the next charms with v3 keystone API
enabled and then runs tests to validate the deployment

./specs/full_stack/next_keystone_v3/liberty/
This spec performs a non-ha deploy using the next charms with v3 keystone API
enabled and then runs tests to validate the deployment

./specs/full_stack/next_keystone_v3/newton/
This spec performs a non-ha deploy using the next charms with v3 keystone API
enabled and then runs tests to validate the deployment

./specs/full_stack/stable_deploy_ssl/icehouse/
This spec performs a non-ha deploy using the stable charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/stable_deploy_ssl/ocata/
This spec performs a non-ha deploy using the stable charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/stable_deploy_ssl/mitaka/
This spec performs a non-ha deploy using the stable charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/stable_deploy_ssl/kilo/
This spec performs a non-ha deploy using the stable charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/stable_deploy_ssl/liberty/
This spec performs a non-ha deploy using the stable charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/stable_deploy_ssl/newton/
This spec performs a non-ha deploy using the stable charms wil ssl enabled
and then runs tests to validate the deployment

./specs/full_stack/next_charmhelper_sync_ha/icehouse/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a ha deployment and testing the resulting cloud

./specs/full_stack/next_charmhelper_sync_ha/kilo/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a ha deployment and testing the resulting cloud

./specs/full_stack/next_charmhelper_sync_ha/liberty/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a ha deployment and testing the resulting cloud

./specs/deprecated/next_ha_phased/icehouse/
This spec performs a phased ha deploy then runs tests to validate the
deployment

./specs/deprecated/next_ha_phased/kilo/
This spec performs a phased ha deploy then runs tests to validate the
deployment

./specs/deprecated/next_ha_phased/liberty/
This spec performs a phased ha deploy then runs tests to validate the
deployment

./specs/deprecated/next_ha_phased_chaos_pony/icehouse/
This spec performs a phased ha deploy then runs tests to validate the
deployment. iThen chaos pony is used to add and remove units.

./specs/deprecated/next_ha_phased_chaos_pony/kilo/
This spec performs a phased ha deploy then runs tests to validate the
deployment. iThen chaos pony is used to add and remove units.

./specs/deprecated/next_ha_phased_chaos_pony/liberty/
This spec performs a phased ha deploy then runs tests to validate the
deployment. iThen chaos pony is used to add and remove units.

./specs/file_storage/gluster/default/3.7/
This spec deploys a 3 gluster node cluster. It then tests to verify
you can write to and read from the cluster.