From 67453cf8443c580d49b9c96b5d4192bc63d949a9 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Tue, 18 Feb 2020 18:18:38 +0000 Subject: [PATCH] Remove disco support from the charm Change-Id: Ie0d69851d640856cdbf2121d53e97c249fcbfb19 --- metadata.yaml | 1 - tests/bundles/disco-stein.yaml | 31 ------------------------------- 2 files changed, 32 deletions(-) delete mode 100755 tests/bundles/disco-stein.yaml diff --git a/metadata.yaml b/metadata.yaml index 69a73eb..66fa887 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -9,7 +9,6 @@ tags: series: - xenial - bionic - - disco - eoan - trusty requires: diff --git a/tests/bundles/disco-stein.yaml b/tests/bundles/disco-stein.yaml deleted file mode 100755 index 7403f22..0000000 --- a/tests/bundles/disco-stein.yaml +++ /dev/null @@ -1,31 +0,0 @@ -series: disco - -machines: - '0': - '1': - '2': - '3': - -relations: - - ['keystone:shared-db', 'percona-cluster:shared-db'] - - ['hacluster:ha', 'keystone:ha'] - -applications: - percona-cluster: - charm: cs:~openstack-charmers-next/percona-cluster - num_units: 1 - to: - - '0' - keystone: - charm: cs:~openstack-charmers-next/keystone - num_units: 3 - options: - token-expiration: 60 - to: - - '1' - - '2' - - '3' - hacluster: - charm: ../../../hacluster - subordinate-to: - - keystone