Skip to content

Commit

Permalink
remove ceph and cinder
Browse files Browse the repository at this point in the history
an attempt to reduce the bundle size,
and avoid cases where storage is required (makes it simpler on an lxd cloud)
  • Loading branch information
samuelallan72 committed Feb 13, 2025
1 parent e6bcd78 commit b540357
Showing 1 changed file with 0 additions and 71 deletions.
71 changes: 0 additions & 71 deletions tests/integration/tests/bundles/jammy-yoga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,6 @@ applications:
grafana-agent:
charm: grafana-agent
channel: stable
ceph-mon:
charm: ceph-mon
channel: quincy/stable
num_units: 1
options:
expected-osd-count: 3
loglevel: 1
monitor-count: 1
source: *openstack-origin
constraints: arch=amd64 mem=2048
ceph-osd:
charm: ceph-osd
channel: quincy/stable
num_units: 3
options:
loglevel: 1
source: *openstack-origin
constraints: arch=amd64 mem=2048
storage:
osd-devices: '10G'
keystone:
charm: keystone
channel: yoga/edge
Expand Down Expand Up @@ -78,8 +58,6 @@ applications:
verbose: true
debug: true
constraints: arch=amd64 mem=4096
storage:
ephemeral-device: cinder,1,51200M
nova-cloud-controller-mysql-router:
charm: mysql-router
channel: latest/edge
Expand All @@ -93,27 +71,6 @@ applications:
openstack-origin: distro
verbose: true
constraints: arch=amd64 mem=2048
cinder:
charm: cinder
channel: yoga/edge
num_units: 1
options:
block-device: ""
debug: true
ephemeral-unmount: ""
glance-api-version: 2
openstack-origin: *openstack-origin
overwrite: "false"
verbose: true
constraints: arch=amd64 mem=2048
storage:
block-devices: loop,10240M
cinder-ceph:
charm: cinder-ceph
channel: yoga/edge
cinder-mysql-router:
charm: mysql-router
channel: latest/edge
neutron-api:
charm: neutron-api
channel: yoga/edge
Expand Down Expand Up @@ -180,18 +137,8 @@ relations:
- rabbitmq-server:amqp
- - nova-compute:image-service
- glance:image-service
- - glance:image-service
- cinder:image-service
- - glance:amqp
- rabbitmq-server:amqp
- - cinder:shared-db
- cinder-mysql-router:shared-db
- - cinder:amqp
- rabbitmq-server:amqp
- - cinder:cinder-volume-service
- nova-cloud-controller:cinder-volume-service
- - cinder:identity-service
- keystone:identity-service
- - neutron-api:shared-db
- neutron-api-mysql-router:shared-db
- - neutron-api:amqp
Expand All @@ -206,24 +153,10 @@ relations:
- keystone:identity-service
- - keystone:shared-db
- keystone-mysql-router:shared-db
- - ceph-mon:osd
- ceph-osd:mon
- - glance:ceph
- ceph-mon:client
- - cinder:storage-backend
- cinder-ceph:storage-backend
- - cinder-ceph:ceph
- ceph-mon:client
- - nova-compute:ceph-access
- cinder-ceph:ceph-access
- - nova-compute:ceph
- ceph-mon:client
- - vault:shared-db
- vault-mysql-router:shared-db
- - nova-compute:secrets-storage
- vault:secrets
- - cinder:certificates
- vault:certificates
- - glance:certificates
- vault:certificates
- - keystone:certificates
Expand All @@ -234,10 +167,6 @@ relations:
- vault:certificates
- - placement:certificates
- vault:certificates
- - ceph-osd:secrets-storage
- vault:secrets
- - mysql:db-router
- cinder-mysql-router:db-router
- - mysql:db-router
- glance-mysql-router:db-router
- - mysql:db-router
Expand Down

0 comments on commit b540357

Please sign in to comment.