Switch to 23.09
Change-Id: I61881c130f225af2632b29f30dcca9f95444228b
This commit is contained in:
parent
1a1480148e
commit
a6b1f1eeee
@ -7,5 +7,5 @@
|
||||
charm_build_name: ovn-central-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
|
||||
|
@ -56,15 +56,15 @@ resources:
|
||||
ovn-sb-db-server-image:
|
||||
type: oci-image
|
||||
description: OCI image for OVN Southbound Database Server
|
||||
upstream-source: ghcr.io/openstack-snaps/ovn-consolidated:23.03
|
||||
upstream-source: ghcr.io/canonical/ovn-consolidated:23.09
|
||||
ovn-nb-db-server-image:
|
||||
type: oci-image
|
||||
description: OCI image for OVN Northbound Database Server
|
||||
upstream-source: ghcr.io/openstack-snaps/ovn-consolidated:23.03
|
||||
upstream-source: ghcr.io/canonical/ovn-consolidated:23.09
|
||||
ovn-northd-image:
|
||||
type: oci-image
|
||||
description: OCI image for OVN Northd
|
||||
upstream-source: ghcr.io/openstack-snaps/ovn-consolidated:23.03
|
||||
upstream-source: ghcr.io/canonical/ovn-consolidated:23.09
|
||||
|
||||
requires:
|
||||
certificates:
|
||||
|
@ -7,4 +7,4 @@
|
||||
build_type: charmcraft
|
||||
publish_charm: true
|
||||
charmcraft_channel: 2.0/stable
|
||||
publish_channel: 23.03/edge
|
||||
publish_channel: 23.09/edge
|
||||
|
@ -3,12 +3,12 @@ bundle: kubernetes
|
||||
applications:
|
||||
traefik:
|
||||
charm: ch:traefik-k8s
|
||||
channel: 1.0/stable
|
||||
channel: 1.0/candidate
|
||||
scale: 1
|
||||
trust: true
|
||||
traefik-public:
|
||||
charm: ch:traefik-k8s
|
||||
channel: 1.0/stable
|
||||
channel: 1.0/candidate
|
||||
scale: 1
|
||||
trust: true
|
||||
options:
|
||||
@ -20,12 +20,12 @@ applications:
|
||||
trust: false
|
||||
rabbitmq:
|
||||
charm: ch:rabbitmq-k8s
|
||||
channel: 3.9/edge
|
||||
channel: 3.12/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
keystone:
|
||||
charm: ch:keystone-k8s
|
||||
channel: 2023.1/edge
|
||||
channel: 2023.2/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
options:
|
||||
@ -35,24 +35,24 @@ applications:
|
||||
credential-keys: 5M
|
||||
glance:
|
||||
charm: ch:glance-k8s
|
||||
channel: 2023.1/edge
|
||||
channel: 2023.2/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
storage:
|
||||
local-repository: 5G
|
||||
nova:
|
||||
charm: ch:nova-k8s
|
||||
channel: 2023.1/edge
|
||||
channel: 2023.2/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
placement:
|
||||
charm: ch:placement-k8s
|
||||
channel: 2023.1/edge
|
||||
channel: 2023.2/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
neutron:
|
||||
charm: ch:neutron-k8s
|
||||
channel: 2023.1/edge
|
||||
channel: 2023.2/edge
|
||||
scale: 1
|
||||
trust: true
|
||||
ovn-central:
|
||||
@ -61,9 +61,9 @@ applications:
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
ovn-sb-db-server-image: ghcr.io/openstack-snaps/ovn-consolidated:23.03
|
||||
ovn-nb-db-server-image: ghcr.io/openstack-snaps/ovn-consolidated:23.03
|
||||
ovn-northd-image: ghcr.io/openstack-snaps/ovn-consolidated:23.03
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:23.09
|
||||
ovn-nb-db-server-image: ghcr.io/canonical/ovn-consolidated:23.09
|
||||
ovn-northd-image: ghcr.io/canonical/ovn-consolidated:23.09
|
||||
tls-operator:
|
||||
charm: self-signed-certificates
|
||||
channel: edge
|
||||
|
Loading…
Reference in New Issue
Block a user