Update the bundles to use the stable track, edge risk for victoria

This update points the charms to the appropriate channel for
the charm being used, either from ceph, openstack, ovn or the
misc tracks for victoria.

Change-Id: I4cbee98315a503fcffd97654569029f2632552f7
This commit is contained in:
Alex Kavanagh
2022-06-17 15:35:38 +01:00
parent d371dc7aad
commit fef8e59ba2
3 changed files with 8 additions and 7 deletions

View File

@@ -42,7 +42,8 @@ git+https://github.com/openstack-charmers/zaza.git@stable/victoria#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git@stable/victoria#egg=zaza.openstack
# Needed for charm-glance:
git+https://opendev.org/openstack/tempest.git#egg=tempest;python_version>='3.6'
git+https://opendev.org/openstack/tempest.git#egg=tempest;python_version>='3.8'
tempest<31.0.0;python_version<'3.8' and python_version>='3.6'
tempest<24.0.0;python_version<'3.6'
croniter # needed for charm-rabbitmq-server unit tests

View File

@@ -23,10 +23,10 @@ applications:
keystone-mysql-router:
charm: ch:mysql-router
channel: 8.0.19/stable
channel: 8.0/edge
glance-mysql-router:
charm: ch:mysql-router
channel: 8.0.19/stable
channel: 8.0/edge
mysql-innodb-cluster:
charm: ch:mysql-innodb-cluster
@@ -37,7 +37,7 @@ applications:
- '0'
- '1'
- '2'
channel: 8.0.19/stable
channel: 8.0/edge
keystone:
expose: True

View File

@@ -23,10 +23,10 @@ applications:
keystone-mysql-router:
charm: ch:mysql-router
channel: 8.0.19/stable
channel: 8.0/edge
glance-mysql-router:
charm: ch:mysql-router
channel: 8.0.19/stable
channel: 8.0/edge
mysql-innodb-cluster:
charm: ch:mysql-innodb-cluster
@@ -37,7 +37,7 @@ applications:
- '0'
- '1'
- '2'
channel: 8.0.19/stable
channel: 8.0/edge
keystone:
expose: True