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: I1448fca5090ee4c1d26c2583f8432733725dd546
This commit is contained in:
parent
24744a4838
commit
6ff83d93d8
@ -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: neutron-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
|
||||
|
@ -48,7 +48,7 @@ run:
|
||||
|
||||
To deploy the local test instance:
|
||||
|
||||
juju deploy ./neutron-k8s_ubuntu-20.04-amd64.charm --trust --resource neutron-server-image=ghcr.io/openstack-snaps/neutron-server:2023.1
|
||||
juju deploy ./neutron-k8s_ubuntu-20.04-amd64.charm --trust --resource neutron-server-image=ghcr.io/canonical/neutron-server:2023.2
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@ -50,7 +50,7 @@ neutron-k8s requires the following relations:
|
||||
|
||||
## OCI Images
|
||||
|
||||
The charm by default uses `ghcr.io/openstack-snaps/neutron-server:2023.1` image.
|
||||
The charm by default uses `ghcr.io/canonical/neutron-server:2023.2` image.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@ -30,8 +30,8 @@ resources:
|
||||
neutron-server-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Neutron API
|
||||
# ghcr.io/openstack-snaps/neutron-server:2023.1
|
||||
upstream-source: ghcr.io/openstack-snaps/neutron-server:2023.1
|
||||
# ghcr.io/canonical/neutron-server:2023.2
|
||||
upstream-source: ghcr.io/canonical/neutron-server:2023.2
|
||||
|
||||
provides:
|
||||
neutron-api:
|
||||
|
@ -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
|
||||
|
@ -27,7 +27,7 @@ applications:
|
||||
minimum-replicas: 1
|
||||
keystone:
|
||||
charm: ch:keystone-k8s
|
||||
channel: 2023.1/edge
|
||||
channel: 2023.2/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
options:
|
||||
@ -42,7 +42,7 @@ applications:
|
||||
options:
|
||||
debug: true
|
||||
resources:
|
||||
neutron-server-image: ghcr.io/openstack-snaps/neutron-server:2023.1
|
||||
neutron-server-image: ghcr.io/canonical/neutron-server:2023.2
|
||||
ovn-central:
|
||||
charm: ch:ovn-central-k8s
|
||||
channel: 23.03/edge
|
||||
|
Loading…
Reference in New Issue
Block a user