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: Ia62748969c86ad41498303f6425898b87eba534a
This commit is contained in:
parent
3570bc6298
commit
d632d672fc
@ -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: placement-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
|
||||
|
@ -46,7 +46,7 @@ run:
|
||||
|
||||
To deploy the local test instance:
|
||||
|
||||
juju deploy ./placement-k8s_ubuntu-20.04-amd64.charm --trust --resource placement-image=ghcr.io/openstack-snaps/placement-api:2023.1
|
||||
juju deploy ./placement-k8s_ubuntu-20.04-amd64.charm --trust --resource placement-image=ghcr.io/canonical/placement-api:2023.2
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@ -44,7 +44,7 @@ placement-k8s requires the following relations:
|
||||
|
||||
## OCI Images
|
||||
|
||||
The charm by default uses `ghcr.io/openstack-snaps/placement-api:2023.1` image.
|
||||
The charm by default uses `ghcr.io/canonical/placement-api:2023.2` image.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@ -25,7 +25,7 @@ resources:
|
||||
placement-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Placement
|
||||
upstream-source: ghcr.io/openstack-snaps/placement-api:2023.1
|
||||
upstream-source: ghcr.io/canonical/placement-api:2023.2
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
@ -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
|
||||
|
@ -32,7 +32,7 @@ applications:
|
||||
|
||||
keystone:
|
||||
charm: ch:keystone-k8s
|
||||
channel: 2023.1/edge
|
||||
channel: 2023.2/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
options:
|
||||
@ -43,7 +43,7 @@ applications:
|
||||
|
||||
nova:
|
||||
charm: ch:nova-k8s
|
||||
channel: 2023.1/edge
|
||||
channel: 2023.2/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
|
||||
@ -52,7 +52,7 @@ applications:
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
placement-api-image: ghcr.io/openstack-snaps/placement-api:2023.1
|
||||
placement-api-image: ghcr.io/canonical/placement-api:2023.2
|
||||
|
||||
relations:
|
||||
- - traefik:ingress
|
||||
|
Loading…
Reference in New Issue
Block a user