Add dt-sharded deployment topology with per-service galera, rabbitmq and memcached#752
Add dt-sharded deployment topology with per-service galera, rabbitmq and memcached#752lmiccini wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lmiccini The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
9aebc5b to
cb811be
Compare
|
Build failed (check pipeline). Post ✔️ noop SUCCESS in 0s |
|
recheck |
d92188d to
ec43cbe
Compare
|
Build failed (check pipeline). Post ✔️ noop SUCCESS in 0s |
… 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>
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#3907 is needed. |
|
recheck |
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.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Depends-on: openstack-k8s-operators/ci-framework#3907