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: I8cb5fc16c914a79b1c11d79f435264bb5b850a66
This commit is contained in:
parent
f4e4ee0f8a
commit
e17e3f0978
@ -1,11 +1,11 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- openstack-python3-charm-yoga-jobs
|
- openstack-python3-charm-jobs
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
- microk8s-func-test
|
- microk8s-func-test
|
||||||
vars:
|
vars:
|
||||||
charm_build_name: cinder-k8s
|
charm_build_name: cinder-k8s
|
||||||
juju_channel: 3.1/stable
|
juju_channel: 3.1/stable
|
||||||
juju_classic_mode: false
|
juju_classic_mode: false
|
||||||
microk8s_channel: 1.26-strict/stable
|
microk8s_channel: 1.28-strict/stable
|
||||||
microk8s_classic_mode: false
|
microk8s_classic_mode: false
|
||||||
|
@ -47,7 +47,7 @@ run:
|
|||||||
|
|
||||||
To deploy the local test instance:
|
To deploy the local test instance:
|
||||||
|
|
||||||
juju deploy ./cinder-k8s_ubuntu-20.04-amd64.charm --resource cinder-api-image=ghcr.io/openstack-snaps/cinder-api:2023.1 --resource cinder-scheduler-image=ghcr.io/openstack-snaps/cinder-scheduler:2023.1
|
juju deploy ./cinder-k8s_ubuntu-20.04-amd64.charm --resource cinder-api-image=ghcr.io/canonical/cinder-api:2023.2 --resource cinder-scheduler-image=ghcr.io/canonical/cinder-scheduler:2023.2
|
||||||
|
|
||||||
<!-- LINKS -->
|
<!-- LINKS -->
|
||||||
|
|
||||||
|
@ -49,8 +49,8 @@ cinder-k8s requires the following relations:
|
|||||||
|
|
||||||
The charm by default uses follwoing images:
|
The charm by default uses follwoing images:
|
||||||
|
|
||||||
`ghcr.io/openstack-snaps/cinder-api:2023.1`
|
`ghcr.io/canonical/cinder-api:2023.2`
|
||||||
`ghcr.io/openstack-snaps/cinder-scheduler:2023.1`
|
`ghcr.io/canonical/cinder-scheduler:2023.2`
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -30,11 +30,11 @@ resources:
|
|||||||
cinder-api-image:
|
cinder-api-image:
|
||||||
type: oci-image
|
type: oci-image
|
||||||
description: OCI image for OpenStack Cinder API
|
description: OCI image for OpenStack Cinder API
|
||||||
upstream-source: ghcr.io/openstack-snaps/cinder-consolidated:2023.1
|
upstream-source: ghcr.io/canonical/cinder-consolidated:2023.2
|
||||||
cinder-scheduler-image:
|
cinder-scheduler-image:
|
||||||
type: oci-image
|
type: oci-image
|
||||||
description: OCI image for OpenStack Cinder Scheduler
|
description: OCI image for OpenStack Cinder Scheduler
|
||||||
upstream-source: ghcr.io/openstack-snaps/cinder-consolidated:2023.1
|
upstream-source: ghcr.io/canonical/cinder-consolidated:2023.2
|
||||||
|
|
||||||
requires:
|
requires:
|
||||||
database:
|
database:
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
build_type: charmcraft
|
build_type: charmcraft
|
||||||
publish_charm: true
|
publish_charm: true
|
||||||
charmcraft_channel: 2.0/stable
|
charmcraft_channel: 2.0/stable
|
||||||
publish_channel: 2023.1/edge
|
publish_channel: 2023.2/edge
|
||||||
|
@ -11,13 +11,13 @@ applications:
|
|||||||
# If this isn't present, the units will hang at "installing agent".
|
# If this isn't present, the units will hang at "installing agent".
|
||||||
traefik:
|
traefik:
|
||||||
charm: ch:traefik-k8s
|
charm: ch:traefik-k8s
|
||||||
channel: 1.0/stable
|
channel: 1.0/candidate
|
||||||
scale: 1
|
scale: 1
|
||||||
trust: true
|
trust: true
|
||||||
|
|
||||||
traefik-public:
|
traefik-public:
|
||||||
charm: ch:traefik-k8s
|
charm: ch:traefik-k8s
|
||||||
channel: 1.0/stable
|
channel: 1.0/candidate
|
||||||
scale: 1
|
scale: 1
|
||||||
trust: true
|
trust: true
|
||||||
options:
|
options:
|
||||||
@ -33,7 +33,7 @@ applications:
|
|||||||
|
|
||||||
keystone:
|
keystone:
|
||||||
charm: ch:keystone-k8s
|
charm: ch:keystone-k8s
|
||||||
channel: 2023.1/edge
|
channel: 2023.2/edge
|
||||||
scale: 1
|
scale: 1
|
||||||
trust: true
|
trust: true
|
||||||
options:
|
options:
|
||||||
@ -47,8 +47,8 @@ applications:
|
|||||||
scale: 1
|
scale: 1
|
||||||
trust: true
|
trust: true
|
||||||
resources:
|
resources:
|
||||||
cinder-api-image: ghcr.io/openstack-snaps/cinder-consolidated:2023.1
|
cinder-api-image: ghcr.io/canonical/cinder-consolidated:2023.2
|
||||||
cinder-scheduler-image: ghcr.io/openstack-snaps/cinder-consolidated:2023.1
|
cinder-scheduler-image: ghcr.io/canonical/cinder-consolidated:2023.2
|
||||||
|
|
||||||
relations:
|
relations:
|
||||||
- - traefik:ingress
|
- - traefik:ingress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user