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
|
./object_storage_specs/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
./object_storage_specs/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.
./object_storage_specs/swift_proxy/ha_serial_scaleout/juno/
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.
./object_storage_specs/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.
./object_storage_specs/swift_proxy/simple_nonha/icehouse/
This spec deploys a swift cluster fronted by a single swift proxy. The
resulting object store is then tested.
./object_storage_specs/swift_proxy/simple_nonha/juno/
This spec deploys a swift cluster fronted by a single swift proxy. The
resulting object store is then tested.
./object_storage_specs/swift_proxy/simple_nonha/kilo/
This spec deploys a swift cluster fronted by a single swift proxy. The
resulting object store is then tested.
./object_storage_specs/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.
./object_storage_specs/ceph_radosgw/simple_nonha/juno/
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.
./object_storage_specs/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.
./object_storage_specs/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
./object_storage_specs/ceph_radosgw/ha/juno/
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
./object_storage_specs/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
./dev/vxlan/
This spec deploys and tests a deployment with neutron DVR enabled
./dev/dvr/
This spec deploys and tests a deployment with neutron DVR enabled
./full_stack/next_deploy/icehouse/
This spec performs a non-ha deploy using the next charms and then runs tests
to validate the deployment
./full_stack/next_deploy/juno/
This spec performs a non-ha deploy using the next charms and then runs tests
to validate the deployment
./full_stack/next_deploy/kilo/
This spec performs a non-ha deploy using the next charms and then runs tests
to validate the deployment
./full_stack/ha_phased/icehouse/
This spec performs a phased ha deploy then runs tests to validate the
deployment
./full_stack/ha_phased/juno/
This spec performs a phased ha deploy then runs tests to validate the
deployment
./full_stack/ha_phased/kilo/
This spec performs a phased ha deploy then runs tests to validate the
deployment
./full_stack/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.
./full_stack/ha_phased_chaos_pony/juno/
This spec performs a phased ha deploy then runs tests to validate the
deployment. iThen chaos pony is used to add and remove units.
./full_stack/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.
./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
./full_stack/next_deploy_ssl/juno/
This spec performs a non-ha deploy using the next charms wil ssl enabled
and then runs tests to validate the deployment
./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
./full_stack/charmhelper_upgrade/icehouse/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a non-ha deployment and testing the resulting cloud
./full_stack/charmhelper_upgrade/juno/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a non-ha deployment and testing the resulting cloud
./full_stack/charmhelper_upgrade/kilo/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a non-ha deployment and testing the resulting cloud
./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
./full_stack/stable_to_next/juno/
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
./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
./full_stack/charmhelper_upgrade_ha/icehouse/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a ha deployment and testing the resulting cloud
./full_stack/charmhelper_upgrade_ha/juno/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a ha deployment and testing the resulting cloud
./full_stack/charmhelper_upgrade_ha/kilo/
This spec collects the charms and then upgrades charmhelpers in each charm
before running a ha deployment and testing the resulting cloud
|