Skip to content

Commit

Permalink
Update the bundles to use the stable track, edge risk for xena
Browse files Browse the repository at this point in the history
This update points the charms to the appropriate channel for
the charm being used, either from ceph, openstack, ovn or the
misc tracks for xena.

Change-Id: I8c79ccd3346cba831a39533ed33fdf24fbcd5c86
ajkavanagh committed Jun 30, 2022
1 parent ba0ee24 commit 961f9c3
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -42,7 +42,8 @@ git+https://github.com/openstack-charmers/zaza.git@stable/xena#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git@stable/xena#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'
tempest<24.0.0;python_version<'3.6'

croniter # needed for charm-rabbitmq-server unit tests
6 changes: 3 additions & 3 deletions tests/bundles/focal-wallaby.yaml
Original file line number Diff line number Diff line change
@@ -23,10 +23,10 @@ applications:

keystone-mysql-router:
charm: ch:mysql-router
channel: 8.0.19/edge
channel: 8.0/edge
glance-mysql-router:
charm: ch:mysql-router
channel: 8.0.19/edge
channel: 8.0/edge

mysql-innodb-cluster:
charm: ch:mysql-innodb-cluster
@@ -37,7 +37,7 @@ applications:
- '0'
- '1'
- '2'
channel: 8.0.19/edge
channel: 8.0/edge

keystone:
expose: True
6 changes: 3 additions & 3 deletions tests/bundles/focal-xena.yaml
Original file line number Diff line number Diff line change
@@ -23,10 +23,10 @@ applications:

keystone-mysql-router:
charm: ch:mysql-router
channel: 8.0.19/edge
channel: 8.0/edge
glance-mysql-router:
charm: ch:mysql-router
channel: 8.0.19/edge
channel: 8.0/edge

mysql-innodb-cluster:
charm: ch:mysql-innodb-cluster
@@ -37,7 +37,7 @@ applications:
- '0'
- '1'
- '2'
channel: 8.0.19/edge
channel: 8.0/edge

keystone:
expose: True

0 comments on commit 961f9c3

Please sign in to comment.