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