charm-ceph/tests
James Page 71390fe0cf Add support for ceph-mon bootstrap
Add new relation to support bootstrapping a new deployment
of the ceph-mon charm from an existing ceph charm deployment,
supporting migration away from the deprecated ceph charm.

Each member of the existing ceph application will present
the required fsid and monitor-secret values, as well as its
public address so that the related ceph-mon units can
correctly seed from the exisitng MON cluster.

Provide stop hook implementation, which will leaves OSD
services running but will remove the ceph.conf provided
directly from this charm, falling back to ceph.conf provided
by other charms installed on the same machine. MON and MGR
services will be shutdown and disabled.

Closes-Bug: 1665159

Change-Id: I9bd1d7630a8eff53c65cb0f07d17e095fc7f32a9
Depends-On: Iac34d1bee4b51b55dfb3d14d315aae8526a0893c
2017-10-09 06:48:00 -04:00
..
charmhelpers Add support for ceph-mon bootstrap 2017-10-09 06:48:00 -04:00
README.md Use bundletester for amulet test execution 2016-07-20 14:53:07 +01:00
basic_deployment.py Drop configuration for global keyring 2017-09-14 13:09:20 -06:00
gate-basic-artful-pike Updates for pike b1 2017-05-12 06:56:36 +02:00
gate-basic-trusty-icehouse Update Amulet defs, series metadata and c-h sync 2016-12-03 16:42:16 +00:00
gate-basic-trusty-kilo Update Amulet defs, series metadata and c-h sync 2016-12-03 16:42:16 +00:00
gate-basic-trusty-liberty Update Amulet defs, series metadata and c-h sync 2016-12-03 16:42:16 +00:00
gate-basic-trusty-mitaka Update Amulet defs, series metadata and c-h sync 2016-12-03 16:42:16 +00:00
gate-basic-xenial-mitaka Update Amulet defs, series metadata and c-h sync 2016-12-03 16:42:16 +00:00
gate-basic-xenial-newton Update Amulet defs, series metadata and c-h sync 2016-12-03 16:42:16 +00:00
gate-basic-xenial-ocata Enable Ocata Amulet Tests 2017-03-23 09:15:51 +00:00
gate-basic-xenial-pike Updates for pike b1 2017-05-12 06:56:36 +02:00
gate-basic-zesty-ocata Enable Zesty-Ocata Amulet Tests 2017-04-28 08:41:48 -07:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:20:52 -06:00

README.md

Overview

This directory provides Amulet tests to verify basic deployment functionality from the perspective of this charm, its requirements and its features, as exercised in a subset of the full OpenStack deployment test bundle topology.

For full details on functional testing of OpenStack charms please refer to the functional testing section of the OpenStack Charm Guide.