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: I51edbefbe61e2450323bc54c6f0271ce435a80fd
This commit is contained in:
parent
b4e3137f20
commit
cf3c884ae2
@ -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: glance-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 ./glance-k8s_ubuntu-20.04-amd64.charm --trust --resource glance-image=ghcr.io/openstack-snaps/glance-api:2023.1
|
||||
juju deploy ./glance-k8s_ubuntu-20.04-amd64.charm --trust --resource glance-image=ghcr.io/canonical/glance-api:2023.2
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@ -47,7 +47,7 @@ glance-k8s requires the following relations:
|
||||
|
||||
## OCI Images
|
||||
|
||||
The charm by default uses `ghcr.io/openstack-snaps/glance-api:2023.1` image.
|
||||
The charm by default uses `ghcr.io/canonical/glance-api:2023.2` image.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@ -36,8 +36,8 @@ resources:
|
||||
glance-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Glance
|
||||
# ghcr.io/openstack-snaps/glance-api:2023.1
|
||||
upstream-source: ghcr.io/openstack-snaps/glance-api:2023.1
|
||||
# ghcr.io/canonical/glance-api:2023.2
|
||||
upstream-source: ghcr.io/canonical/glance-api:2023.2
|
||||
|
||||
storage:
|
||||
local-repository:
|
||||
|
@ -7,4 +7,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:
|
||||
@ -47,7 +47,7 @@ applications:
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
glance-api-image: ghcr.io/openstack-snaps/glance-api:2023.1
|
||||
glance-api-image: ghcr.io/canonical/glance-api:2023.2
|
||||
storage:
|
||||
local-repository: 5G
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user