Commit 4aff600
Add dt-sharded deployment topology with per-service galera, rabbitmq, and memcached
New deployment topology for testing per-service database, message bus,
and cache sharding. Each OpenStack service gets a dedicated galera
cluster, a dedicated rabbitmq cluster, and a dedicated memcached
instance, all with replicas:1.
Galera databases: openstack-barbican, openstack-cinder,
openstack-designate, openstack-glance, openstack-horizon,
openstack-keystone, openstack-neutron, openstack-octavia,
openstack-nova, openstack-placement.
Per-service rabbitmq clusters: rabbitmq-barbican, rabbitmq-cinder,
rabbitmq-designate, rabbitmq-glance, rabbitmq-keystone,
rabbitmq-neutron, rabbitmq-octavia. Nova cells use the standard rabbitmq
(cell0/notifications) and rabbitmq-cell1 (cell1).
Per-service memcached instances: memcached-keystone, memcached-glance,
memcached-cinder, memcached-neutron, memcached-horizon, memcached-nova.
Services without memcachedInstance support (barbican, designate, octavia,
placement) are excluded.
Enabled services: barbican, cinder, designate, glance, horizon,
keystone, neutron, nova, octavia.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b6477ae commit 4aff600
17 files changed
Lines changed: 2741 additions & 0 deletions
File tree
- automation
- net-env
- vars
- dt/dt-sharded
- edpm
- networking
- examples/dt/dt-sharded
- control-plane
- networking
- nncp
- zuul.d
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments