-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1046 from jack-w-shaw/fix_deploy_bundle_tests
#1046 #### Description It turns out a number of our test bundles were invalid, something only caught out by stricter param validating by juju controllers in 2.9.47 Fix these bundles + overlays to be valid #### QA Steps All CI tests need to pass.
- Loading branch information
Showing
6 changed files
with
37 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
series: jammy | ||
applications: | ||
grafana: | ||
charm: "grafana" | ||
channel: stable | ||
num_units: 1 | ||
prometheus: | ||
charm: "prometheus" | ||
channel: stable | ||
juju-qa-test: | ||
charm: "juju-qa-test" | ||
num_units: 1 | ||
nrpe: | ||
charm: "nrpe" | ||
relations: | ||
- ["prometheus:grafana-source", "grafana:grafana-source"] | ||
- ["nrpe:general-info", "juju-qa-test:juju-info"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
series: jammy | ||
applications: | ||
grafana: | ||
charm: "grafana" | ||
channel: stable | ||
num_units: 1 | ||
prometheus: | ||
charm: "prometheus" | ||
channel: stable | ||
juju-qa-test: | ||
charm: "juju-qa-test" | ||
num_units: 1 | ||
nrpe: | ||
charm: "nrpe" | ||
relations: | ||
- ["prometheus:grafana-source", "grafana:grafana-source"] | ||
- ["nrpe:general-info", "juju-qa-test:juju-info"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
series: jammy | ||
applications: | ||
grafana: | ||
charm: "grafana" | ||
channel: stable | ||
num_units: 1 | ||
prometheus: | ||
charm: "prometheus" | ||
channel: stable | ||
juju-qa-test: | ||
charm: "juju-qa-test" | ||
num_units: 1 | ||
nrpe: | ||
charm: "nrpe" | ||
test: | ||
charm: "./tests/integration/charm" | ||
relations: | ||
- ["prometheus:grafana-source", "grafana:grafana-source"] | ||
- ["nrpe:general-info", "juju-qa-test:juju-info"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
description: An overlay for tests | ||
applications: | ||
ntp: | ||
ghost: | ||
charm: "prometheus" | ||
channel: stable | ||
num_units: 1 | ||
nrpe: | ||
mysql: | ||
charm: "prometheus" | ||
channel: stable | ||
num_units: 1 | ||
charm: "mysql" | ||
channel: candidate | ||
num_units: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters