Skip to content

Commit

Permalink
Merge pull request #120 from coreycb/mantic-ceph
Browse files Browse the repository at this point in the history
Update mantic bundle to use ceph from mantic
  • Loading branch information
freyes authored Oct 19, 2023
2 parents 4741975 + 8276627 commit e039774
Showing 1 changed file with 1 addition and 13 deletions.
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

0 comments on commit e039774

Please sign in to comment.