Skip to content

Commit

Permalink
Update bundles to use yoga
Browse files Browse the repository at this point in the history
This change reconfigures the bundles to use OpenStack yoga, they are the
last version that support Focal and Jammy.

Func-Test-Pr: openstack-charmers/zaza-openstack-tests#958
Change-Id: Ia54bfacee6635c1e85a0c97e22bc2a5974bda7d1
Closes-Bug: #1991528
(cherry picked from commit f22bb10)
  • Loading branch information
freyes committed Feb 17, 2023
1 parent ad399df commit cd5e69e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions tests/bundles/focal-yoga.yaml
Expand Up @@ -65,7 +65,7 @@ applications:
openstack-origin: *openstack-origin
to:
- '6'
channel: latest/edge
channel: yoga/edge

keystone:
charm: ch:keystone
Expand All @@ -75,17 +75,17 @@ applications:
admin-password: openstack
to:
- '7'
channel: latest/edge
channel: yoga/edge

nagios:
charm: cs:nagios
charm: ch:nagios
series: bionic # not supported on focal yet
num_units: 1
to:
- '8'

nrpe:
charm: cs:nrpe
charm: ch:nrpe

relations:

Expand Down
4 changes: 2 additions & 2 deletions tests/bundles/jammy-yoga.yaml
Expand Up @@ -63,7 +63,7 @@ applications:
openstack-origin: *openstack-origin
to:
- '6'
channel: latest/edge
channel: yoga/edge

keystone:
charm: ch:keystone
Expand All @@ -73,7 +73,7 @@ applications:
admin-password: openstack
to:
- '7'
channel: latest/edge
channel: yoga/edge

relations:

Expand Down

0 comments on commit cd5e69e

Please sign in to comment.