Update to epoxy
Ensure testing uses new RBAC, defaults in 2025.1. Change-Id: I172ecebbcb78135a999499fa6382b59ef1af3ad9 Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
This commit is contained in:
@@ -49,7 +49,7 @@ aodh-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -58,23 +58,23 @@ resources:
|
||||
aodh-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack aodh api service
|
||||
upstream-source: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-evaluator-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack aodh evaluator service
|
||||
upstream-source: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-notifier-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack aodh notifier service
|
||||
upstream-source: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-listener-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack aodh listener service
|
||||
upstream-source: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-expirer-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack aodh expirer service
|
||||
upstream-source: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
@@ -51,7 +51,7 @@ barbican-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
`ghcr.io/canonical/barbican-consolidated:2024.1`
|
||||
`ghcr.io/canonical/barbican-consolidated:2025.1`
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -40,11 +40,11 @@ resources:
|
||||
barbican-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Barbican API
|
||||
upstream-source: ghcr.io/canonical/barbican-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/barbican-consolidated:2025.1
|
||||
barbican-worker-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Barbican worker
|
||||
upstream-source: ghcr.io/canonical/barbican-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/barbican-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
ingress-internal:
|
||||
|
@@ -47,7 +47,7 @@ ceilometer-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
ghcr.io/canonical/ceilometer-consolidated:2024.1
|
||||
ghcr.io/canonical/ceilometer-consolidated:2025.1
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -40,11 +40,11 @@ resources:
|
||||
ceilometer-central-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack ceilometer central
|
||||
upstream-source: ghcr.io/canonical/ceilometer-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/ceilometer-consolidated:2025.1
|
||||
ceilometer-notification-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack ceilometer
|
||||
upstream-source: ghcr.io/canonical/ceilometer-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/ceilometer-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
amqp:
|
||||
|
@@ -47,7 +47,7 @@ run:
|
||||
|
||||
To deploy the local test instance:
|
||||
|
||||
juju deploy ./cinder-ceph-k8s_ubuntu-20.04-amd64.charm --resource cinder-volume-image=ghcr.io/canonical/cinder-volume:2024.1
|
||||
juju deploy ./cinder-ceph-k8s_ubuntu-20.04-amd64.charm --resource cinder-volume-image=ghcr.io/canonical/cinder-volume:2025.1
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@@ -45,7 +45,7 @@ cinder-ceph-k8s requires the following relations:
|
||||
|
||||
## OCI Images
|
||||
|
||||
The charm by default uses `ghcr.io/canonical/cinder-volume:2024.1`
|
||||
The charm by default uses `ghcr.io/canonical/cinder-volume:2025.1`
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -295,7 +295,7 @@ resources:
|
||||
cinder-volume-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Cinder Volume
|
||||
upstream-source: ghcr.io/canonical/cinder-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/cinder-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
amqp:
|
||||
|
@@ -47,7 +47,7 @@ run:
|
||||
|
||||
To deploy the local test instance:
|
||||
|
||||
juju deploy ./cinder-k8s_ubuntu-20.04-amd64.charm --resource cinder-api-image=ghcr.io/canonical/cinder-api:2024.1 --resource cinder-scheduler-image=ghcr.io/canonical/cinder-scheduler:2024.1
|
||||
juju deploy ./cinder-k8s_ubuntu-20.04-amd64.charm --resource cinder-api-image=ghcr.io/canonical/cinder-api:2025.1 --resource cinder-scheduler-image=ghcr.io/canonical/cinder-scheduler:2025.1
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@@ -49,8 +49,8 @@ cinder-k8s requires the following relations:
|
||||
|
||||
The charm by default uses follwoing images:
|
||||
|
||||
`ghcr.io/canonical/cinder-api:2024.1`
|
||||
`ghcr.io/canonical/cinder-scheduler:2024.1`
|
||||
`ghcr.io/canonical/cinder-api:2025.1`
|
||||
`ghcr.io/canonical/cinder-scheduler:2025.1`
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -38,11 +38,11 @@ resources:
|
||||
cinder-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Cinder API
|
||||
upstream-source: ghcr.io/canonical/cinder-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/cinder-consolidated:2025.1
|
||||
cinder-scheduler-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Cinder Scheduler
|
||||
upstream-source: ghcr.io/canonical/cinder-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/cinder-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
@@ -27,7 +27,7 @@ config:
|
||||
type: string
|
||||
description: Name of the snap to install.
|
||||
snap-channel:
|
||||
default: 2024.1/edge
|
||||
default: 2025.1/edge
|
||||
type: string
|
||||
rabbit-user:
|
||||
type: string
|
||||
|
@@ -46,7 +46,7 @@ run:
|
||||
|
||||
To deploy the local test instance:
|
||||
|
||||
juju deploy ./designate-k8s_ubuntu-20.04-amd64.charm --trust --resource designate-image=ghcr.io/canonical/designate:2024.1
|
||||
juju deploy ./designate-k8s_ubuntu-20.04-amd64.charm --trust --resource designate-image=ghcr.io/canonical/designate:2025.1
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@@ -49,7 +49,7 @@ designate-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
`ghcr.io/canonical/designate-consolidated:2024.1`
|
||||
`ghcr.io/canonical/designate-consolidated:2025.1`
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -44,7 +44,7 @@ resources:
|
||||
designate-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack designate
|
||||
upstream-source: ghcr.io/canonical/designate-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/designate-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
@@ -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/canonical/glance-api:2024.1
|
||||
juju deploy ./glance-k8s_ubuntu-20.04-amd64.charm --trust --resource glance-image=ghcr.io/canonical/glance-api:2025.1
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@@ -47,7 +47,7 @@ glance-k8s requires the following relations:
|
||||
|
||||
## OCI Images
|
||||
|
||||
The charm by default uses `ghcr.io/canonical/glance-api:2024.1` image.
|
||||
The charm by default uses `ghcr.io/canonical/glance-api:2025.1` image.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -300,7 +300,7 @@ resources:
|
||||
glance-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Glance
|
||||
upstream-source: ghcr.io/canonical/glance-api:2024.1
|
||||
upstream-source: ghcr.io/canonical/glance-api:2025.1
|
||||
|
||||
storage:
|
||||
local-repository:
|
||||
|
@@ -46,7 +46,7 @@ gnocchi-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
ghcr.io/canonical/gnocchi-consolidated:2024.1
|
||||
ghcr.io/canonical/gnocchi-consolidated:2025.1
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -269,11 +269,11 @@ resources:
|
||||
gnocchi-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Gnocchi api service
|
||||
upstream-source: ghcr.io/canonical/gnocchi-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/gnocchi-consolidated:2025.1
|
||||
gnocchi-metricd-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Gnocchi Metric service
|
||||
upstream-source: ghcr.io/canonical/gnocchi-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/gnocchi-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
@@ -60,7 +60,7 @@ heat-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
ghcr.io/canonical/heat-consolidated:2024.1
|
||||
ghcr.io/canonical/heat-consolidated:2025.1
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -41,11 +41,11 @@ resources:
|
||||
heat-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Heat
|
||||
upstream-source: ghcr.io/canonical/heat-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/heat-consolidated:2025.1
|
||||
heat-engine-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Heat Engine
|
||||
upstream-source: ghcr.io/canonical/heat-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/heat-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
@@ -45,7 +45,7 @@ run:
|
||||
|
||||
To deploy the local test instance:
|
||||
|
||||
juju deploy ./horizon-k8s_ubuntu-20.04-amd64.charm --trust --resource horizon-image=ghcr.io/canonical/horizon:2024.1
|
||||
juju deploy ./horizon-k8s_ubuntu-20.04-amd64.charm --trust --resource horizon-image=ghcr.io/canonical/horizon:2025.1
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@@ -44,7 +44,7 @@ horizon-k8s requires the following relations:
|
||||
|
||||
## OCI Images
|
||||
|
||||
The charm by default uses `ghcr.io/canonical/horizon:2024.1` image.
|
||||
The charm by default uses `ghcr.io/canonical/horizon:2025.1` image.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -202,7 +202,7 @@ resources:
|
||||
horizon-image:
|
||||
type: oci-image
|
||||
description: OCI image for Horizon
|
||||
upstream-source: ghcr.io/canonical/horizon:2024.1
|
||||
upstream-source: ghcr.io/canonical/horizon:2025.1
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
@@ -52,7 +52,7 @@ run:
|
||||
|
||||
To deploy the local test instance:
|
||||
|
||||
juju deploy ./keystone-k8s_ubuntu-20.04-amd64.charm --trust --resource keystone-image=ghcr.io/canonical/keystone:2024.1
|
||||
juju deploy ./keystone-k8s_ubuntu-20.04-amd64.charm --trust --resource keystone-image=ghcr.io/canonical/keystone:2025.1
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@@ -72,7 +72,7 @@ developers:
|
||||
|
||||
## OCI Images
|
||||
|
||||
The charm by default uses `ghcr.io/canonical/keystone:2024.1` image.
|
||||
The charm by default uses `ghcr.io/canonical/keystone:2025.1` image.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -121,7 +121,7 @@ resources:
|
||||
keystone-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Keystone
|
||||
upstream-source: ghcr.io/canonical/keystone:2024.1
|
||||
upstream-source: ghcr.io/canonical/keystone:2025.1
|
||||
|
||||
storage:
|
||||
fernet-keys:
|
||||
|
@@ -49,7 +49,7 @@ magnum-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
`ghcr.io/canonical/magnum-consolidated:2024.1`
|
||||
`ghcr.io/canonical/magnum-consolidated:2025.1`
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -43,11 +43,11 @@ resources:
|
||||
magnum-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack magnum
|
||||
upstream-source: ghcr.io/canonical/magnum-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/magnum-consolidated:2025.1
|
||||
magnum-conductor-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack magnum
|
||||
upstream-source: ghcr.io/canonical/magnum-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/magnum-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
@@ -47,7 +47,7 @@ masakari-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
ghcr.io/canonical/masakari-consolidated:2024.1
|
||||
ghcr.io/canonical/masakari-consolidated:2025.1
|
||||
|
||||
## Contributing
|
||||
|
||||
@@ -64,4 +64,4 @@ Please report bugs on [Launchpad][lp-bugs-charm-masakari-k8s].
|
||||
[contributors-guide]: https://opendev.org/openstack/charm-masakari-k8s/src/branch/main/CONTRIBUTING.md
|
||||
[juju-docs-actions]: https://jaas.ai/docs/actions
|
||||
[juju-docs-config-apps]: https://juju.is/docs/configuring-applications
|
||||
[lp-bugs-charm-masakari-k8s]: https://bugs.launchpad.net/sunbeam-charms/+filebug
|
||||
[lp-bugs-charm-masakari-k8s]: https://bugs.launchpad.net/sunbeam-charms/+filebug
|
||||
|
@@ -54,7 +54,7 @@ resources:
|
||||
masakari-image:
|
||||
description: OCI image for OpenStack Masakari services
|
||||
type: oci-image
|
||||
upstream-source: ghcr.io/canonical/masakari-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/masakari-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
amqp:
|
||||
|
@@ -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/canonical/neutron-server:2024.1
|
||||
juju deploy ./neutron-k8s_ubuntu-20.04-amd64.charm --trust --resource neutron-server-image=ghcr.io/canonical/neutron-server:2025.1
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@@ -50,7 +50,7 @@ neutron-k8s requires the following relations:
|
||||
|
||||
## OCI Images
|
||||
|
||||
The charm by default uses `ghcr.io/canonical/neutron-server:2024.1` image.
|
||||
The charm by default uses `ghcr.io/canonical/neutron-server:2025.1` image.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -118,7 +118,7 @@ resources:
|
||||
neutron-server-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Neutron API
|
||||
upstream-source: ghcr.io/canonical/neutron-server:2024.1
|
||||
upstream-source: ghcr.io/canonical/neutron-server:2025.1
|
||||
|
||||
requires:
|
||||
ingress-internal:
|
||||
|
@@ -50,7 +50,7 @@ run:
|
||||
|
||||
To deploy the local test instance:
|
||||
|
||||
juju deploy ./nova-k8s_ubuntu-20.04-amd64.charm --trust --resource nova-api-image=ghcr.io/canonical/nova-api:2024.1 --resource nova-scheduler-image=ghcr.io/canonical/nova-scheduler:2024.1 --resource nova-conductor-image=ghcr.io/canonical/nova-conductor:2024.1
|
||||
juju deploy ./nova-k8s_ubuntu-20.04-amd64.charm --trust --resource nova-api-image=ghcr.io/canonical/nova-api:2025.1 --resource nova-scheduler-image=ghcr.io/canonical/nova-scheduler:2025.1 --resource nova-conductor-image=ghcr.io/canonical/nova-conductor:2025.1
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@@ -50,9 +50,9 @@ nova-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
`ghcr.io/canonical/nova-api:2024.1`
|
||||
`ghcr.io/canonical/nova-scheduler:2024.1`
|
||||
`ghcr.io/canonical/nova-conductor:2024.1`
|
||||
`ghcr.io/canonical/nova-api:2025.1`
|
||||
`ghcr.io/canonical/nova-scheduler:2025.1`
|
||||
`ghcr.io/canonical/nova-conductor:2025.1`
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -51,19 +51,19 @@ resources:
|
||||
nova-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Nova API
|
||||
upstream-source: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-scheduler-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Nova Scheduler
|
||||
upstream-source: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-conductor-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Nova Conductor
|
||||
upstream-source: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-spiceproxy-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Nova Spice proxy
|
||||
upstream-source: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
ingress-internal:
|
||||
|
@@ -53,7 +53,7 @@ octavia-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
ghcr.io/canonical/octavia-consolidated:2024.1
|
||||
ghcr.io/canonical/octavia-consolidated:2025.1
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -46,15 +46,15 @@ resources:
|
||||
octavia-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack octavia
|
||||
upstream-source: ghcr.io/canonical/octavia-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/octavia-consolidated:2025.1
|
||||
octavia-driver-agent-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Octavia Driver Agent
|
||||
upstream-source: ghcr.io/canonical/octavia-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/octavia-consolidated:2025.1
|
||||
octavia-housekeeping-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Octavia Housekeeping
|
||||
upstream-source: ghcr.io/canonical/octavia-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/octavia-consolidated:2025.1
|
||||
|
||||
storage:
|
||||
agent-sockets:
|
||||
|
@@ -14,7 +14,7 @@ platforms:
|
||||
config:
|
||||
options:
|
||||
snap-channel:
|
||||
default: 2024.1/edge
|
||||
default: 2025.1/edge
|
||||
type: string
|
||||
debug:
|
||||
default: false
|
||||
|
@@ -46,7 +46,7 @@ openstack-images-sync-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
`ghcr.io/canonical/openstack-images-sync:2024.1`
|
||||
`ghcr.io/canonical/openstack-images-sync:2025.1`
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -53,7 +53,7 @@ resources:
|
||||
openstack-images-sync-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Images Sync
|
||||
upstream-source: ghcr.io/canonical/openstack-images-sync:2024.1
|
||||
upstream-source: ghcr.io/canonical/openstack-images-sync:2025.1
|
||||
|
||||
requires:
|
||||
ingress-internal:
|
||||
|
@@ -83,15 +83,15 @@ resources:
|
||||
ovn-sb-db-server-image:
|
||||
type: oci-image
|
||||
description: OCI image for OVN Southbound Database Server
|
||||
upstream-source: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
upstream-source: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-nb-db-server-image:
|
||||
type: oci-image
|
||||
description: OCI image for OVN Northbound Database Server
|
||||
upstream-source: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
upstream-source: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-northd-image:
|
||||
type: oci-image
|
||||
description: OCI image for OVN Northd
|
||||
upstream-source: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
upstream-source: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
|
||||
storage:
|
||||
databases:
|
||||
|
@@ -32,7 +32,7 @@ resources:
|
||||
ovn-sb-db-server-image:
|
||||
type: oci-image
|
||||
description: OCI image for OVN Southbound Database Server
|
||||
upstream-source: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
upstream-source: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
|
||||
requires:
|
||||
ovsdb-cms:
|
||||
|
@@ -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/canonical/placement-api:2024.1
|
||||
juju deploy ./placement-k8s_ubuntu-20.04-amd64.charm --trust --resource placement-image=ghcr.io/canonical/placement-api:2025.1
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
|
@@ -44,7 +44,7 @@ placement-k8s requires the following relations:
|
||||
|
||||
## OCI Images
|
||||
|
||||
The charm by default uses `ghcr.io/canonical/placement-api:2024.1` image.
|
||||
The charm by default uses `ghcr.io/canonical/placement-api:2025.1` image.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@@ -37,7 +37,7 @@ resources:
|
||||
placement-api-image:
|
||||
type: oci-image
|
||||
description: OCI image for OpenStack Placement
|
||||
upstream-source: ghcr.io/canonical/placement-api:2024.1
|
||||
upstream-source: ghcr.io/canonical/placement-api:2025.1
|
||||
|
||||
requires:
|
||||
database:
|
||||
|
@@ -12,7 +12,7 @@ platforms:
|
||||
config:
|
||||
options:
|
||||
snap-channel:
|
||||
default: 2024.1/edge
|
||||
default: 2025.1/edge
|
||||
type: string
|
||||
debug:
|
||||
default: false
|
||||
|
@@ -48,7 +48,7 @@ watcher-k8s requires the following relations:
|
||||
|
||||
The charm by default uses following images:
|
||||
|
||||
ghcr.io/canonical/watcher-consolidated:2024.1
|
||||
ghcr.io/canonical/watcher-consolidated:2025.1
|
||||
|
||||
## Contributing
|
||||
|
||||
@@ -65,4 +65,4 @@ Please report bugs on [Launchpad][lp-bugs-charm-watcher-k8s].
|
||||
[contributors-guide]: https://opendev.org/openstack/charm-watcher-k8s/src/branch/main/CONTRIBUTING.md
|
||||
[juju-docs-actions]: https://jaas.ai/docs/actions
|
||||
[juju-docs-config-apps]: https://juju.is/docs/configuring-applications
|
||||
[lp-bugs-charm-watcher-k8s]: https://bugs.launchpad.net/sunbeam-charms/+filebug
|
||||
[lp-bugs-charm-watcher-k8s]: https://bugs.launchpad.net/sunbeam-charms/+filebug
|
||||
|
@@ -62,7 +62,7 @@ resources:
|
||||
watcher-image:
|
||||
description: OCI image for OpenStack Watcher services
|
||||
type: oci-image
|
||||
upstream-source: ghcr.io/canonical/watcher-consolidated:2024.1
|
||||
upstream-source: ghcr.io/canonical/watcher-consolidated:2025.1
|
||||
|
||||
requires:
|
||||
amqp:
|
||||
|
2
rebuild
2
rebuild
@@ -1,3 +1,3 @@
|
||||
# This file is used to trigger a build.
|
||||
# Change uuid to trigger a new build on every charms.
|
||||
eebaa46e-04a7-11f0-a324-eb3531be8c6a
|
||||
89402fbf-af46-4f72-b646-ef845cacddb2
|
||||
|
@@ -43,33 +43,33 @@ applications:
|
||||
charm: ../../../ovn-central-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:ovn-central-k8s
|
||||
channel: 24.03/edge
|
||||
channel: 25.03/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-nb-db-server-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-northd-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-nb-db-server-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-northd-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-relay:
|
||||
{% if ovn_relay_k8s is defined and ovn_relay_k8s is sameas true -%}
|
||||
charm: ../../../ovn-relay-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:ovn-relay-k8s
|
||||
channel: 24.03/edge
|
||||
channel: 25.03/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
keystone:
|
||||
{% if keystone_k8s is defined and keystone_k8s is sameas true -%}
|
||||
charm: ../../../keystone-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:keystone-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -78,13 +78,13 @@ applications:
|
||||
fernet-keys: 5M
|
||||
credential-keys: 5M
|
||||
resources:
|
||||
keystone-image: ghcr.io/canonical/keystone:2024.1
|
||||
keystone-image: ghcr.io/canonical/keystone:2025.1
|
||||
glance:
|
||||
{% if glance_k8s is defined and glance_k8s is sameas true -%}
|
||||
charm: ../../../glance-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:glance-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -92,40 +92,40 @@ applications:
|
||||
storage:
|
||||
local-repository: 10G
|
||||
resources:
|
||||
glance-api-image: ghcr.io/canonical/glance-api:2024.1
|
||||
glance-api-image: ghcr.io/canonical/glance-api:2025.1
|
||||
nova:
|
||||
{% if nova_k8s is defined and nova_k8s is sameas true -%}
|
||||
charm: ../../../nova-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:nova-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
nova-api-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-scheduler-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-conductor-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-spiceproxy-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-api-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-scheduler-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-conductor-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-spiceproxy-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
placement:
|
||||
{% if placement_k8s is defined and placement_k8s is sameas true -%}
|
||||
charm: ../../../placement-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:placement-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
placement-api-image: ghcr.io/canonical/placement-api:2024.1
|
||||
placement-api-image: ghcr.io/canonical/placement-api:2025.1
|
||||
neutron:
|
||||
{% if neutron_k8s is defined and neutron_k8s is sameas true -%}
|
||||
charm: ../../../neutron-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:neutron-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -133,51 +133,51 @@ applications:
|
||||
options:
|
||||
debug: true
|
||||
resources:
|
||||
neutron-server-image: ghcr.io/canonical/neutron-server:2024.1
|
||||
neutron-server-image: ghcr.io/canonical/neutron-server:2025.1
|
||||
cinder:
|
||||
{% if cinder_k8s is defined and cinder_k8s is sameas true -%}
|
||||
charm: ../../../cinder-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:cinder-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
cinder-api-image: ghcr.io/canonical/cinder-consolidated:2024.1
|
||||
cinder-scheduler-image: ghcr.io/canonical/cinder-consolidated:2024.1
|
||||
cinder-api-image: ghcr.io/canonical/cinder-consolidated:2025.1
|
||||
cinder-scheduler-image: ghcr.io/canonical/cinder-consolidated:2025.1
|
||||
cinder-ceph:
|
||||
{% if cinder_ceph_k8s is defined and cinder_ceph_k8s is sameas true -%}
|
||||
charm: ../../../cinder-ceph-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:cinder-ceph-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
cinder-volume-image: ghcr.io/canonical/cinder-consolidated:2024.1
|
||||
cinder-volume-image: ghcr.io/canonical/cinder-consolidated:2025.1
|
||||
horizon:
|
||||
{% if horizon_k8s is defined and horizon_k8s is sameas true -%}
|
||||
charm: ../../../horizon-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:horizon-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
horizon-image: ghcr.io/canonical/horizon:2024.1
|
||||
horizon-image: ghcr.io/canonical/horizon:2025.1
|
||||
# Images Sync feature
|
||||
openstack-images-sync:
|
||||
{% if openstack_images_sync_k8s is defined and openstack_images_sync_k8s is sameas true -%}
|
||||
charm: ../../../openstack-images-sync-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:openstack-images-sync-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -188,7 +188,7 @@ applications:
|
||||
release: jammy
|
||||
max-items: 1
|
||||
resources:
|
||||
openstack-images-sync-image: ghcr.io/canonical/openstack-images-sync:2024.1
|
||||
openstack-images-sync-image: ghcr.io/canonical/openstack-images-sync:2025.1
|
||||
# Vault feature
|
||||
vault:
|
||||
charm: ch:vault-k8s
|
||||
@@ -203,106 +203,106 @@ applications:
|
||||
charm: ../../../barbican-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:barbican-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: false
|
||||
resources:
|
||||
barbican-api-image: ghcr.io/canonical/barbican-consolidated:2024.1
|
||||
barbican-worker-image: ghcr.io/canonical/barbican-consolidated:2024.1
|
||||
barbican-api-image: ghcr.io/canonical/barbican-consolidated:2025.1
|
||||
barbican-worker-image: ghcr.io/canonical/barbican-consolidated:2025.1
|
||||
# Orchestration feature
|
||||
heat:
|
||||
{% if heat_k8s is defined and heat_k8s is sameas true -%}
|
||||
charm: ../../../heat-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:heat-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
heat-api-image: ghcr.io/canonical/heat-consolidated:2024.1
|
||||
heat-engine-image: ghcr.io/canonical/heat-consolidated:2024.1
|
||||
heat-api-image: ghcr.io/canonical/heat-consolidated:2025.1
|
||||
heat-engine-image: ghcr.io/canonical/heat-consolidated:2025.1
|
||||
# Load Balancer feature
|
||||
octavia:
|
||||
{% if octavia_k8s is defined and octavia_k8s is sameas true -%}
|
||||
charm: ../../../octavia-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:octavia-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
octavia-api-image: ghcr.io/canonical/octavia-consolidated:2024.1
|
||||
octavia-driver-agent-image: ghcr.io/canonical/octavia-consolidated:2024.1
|
||||
octavia-housekeeping-image: ghcr.io/canonical/octavia-consolidated:2024.1
|
||||
octavia-api-image: ghcr.io/canonical/octavia-consolidated:2025.1
|
||||
octavia-driver-agent-image: ghcr.io/canonical/octavia-consolidated:2025.1
|
||||
octavia-housekeeping-image: ghcr.io/canonical/octavia-consolidated:2025.1
|
||||
# CAAS feature
|
||||
magnum:
|
||||
{% if magnum_k8s is defined and magnum_k8s is sameas true -%}
|
||||
charm: ../../../magnum-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:magnum-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: false
|
||||
resources:
|
||||
magnum-api-image: ghcr.io/canonical/magnum-consolidated:2024.1
|
||||
magnum-conductor-image: ghcr.io/canonical/magnum-consolidated:2024.1
|
||||
magnum-api-image: ghcr.io/canonical/magnum-consolidated:2025.1
|
||||
magnum-conductor-image: ghcr.io/canonical/magnum-consolidated:2025.1
|
||||
# Telemetry feature
|
||||
gnocchi:
|
||||
{% if gnocchi_k8s is defined and gnocchi_k8s is sameas true -%}
|
||||
charm: ../../../gnocchi-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:gnocchi-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
gnocchi-api-image: ghcr.io/canonical/gnocchi-consolidated:2024.1
|
||||
gnocchi-metricd-image: ghcr.io/canonical/gnocchi-consolidated:2024.1
|
||||
gnocchi-api-image: ghcr.io/canonical/gnocchi-consolidated:2025.1
|
||||
gnocchi-metricd-image: ghcr.io/canonical/gnocchi-consolidated:2025.1
|
||||
ceilometer:
|
||||
{% if ceilometer_k8s is defined and ceilometer_k8s is sameas true -%}
|
||||
charm: ../../../ceilometer-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:ceilometer-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
ceilometer-central-image: ghcr.io/canonical/ceilometer-consolidated:2024.1
|
||||
ceilometer-notification-image: ghcr.io/canonical/ceilometer-consolidated:2024.1
|
||||
ceilometer-central-image: ghcr.io/canonical/ceilometer-consolidated:2025.1
|
||||
ceilometer-notification-image: ghcr.io/canonical/ceilometer-consolidated:2025.1
|
||||
aodh:
|
||||
{% if aodh_k8s is defined and aodh_k8s is sameas true -%}
|
||||
charm: ../../../aodh-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:aodh-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
aodh-api-image: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
aodh-evaluator-image: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
aodh-notifier-image: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
aodh-listener-image: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
aodh-expirer-image: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
aodh-api-image: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-evaluator-image: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-notifier-image: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-listener-image: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-expirer-image: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
openstack-exporter:
|
||||
{% if openstack_exporter_k8s is defined and openstack_exporter_k8s is sameas true -%}
|
||||
charm: ../../../openstack-exporter-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:openstack-exporter-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -314,13 +314,13 @@ applications:
|
||||
# charm: ../../../watcher-k8s.charm
|
||||
# {% else -%}
|
||||
# charm: ch:watcher-k8s
|
||||
# channel: 2024.1/edge
|
||||
# channel: 2025.1/edge
|
||||
# {% endif -%}
|
||||
# base: ubuntu@24.04
|
||||
# scale: 1
|
||||
# trust: true
|
||||
# resources:
|
||||
# watcher-image: ghcr.io/canonical/watcher-consolidated:2024.1
|
||||
# watcher-image: ghcr.io/canonical/watcher-consolidated:2025.1
|
||||
# DNS feature
|
||||
designate-bind:
|
||||
{% if designate_bind_k8s is defined and designate_bind_k8s is sameas true -%}
|
||||
@@ -339,19 +339,19 @@ applications:
|
||||
charm: ../../../designate-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:designate-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: false
|
||||
resources:
|
||||
designate-image: ghcr.io/canonical/designate-consolidated:2024.1
|
||||
designate-image: ghcr.io/canonical/designate-consolidated:2025.1
|
||||
keystone-ldap:
|
||||
{% if keystone_ldap_k8s is defined and keystone_ldap_k8s is sameas true -%}
|
||||
charm: ../../../keystone-ldap-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:keystone-ldap-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -361,13 +361,13 @@ applications:
|
||||
charm: ../../../masakari-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:masakari-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
masakari-image: ghcr.io/canonical/masakari-consolidated:2024.1
|
||||
masakari-image: ghcr.io/canonical/masakari-consolidated:2025.1
|
||||
consul:
|
||||
charm: consul-k8s
|
||||
channel: 1.19/edge
|
||||
|
@@ -9,7 +9,7 @@ configure:
|
||||
- zaza.openstack.charm_tests.nova.setup.create_flavors
|
||||
- zaza.openstack.charm_tests.nova.setup.manage_ssh_key
|
||||
tests:
|
||||
- zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneMinimal
|
||||
- zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneMinimalNewRBAC
|
||||
- zaza.sunbeam.charm_tests.openstack_images_sync_k8s.tests.OpenStackImagesSyncK8sTest
|
||||
tests_options:
|
||||
trust:
|
||||
|
@@ -45,21 +45,21 @@ applications:
|
||||
charm: ../../../ovn-central-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:ovn-central-k8s
|
||||
channel: 24.03/edge
|
||||
channel: 25.03/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-nb-db-server-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-northd-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-nb-db-server-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-northd-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
keystone:
|
||||
{% if keystone_k8s is defined and keystone_k8s is sameas true -%}
|
||||
charm: ../../../keystone-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:keystone-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -68,13 +68,13 @@ applications:
|
||||
fernet-keys: 5M
|
||||
credential-keys: 5M
|
||||
resources:
|
||||
keystone-image: ghcr.io/canonical/keystone:2024.1
|
||||
keystone-image: ghcr.io/canonical/keystone:2025.1
|
||||
glance:
|
||||
{% if glance_k8s is defined and glance_k8s is sameas true -%}
|
||||
charm: ../../../glance-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:glance-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -82,60 +82,60 @@ applications:
|
||||
storage:
|
||||
local-repository: 10G
|
||||
resources:
|
||||
glance-api-image: ghcr.io/canonical/glance-api:2024.1
|
||||
glance-api-image: ghcr.io/canonical/glance-api:2025.1
|
||||
heat:
|
||||
{% if heat_k8s is defined and heat_k8s is sameas true -%}
|
||||
charm: ../../../heat-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:heat-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
heat-api-image: ghcr.io/canonical/heat-consolidated:2024.1
|
||||
heat-engine-image: ghcr.io/canonical/heat-consolidated:2024.1
|
||||
heat-api-image: ghcr.io/canonical/heat-consolidated:2025.1
|
||||
heat-engine-image: ghcr.io/canonical/heat-consolidated:2025.1
|
||||
octavia:
|
||||
{% if octavia_k8s is defined and octavia_k8s is sameas true -%}
|
||||
charm: ../../../octavia-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:octavia-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
octavia-api-image: ghcr.io/canonical/octavia-consolidated:2024.1
|
||||
octavia-driver-agent-image: ghcr.io/canonical/octavia-consolidated:2024.1
|
||||
octavia-housekeeping-image: ghcr.io/canonical/octavia-consolidated:2024.1
|
||||
octavia-api-image: ghcr.io/canonical/octavia-consolidated:2025.1
|
||||
octavia-driver-agent-image: ghcr.io/canonical/octavia-consolidated:2025.1
|
||||
octavia-housekeeping-image: ghcr.io/canonical/octavia-consolidated:2025.1
|
||||
barbican:
|
||||
{% if barbican_k8s is defined and barbican_k8s is sameas true -%}
|
||||
charm: ../../../barbican-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:barbican-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: false
|
||||
resources:
|
||||
barbican-api-image: ghcr.io/canonical/barbican-consolidated:2024.1
|
||||
barbican-worker-image: ghcr.io/canonical/barbican-consolidated:2024.1
|
||||
barbican-api-image: ghcr.io/canonical/barbican-consolidated:2025.1
|
||||
barbican-worker-image: ghcr.io/canonical/barbican-consolidated:2025.1
|
||||
magnum:
|
||||
{% if magnum_k8s is defined and magnum_k8s is sameas true -%}
|
||||
charm: ../../../magnum-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:magnum-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: false
|
||||
resources:
|
||||
magnum-api-image: ghcr.io/canonical/magnum-consolidated:2024.1
|
||||
magnum-conductor-image: ghcr.io/canonical/magnum-consolidated:2024.1
|
||||
magnum-api-image: ghcr.io/canonical/magnum-consolidated:2025.1
|
||||
magnum-conductor-image: ghcr.io/canonical/magnum-consolidated:2025.1
|
||||
|
||||
relations:
|
||||
- - tls-operator:certificates
|
||||
|
@@ -7,7 +7,7 @@ configure:
|
||||
- zaza.sunbeam.charm_tests.keystone.setup.wait_for_all_endpoints
|
||||
- zaza.openstack.charm_tests.keystone.setup.add_tempest_roles
|
||||
tests:
|
||||
- zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneMinimal
|
||||
- zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneMinimalNewRBAC
|
||||
tests_options:
|
||||
trust:
|
||||
- smoke
|
||||
|
@@ -31,7 +31,7 @@ applications:
|
||||
charm: ../../../keystone-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:keystone-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -40,86 +40,86 @@ applications:
|
||||
fernet-keys: 5M
|
||||
credential-keys: 5M
|
||||
resources:
|
||||
keystone-image: ghcr.io/canonical/keystone:2024.1
|
||||
keystone-image: ghcr.io/canonical/keystone:2025.1
|
||||
cinder:
|
||||
{% if cinder_k8s is defined and cinder_k8s is sameas true -%}
|
||||
charm: ../../../cinder-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:cinder-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
cinder-api-image: ghcr.io/canonical/cinder-consolidated:2024.1
|
||||
cinder-scheduler-image: ghcr.io/canonical/cinder-consolidated:2024.1
|
||||
cinder-api-image: ghcr.io/canonical/cinder-consolidated:2025.1
|
||||
cinder-scheduler-image: ghcr.io/canonical/cinder-consolidated:2025.1
|
||||
cinder-ceph:
|
||||
{% if cinder_ceph_k8s is defined and cinder_ceph_k8s is sameas true -%}
|
||||
charm: ../../../cinder-ceph-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:cinder-ceph-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
cinder-volume-image: ghcr.io/canonical/cinder-consolidated:2024.1
|
||||
cinder-volume-image: ghcr.io/canonical/cinder-consolidated:2025.1
|
||||
gnocchi:
|
||||
{% if gnocchi_k8s is defined and gnocchi_k8s is sameas true -%}
|
||||
charm: ../../../gnocchi-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:gnocchi-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
gnocchi-api-image: ghcr.io/canonical/gnocchi-consolidated:2024.1
|
||||
gnocchi-metricd-image: ghcr.io/canonical/gnocchi-consolidated:2024.1
|
||||
gnocchi-api-image: ghcr.io/canonical/gnocchi-consolidated:2025.1
|
||||
gnocchi-metricd-image: ghcr.io/canonical/gnocchi-consolidated:2025.1
|
||||
ceilometer:
|
||||
{% if ceilometer_k8s is defined and ceilometer_k8s is sameas true -%}
|
||||
charm: ../../../ceilometer-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:ceilometer-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
ceilometer-central-image: ghcr.io/canonical/ceilometer-consolidated:2024.1
|
||||
ceilometer-notification-image: ghcr.io/canonical/ceilometer-consolidated:2024.1
|
||||
ceilometer-central-image: ghcr.io/canonical/ceilometer-consolidated:2025.1
|
||||
ceilometer-notification-image: ghcr.io/canonical/ceilometer-consolidated:2025.1
|
||||
aodh:
|
||||
{% if aodh_k8s is defined and aodh_k8s is sameas true -%}
|
||||
charm: ../../../aodh-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:aodh-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
aodh-api-image: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
aodh-evaluator-image: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
aodh-notifier-image: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
aodh-listener-image: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
aodh-expirer-image: ghcr.io/canonical/aodh-consolidated:2024.1
|
||||
aodh-api-image: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-evaluator-image: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-notifier-image: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-listener-image: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
aodh-expirer-image: ghcr.io/canonical/aodh-consolidated:2025.1
|
||||
watcher:
|
||||
{% if watcher_k8s is defined and watcher_k8s is sameas true -%}
|
||||
charm: ../../../watcher-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:watcher-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
watcher-image: ghcr.io/canonical/watcher-consolidated:2024.1
|
||||
watcher-image: ghcr.io/canonical/watcher-consolidated:2025.1
|
||||
|
||||
relations:
|
||||
- - mysql:database
|
||||
|
@@ -38,33 +38,33 @@ applications:
|
||||
charm: ../../../ovn-central-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:ovn-central-k8s
|
||||
channel: 24.03/edge
|
||||
channel: 25.03/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-nb-db-server-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-northd-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-nb-db-server-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-northd-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-relay:
|
||||
{% if ovn_relay_k8s is defined and ovn_relay_k8s is sameas true -%}
|
||||
charm: ../../../ovn-relay-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:ovn-relay-k8s
|
||||
channel: 24.03/edge
|
||||
channel: 25.03/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
keystone:
|
||||
{% if keystone_k8s is defined and keystone_k8s is sameas true -%}
|
||||
charm: ../../../keystone-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:keystone-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -73,13 +73,13 @@ applications:
|
||||
fernet-keys: 5M
|
||||
credential-keys: 5M
|
||||
resources:
|
||||
keystone-image: ghcr.io/canonical/keystone:2024.1
|
||||
keystone-image: ghcr.io/canonical/keystone:2025.1
|
||||
glance:
|
||||
{% if glance_k8s is defined and glance_k8s is sameas true -%}
|
||||
charm: ../../../glance-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:glance-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -87,40 +87,40 @@ applications:
|
||||
storage:
|
||||
local-repository: 10G
|
||||
resources:
|
||||
glance-api-image: ghcr.io/canonical/glance-api:2024.1
|
||||
glance-api-image: ghcr.io/canonical/glance-api:2025.1
|
||||
nova:
|
||||
{% if nova_k8s is defined and nova_k8s is sameas true -%}
|
||||
charm: ../../../nova-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:nova-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
nova-api-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-scheduler-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-conductor-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-spiceproxy-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-api-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-scheduler-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-conductor-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-spiceproxy-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
placement:
|
||||
{% if placement_k8s is defined and placement_k8s is sameas true -%}
|
||||
charm: ../../../placement-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:placement-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
placement-api-image: ghcr.io/canonical/placement-api:2024.1
|
||||
placement-api-image: ghcr.io/canonical/placement-api:2025.1
|
||||
neutron:
|
||||
{% if neutron_k8s is defined and neutron_k8s is sameas true -%}
|
||||
charm: ../../../neutron-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:neutron-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -128,13 +128,13 @@ applications:
|
||||
options:
|
||||
debug: true
|
||||
resources:
|
||||
neutron-server-image: ghcr.io/canonical/neutron-server:2024.1
|
||||
neutron-server-image: ghcr.io/canonical/neutron-server:2025.1
|
||||
openstack-images-sync:
|
||||
{% if openstack_images_sync_k8s is defined and openstack_images_sync_k8s is sameas true -%}
|
||||
charm: ../../../openstack-images-sync-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:openstack-images-sync-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -145,7 +145,7 @@ applications:
|
||||
release: jammy
|
||||
max-items: 1
|
||||
resources:
|
||||
openstack-images-sync-image: ghcr.io/canonical/openstack-images-sync:2024.1
|
||||
openstack-images-sync-image: ghcr.io/canonical/openstack-images-sync:2025.1
|
||||
|
||||
relations:
|
||||
- - tls-operator:certificates
|
||||
|
@@ -9,7 +9,7 @@ configure:
|
||||
- zaza.openstack.charm_tests.nova.setup.create_flavors
|
||||
- zaza.openstack.charm_tests.nova.setup.manage_ssh_key
|
||||
tests:
|
||||
- zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneMinimal
|
||||
- zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneMinimalNewRBAC
|
||||
- zaza.sunbeam.charm_tests.openstack_images_sync_k8s.tests.OpenStackImagesSyncK8sTest
|
||||
tests_options:
|
||||
trust:
|
||||
|
@@ -12,7 +12,7 @@ applications:
|
||||
charm: ../../../sunbeam-machine.charm
|
||||
{% else -%}
|
||||
charm: ch:sunbeam-machine
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@22.04
|
||||
constraints: *constraints
|
||||
@@ -24,7 +24,7 @@ applications:
|
||||
charm: ../../../sunbeam-clusterd.charm
|
||||
{% else -%}
|
||||
charm: ch:sunbeam-clusterd
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@22.04
|
||||
constraints: *constraints
|
||||
|
@@ -36,7 +36,7 @@ applications:
|
||||
charm: ../../../keystone-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:keystone-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -45,7 +45,7 @@ applications:
|
||||
fernet-keys: 5M
|
||||
credential-keys: 5M
|
||||
resources:
|
||||
keystone-image: ghcr.io/canonical/keystone:2024.1
|
||||
keystone-image: ghcr.io/canonical/keystone:2025.1
|
||||
designate-bind:
|
||||
{% if designate_bind_k8s is defined and designate_bind_k8s is sameas true -%}
|
||||
charm: ../../../designate-bind-k8s.charm
|
||||
@@ -63,19 +63,19 @@ applications:
|
||||
charm: ../../../designate-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:designate-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: false
|
||||
resources:
|
||||
designate-image: ghcr.io/canonical/designate-consolidated:2024.1
|
||||
designate-image: ghcr.io/canonical/designate-consolidated:2025.1
|
||||
keystone-ldap:
|
||||
{% if keystone_ldap_k8s is defined and keystone_ldap_k8s is sameas true -%}
|
||||
charm: ../../../keystone-ldap-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:keystone-ldap-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -84,7 +84,7 @@ applications:
|
||||
charm: ../../../openstack-exporter-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:openstack-exporter-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -95,25 +95,25 @@ applications:
|
||||
charm: ../../../horizon-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:horizon-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
horizon-image: ghcr.io/canonical/horizon:2024.1
|
||||
horizon-image: ghcr.io/canonical/horizon:2025.1
|
||||
masakari:
|
||||
{% if masakari_k8s is defined and masakari_k8s is sameas true -%}
|
||||
charm: ../../../masakari-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:masakari-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
masakari-image: ghcr.io/canonical/masakari-consolidated:2024.1
|
||||
masakari-image: ghcr.io/canonical/masakari-consolidated:2025.1
|
||||
consul:
|
||||
charm: consul-k8s
|
||||
channel: 1.19/edge
|
||||
|
@@ -10,7 +10,7 @@ configure:
|
||||
tests:
|
||||
- zaza.charm_tests.noop.tests.NoopTest
|
||||
# Tests commented until bug fix for https://bugs.launchpad.net/snap-openstack/+bug/2045206
|
||||
# - zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneMinimal
|
||||
# - zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneMinimalNewRBAC
|
||||
# - zaza.openstack.charm_tests.keystone.tests_ldap_k8s.LdapExplicitCharmConfigTestsK8S
|
||||
# - zaza.openstack.charm_tests.openstack_exporter.tests.OpenstackExporterTest
|
||||
tests_options:
|
||||
|
@@ -38,33 +38,33 @@ applications:
|
||||
charm: ../../../ovn-central-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:ovn-central-k8s
|
||||
channel: 24.03/edge
|
||||
channel: 25.03/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-nb-db-server-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-northd-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-nb-db-server-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-northd-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
ovn-relay:
|
||||
{% if ovn_relay_k8s is defined and ovn_relay_k8s is sameas true -%}
|
||||
charm: ../../../ovn-relay-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:ovn-relay-k8s
|
||||
channel: 24.03/edge
|
||||
channel: 25.03/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:24.03
|
||||
ovn-sb-db-server-image: ghcr.io/canonical/ovn-consolidated:25.03
|
||||
keystone:
|
||||
{% if keystone_k8s is defined and keystone_k8s is sameas true -%}
|
||||
charm: ../../../keystone-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:keystone-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -73,13 +73,13 @@ applications:
|
||||
fernet-keys: 5M
|
||||
credential-keys: 5M
|
||||
resources:
|
||||
keystone-image: ghcr.io/canonical/keystone:2024.1
|
||||
keystone-image: ghcr.io/canonical/keystone:2025.1
|
||||
glance:
|
||||
{% if glance_k8s is defined and glance_k8s is sameas true -%}
|
||||
charm: ../../../glance-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:glance-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -87,40 +87,40 @@ applications:
|
||||
storage:
|
||||
local-repository: 10G
|
||||
resources:
|
||||
glance-api-image: ghcr.io/canonical/glance-api:2024.1
|
||||
glance-api-image: ghcr.io/canonical/glance-api:2025.1
|
||||
nova:
|
||||
{% if nova_k8s is defined and nova_k8s is sameas true -%}
|
||||
charm: ../../../nova-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:nova-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
nova-api-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-scheduler-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-conductor-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-spiceproxy-image: ghcr.io/canonical/nova-consolidated:2024.1
|
||||
nova-api-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-scheduler-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-conductor-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
nova-spiceproxy-image: ghcr.io/canonical/nova-consolidated:2025.1
|
||||
placement:
|
||||
{% if placement_k8s is defined and placement_k8s is sameas true -%}
|
||||
charm: ../../../placement-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:placement-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
trust: true
|
||||
resources:
|
||||
placement-api-image: ghcr.io/canonical/placement-api:2024.1
|
||||
placement-api-image: ghcr.io/canonical/placement-api:2025.1
|
||||
neutron:
|
||||
{% if neutron_k8s is defined and neutron_k8s is sameas true -%}
|
||||
charm: ../../../neutron-k8s.charm
|
||||
{% else -%}
|
||||
charm: ch:neutron-k8s
|
||||
channel: 2024.1/edge
|
||||
channel: 2025.1/edge
|
||||
{% endif -%}
|
||||
base: ubuntu@24.04
|
||||
scale: 1
|
||||
@@ -128,7 +128,7 @@ applications:
|
||||
options:
|
||||
debug: true
|
||||
resources:
|
||||
neutron-server-image: ghcr.io/canonical/neutron-server:2024.1
|
||||
neutron-server-image: ghcr.io/canonical/neutron-server:2025.1
|
||||
tempest:
|
||||
{% if tempest_k8s is defined and tempest_k8s is sameas true -%}
|
||||
charm: ../../../tempest-k8s.charm
|
||||
|
@@ -20,33 +20,33 @@
|
||||
charmcraft_channel: 3.x/stable
|
||||
publish_charm: true
|
||||
publish_channels:
|
||||
keystone-k8s: 2024.1/edge
|
||||
glance-k8s: 2024.1/edge
|
||||
nova-k8s: 2024.1/edge
|
||||
placement-k8s: 2024.1/edge
|
||||
neutron-k8s: 2024.1/edge
|
||||
ovn-central-k8s: 24.03/edge
|
||||
ovn-relay-k8s: 24.03/edge
|
||||
cinder-k8s: 2024.1/edge
|
||||
cinder-volume: 2024.1/edge
|
||||
cinder-volume-ceph: 2024.1/edge
|
||||
cinder-ceph-k8s: 2024.1/edge
|
||||
horizon-k8s: 2024.1/edge
|
||||
heat-k8s: 2024.1/edge
|
||||
octavia-k8s: 2024.1/edge
|
||||
aodh-k8s: 2024.1/edge
|
||||
ceilometer-k8s: 2024.1/edge
|
||||
gnocchi-k8s: 2024.1/edge
|
||||
barbican-k8s: 2024.1/edge
|
||||
designate-k8s: 2024.1/edge
|
||||
keystone-k8s: 2025.1/edge
|
||||
glance-k8s: 2025.1/edge
|
||||
nova-k8s: 2025.1/edge
|
||||
placement-k8s: 2025.1/edge
|
||||
neutron-k8s: 2025.1/edge
|
||||
ovn-central-k8s: 25.03/edge
|
||||
ovn-relay-k8s: 25.03/edge
|
||||
cinder-k8s: 2025.1/edge
|
||||
cinder-volume: 2025.1/edge
|
||||
cinder-volume-ceph: 2025.1/edge
|
||||
cinder-ceph-k8s: 2025.1/edge
|
||||
horizon-k8s: 2025.1/edge
|
||||
heat-k8s: 2025.1/edge
|
||||
octavia-k8s: 2025.1/edge
|
||||
aodh-k8s: 2025.1/edge
|
||||
ceilometer-k8s: 2025.1/edge
|
||||
gnocchi-k8s: 2025.1/edge
|
||||
barbican-k8s: 2025.1/edge
|
||||
designate-k8s: 2025.1/edge
|
||||
designate-bind-k8s: 9/edge
|
||||
magnum-k8s: 2024.1/edge
|
||||
masakari-k8s: 2024.1/edge
|
||||
keystone-ldap-k8s: 2024.1/edge
|
||||
openstack-exporter-k8s: 2024.1/edge
|
||||
openstack-hypervisor: 2024.1/edge
|
||||
openstack-images-sync-k8s: 2024.1/edge
|
||||
sunbeam-machine: 2024.1/edge
|
||||
sunbeam-clusterd: 2024.1/edge
|
||||
magnum-k8s: 2025.1/edge
|
||||
masakari-k8s: 2025.1/edge
|
||||
keystone-ldap-k8s: 2025.1/edge
|
||||
openstack-exporter-k8s: 2025.1/edge
|
||||
openstack-hypervisor: 2025.1/edge
|
||||
openstack-images-sync-k8s: 2025.1/edge
|
||||
sunbeam-machine: 2025.1/edge
|
||||
sunbeam-clusterd: 2025.1/edge
|
||||
tempest-k8s: 2024.1/edge
|
||||
watcher-k8s: 2024.1/edge
|
||||
watcher-k8s: 2025.1/edge
|
||||
|
Reference in New Issue
Block a user