Switch charm to Bobcat
Switch charm to Bobcat release. Microk8s 1.28 will be the default for Bobcat. Also ensure images are being collected from ghcr.io/canonical Change-Id: Ie938f91cb11d0d630610c2b6df791f9bb0926eb4
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
- project:
|
||||
templates:
|
||||
- openstack-python3-charm-yoga-jobs
|
||||
- openstack-python3-charm-jobs
|
||||
- openstack-cover-jobs
|
||||
- microk8s-func-test
|
||||
vars:
|
||||
charm_build_name: cinder-ceph-k8s
|
||||
juju_channel: 3.1/stable
|
||||
juju_classic_mode: false
|
||||
microk8s_channel: 1.26-strict/stable
|
||||
microk8s_channel: 1.28-strict/stable
|
||||
microk8s_classic_mode: false
|
||||
|
@@ -47,7 +47,7 @@ run:
|
||||
|
||||
To deploy the local test instance:
|
||||
|
||||
juju deploy ./cinder-ceph-k8s_ubuntu-20.04-amd64.charm --resource cinder-volume-image=ghcr.io/openstack-snaps/cinder-volume:2023.1
|
||||
juju deploy ./cinder-ceph-k8s_ubuntu-20.04-amd64.charm --resource cinder-volume-image=ghcr.io/canonical/cinder-volume:2023.2
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@@ -45,7 +45,7 @@ cinder-ceph-k8s requires the following relations:
|
||||
|
||||
## OCI Images
|
||||
|
||||
The charm by default uses `ghcr.io/openstack-snaps/cinder-volume:2023.1`
|
||||
The charm by default uses `ghcr.io/canonical/cinder-volume:2023.2`
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -29,7 +29,7 @@ resources:
|
||||
cinder-volume-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Cinder Volume
|
||||
upstream-source: ghcr.io/openstack-snaps/cinder-consolidated:2023.1
|
||||
upstream-source: ghcr.io/canonical/cinder-consolidated:2023.2
|
||||
|
||||
requires:
|
||||
amqp:
|
||||
|
@@ -9,4 +9,4 @@
|
||||
build_type: charmcraft
|
||||
publish_charm: true
|
||||
charmcraft_channel: 2.0/stable
|
||||
publish_channel: 2023.1/edge
|
||||
publish_channel: 2023.2/edge
|
||||
|
@@ -34,7 +34,7 @@ applications:
|
||||
|
||||
keystone:
|
||||
charm: ch:keystone-k8s
|
||||
channel: 2023.1/edge
|
||||
channel: 2023.2/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
options:
|
||||
@@ -45,7 +45,7 @@ applications:
|
||||
|
||||
cinder:
|
||||
charm: ch:cinder-k8s
|
||||
channel: 2023.1/edge
|
||||
channel: 2023.2/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
|
||||
@@ -55,7 +55,7 @@ applications:
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
cinder-volume-image: ghcr.io/openstack-snaps/cinder-consolidated:2023.1
|
||||
cinder-volume-image: ghcr.io/canonical/cinder-consolidated:2023.2
|
||||
|
||||
relations:
|
||||
- - traefik:ingress
|
||||
|
Reference in New Issue
Block a user