diff --git a/tests/bundles/kinetic-zed.yaml b/tests/bundles/kinetic-zed.yaml deleted file mode 100644 index 77dbffa..0000000 --- a/tests/bundles/kinetic-zed.yaml +++ /dev/null @@ -1,105 +0,0 @@ -variables: - openstack-origin: &openstack-origin distro - -series: kinetic - -comment: -- 'machines section to decide order of deployment. database sooner = faster' -machines: - '0': - constraints: mem=3072M - '1': - constraints: mem=3072M - '2': - constraints: mem=3072M - '3': - '4': - '5': - '6': - -applications: - - keystone-mysql-router: - charm: ch:mysql-router - channel: latest/edge - glance-mysql-router: - charm: ch:mysql-router - channel: latest/edge - - mysql-innodb-cluster: - charm: ch:mysql-innodb-cluster - num_units: 3 - options: - source: *openstack-origin - to: - - '0' - - '1' - - '2' - channel: latest/edge - - keystone: - expose: True - charm: ch:keystone - num_units: 1 - options: - openstack-origin: *openstack-origin - to: - - '3' - channel: latest/edge - - swift-proxy: - charm: ch:swift-proxy - num_units: 1 - options: - zone-assignment: manual - replicas: 1 - swift-hash: fdfef9d4-8b06-11e2-8ac0-531c923c8fae - openstack-origin: *openstack-origin - to: - - '4' - channel: latest/edge - - glance: - expose: True - charm: ch:glance - num_units: 1 - options: - openstack-origin: *openstack-origin - to: - - '5' - channel: latest/edge - - swift-storage: - charm: ../../swift-storage.charm - num_units: 1 - storage: - block-devices: 'cinder,10G' - options: - zone: 1 - openstack-origin: *openstack-origin - to: - - '6' - -relations: - - - - 'keystone:shared-db' - - 'keystone-mysql-router:shared-db' - - - 'keystone-mysql-router:db-router' - - 'mysql-innodb-cluster:db-router' - - - - 'glance:shared-db' - - 'glance-mysql-router:shared-db' - - - 'glance-mysql-router:db-router' - - 'mysql-innodb-cluster:db-router' - - - - 'glance:identity-service' - - 'keystone:identity-service' - - - - 'swift-proxy:identity-service' - - 'keystone:identity-service' - - - - 'swift-storage:swift-storage' - - 'swift-proxy:swift-storage' - - - - 'glance:object-store' - - 'swift-proxy:object-store' diff --git a/tests/bundles/overlays/kinetic-zed-gr-r1.yaml.j2 b/tests/bundles/overlays/kinetic-zed-gr-r1.yaml.j2 deleted file mode 100644 index f6abe8b..0000000 --- a/tests/bundles/overlays/kinetic-zed-gr-r1.yaml.j2 +++ /dev/null @@ -1,30 +0,0 @@ -applications: - keystone: - offers: - keystone: - endpoints: - - identity-service - swift-proxy-region1: - offers: - swift-proxy-region1: - endpoints: - - swift-storage - - rings-distributor - swift-storage-region1-zone1: - charm: {{ charm_location }} - offers: - swift-storage-region1-zone1: - endpoints: - - swift-storage - swift-storage-region1-zone2: - charm: {{ charm_location }} - offers: - swift-storage-region1-zone2: - endpoints: - - swift-storage - swift-storage-region1-zone3: - charm: {{ charm_location }} - offers: - swift-storage-region1-zone3: - endpoints: - - swift-storage diff --git a/tests/bundles/overlays/kinetic-zed-gr-r2.yaml.j2 b/tests/bundles/overlays/kinetic-zed-gr-r2.yaml.j2 deleted file mode 100644 index 41837d8..0000000 --- a/tests/bundles/overlays/kinetic-zed-gr-r2.yaml.j2 +++ /dev/null @@ -1,35 +0,0 @@ -applications: - swift-storage-region2-zone1: - charm: {{ charm_location }} - swift-storage-region2-zone2: - charm: {{ charm_location }} - swift-storage-region2-zone3: - charm: {{ charm_location }} -relations: -- - swift-proxy-region2:identity-service - - keystone:identity-service -- - swift-proxy-region2:swift-storage - - swift-storage-region1-zone1:swift-storage -- - swift-proxy-region2:swift-storage - - swift-storage-region1-zone2:swift-storage -- - swift-proxy-region2:swift-storage - - swift-storage-region1-zone3:swift-storage -- - swift-storage-region2-zone1:swift-storage - - swift-proxy-region1:swift-storage -- - swift-storage-region2-zone2:swift-storage - - swift-proxy-region1:swift-storage -- - swift-storage-region2-zone3:swift-storage - - swift-proxy-region1:swift-storage -- - swift-proxy-region2:rings-consumer - - swift-proxy-region1:rings-distributor -saas: - keystone: - url: admin/{{ swift_gr_region1 }}.keystone - swift-proxy-region1: - url: admin/{{ swift_gr_region1 }}.swift-proxy-region1 - swift-storage-region1-zone1: - url: admin/{{ swift_gr_region1 }}.swift-storage-region1-zone1 - swift-storage-region1-zone2: - url: admin/{{ swift_gr_region1 }}.swift-storage-region1-zone2 - swift-storage-region1-zone3: - url: admin/{{ swift_gr_region1 }}.swift-storage-region1-zone3 diff --git a/tests/tests.yaml b/tests/tests.yaml index 7a3ecb6..ae1e741 100644 --- a/tests/tests.yaml +++ b/tests/tests.yaml @@ -8,7 +8,6 @@ smoke_bundles: dev_bundles: - jammy-antelope - - kinetic-zed - lunar-antelope tests: @@ -19,5 +18,4 @@ tests: tests_options: force_deploy: - - kinetic-zed - lunar-antelope