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
1diff --git a/src/tests/functional/tests/bundles/xenial-mysql.yaml b/src/tests/functional/tests/bundles/xenial-mysql.yaml
2deleted file mode 100644
3index 8e60469..0000000
4--- a/src/tests/functional/tests/bundles/xenial-mysql.yaml
5+++ /dev/null
6@@ -1,14 +0,0 @@
7-series: xenial
8-
9-applications:
10- percona-cluster:
11- charm: cs:percona-cluster
12- num_units: 1
13- telegraf:
14- num_units: 0
15-
16-relations:
17- - - percona-cluster:juju-info
18- - telegraf:juju-info
19- - - percona-cluster:db-admin
20- - telegraf:mysql
21diff --git a/src/tests/functional/tests/bundles/xenial-postgres.yaml b/src/tests/functional/tests/bundles/xenial-postgres.yaml
22deleted file mode 100644
23index 0b28e70..0000000
24--- a/src/tests/functional/tests/bundles/xenial-postgres.yaml
25+++ /dev/null
26@@ -1,19 +0,0 @@
27-series: xenial
28-
29-applications:
30- postgresql:
31- charm: cs:postgresql
32- num_units: 2
33- telegraf:
34- num_units: 0
35- ubuntu:
36- charm: cs:ubuntu
37- num_units: 1
38-
39-relations:
40- - - postgresql:juju-info
41- - telegraf:juju-info
42- - - postgresql:db-admin
43- - telegraf:postgresql
44- - - ubuntu:juju-info
45- - telegraf:juju-info
46diff --git a/src/tests/functional/tests/tests.yaml b/src/tests/functional/tests/tests.yaml
47index fa77a81..294a526 100644
48--- a/src/tests/functional/tests/tests.yaml
49+++ b/src/tests/functional/tests/tests.yaml
50@@ -1,7 +1,5 @@
51 charm_name: telegraf
52 gate_bundles:
53- - base: xenial-mysql
54- - base: xenial-postgres
55 - base: bionic-mysql
56 - base: bionic-postgres
57 - base: bionic-monitoring

Subscribers

People subscribed via source and target branches

to all changes: