Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mantic bundle to use ceph from mantic #120

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions tests/distro-regression/tests/bundles/mantic-bobcat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ variables:
openstack-origin: &openstack-origin distro-proposed
# Set retrofit-series to jammy because kinetic images aren't
# available by default.
# retrofit-series: &retrofit-series jammy
# Set retrofit-series to focal to work-around the following bug:
# https://bugs.launchpad.net/snap-octavia-diskimage-retrofit/+bug/1995130
retrofit-series: &retrofit-series focal
retrofit-series: &retrofit-series jammy
openstack-channel: &openstack-channel latest/edge
ceph-channel: &ceph-channel latest/edge
ovn-channel: &ovn-channel latest/edge
Expand Down Expand Up @@ -50,18 +47,12 @@ applications:
ceph-fs:
num_units: 1
charm: ch:ceph-fs
# Use jammy until this bug is fixed:
# https://bugs.launchpad.net/charm-ceph-osd/+bug/2004945
series: jammy
options:
source: *source
channel: *ceph-channel
ceph-mon:
charm: ch:ceph-mon
num_units: 3
# Use jammy until this bug is fixed:
# https://bugs.launchpad.net/charm-ceph-osd/+bug/2004945
series: jammy
options:
expected-osd-count: 3
source: *source
Expand All @@ -70,9 +61,6 @@ applications:
ceph-osd:
charm: ch:ceph-osd
num_units: 3
# Use jammy until this bug is fixed:
# https://bugs.launchpad.net/charm-ceph-osd/+bug/2004945
series: jammy
options:
source: *source
storage:
Expand Down