Skip to content

Commit

Permalink
Drop 'source' config key override.
Browse files Browse the repository at this point in the history
Drop configuration key 'source' override in rabbitmq-server and
mysql-innodb-cluster applications.

Add bindep.txt to install package dependencies needed to run unit tests.

Related-Bug: #1991528
Change-Id: I345e3bb7be7492286daf9e5ab36506915f3daab9
  • Loading branch information
freyes authored and ajkavanagh committed May 16, 2023
1 parent 9278718 commit 8beeab1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions bindep.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
libffi-dev [platform:dpkg]
libpq-dev [platform:dpkg]
libxml2-dev [platform:dpkg]
libxslt1-dev [platform:dpkg]
3 changes: 0 additions & 3 deletions tests/bundles/focal-yoga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ applications:
mysql-innodb-cluster:
charm: ch:mysql-innodb-cluster
num_units: 3
options:
source: *openstack-origin
to:
- '0'
- '1'
Expand All @@ -52,7 +50,6 @@ applications:
ssl: "off"
management_plugin: "False"
stats_cron_schedule: "*/1 * * * *"
source: *openstack-origin
to:
- '3'
- '4'
Expand Down
3 changes: 0 additions & 3 deletions tests/bundles/jammy-yoga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ applications:
mysql-innodb-cluster:
charm: ch:mysql-innodb-cluster
num_units: 3
options:
source: *openstack-origin
to:
- '0'
- '1'
Expand All @@ -49,7 +47,6 @@ applications:
ssl: "off"
management_plugin: "False"
stats_cron_schedule: "*/1 * * * *"
source: *openstack-origin
to:
- '3'
- '4'
Expand Down

0 comments on commit 8beeab1

Please sign in to comment.