Merge ~barryprice/charm-telegraf:master into charm-telegraf:master

Proposed by Barry Price
Status: Work in progress
Proposed branch: ~barryprice/charm-telegraf:master
Merge into: charm-telegraf:master
Diff against target: 57 lines (+0/-21)
2 files modified
dev/null (+0/-19)
src/tests/functional/tests/tests.yaml (+0/-2)
Reviewer Review Type Date Requested Status
BootStack Reviewers mr tracking; do not claim Pending
BootStack Reviewers Pending
BootStack Reviewers Pending
Review via email: mp+415477@code.launchpad.net

Commit message

Xenial is EOL, and modern LXD can no longer provision Xenial images with default settings <https://github.com/lxc/lxd/issues/9413>

To post a comment you must log in.

Unmerged commits

cbbbc68... by Barry Price

Xenial is EOL, and modern LXD can no longer provision Xenial images with
default settings <https://github.com/lxc/lxd/issues/9413>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/src/tests/functional/tests/bundles/xenial-mysql.yaml b/src/tests/functional/tests/bundles/xenial-mysql.yaml
0deleted file mode 1006440deleted file mode 100644
index 8e60469..0000000
--- a/src/tests/functional/tests/bundles/xenial-mysql.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
1series: xenial
2
3applications:
4 percona-cluster:
5 charm: cs:percona-cluster
6 num_units: 1
7 telegraf:
8 num_units: 0
9
10relations:
11 - - percona-cluster:juju-info
12 - telegraf:juju-info
13 - - percona-cluster:db-admin
14 - telegraf:mysql
diff --git a/src/tests/functional/tests/bundles/xenial-postgres.yaml b/src/tests/functional/tests/bundles/xenial-postgres.yaml
15deleted file mode 1006440deleted file mode 100644
index 0b28e70..0000000
--- a/src/tests/functional/tests/bundles/xenial-postgres.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
1series: xenial
2
3applications:
4 postgresql:
5 charm: cs:postgresql
6 num_units: 2
7 telegraf:
8 num_units: 0
9 ubuntu:
10 charm: cs:ubuntu
11 num_units: 1
12
13relations:
14 - - postgresql:juju-info
15 - telegraf:juju-info
16 - - postgresql:db-admin
17 - telegraf:postgresql
18 - - ubuntu:juju-info
19 - telegraf:juju-info
diff --git a/src/tests/functional/tests/tests.yaml b/src/tests/functional/tests/tests.yaml
index fa77a81..294a526 100644
--- a/src/tests/functional/tests/tests.yaml
+++ b/src/tests/functional/tests/tests.yaml
@@ -1,7 +1,5 @@
1charm_name: telegraf1charm_name: telegraf
2gate_bundles:2gate_bundles:
3 - base: xenial-mysql
4 - base: xenial-postgres
5 - base: bionic-mysql3 - base: bionic-mysql
6 - base: bionic-postgres4 - base: bionic-postgres
7 - base: bionic-monitoring5 - base: bionic-monitoring

Subscribers

People subscribed via source and target branches

to all changes: