charm-ceph-mon/tests
Ryan Beisner 54c3f21221 Remove explicit fsid charm config option
The charm has had the capability to automatically handle fsid
in deployments for several cycles.

Explicitly setting the fsid can lead to unpredictable behavior
when data from previous deployments remains on block devices,
and when the fsid is explicitly static across those separate
deployments.  ex. Ceph would see the fsid match and attempt to
use the block device from a previous deployment as-is and
unsuccessfully.

This primarily affects legacy development and CI environments,
which may be in place from a time before the charm autoatically
handled fsids.  The recommendation is for both test and production
deployments to defer fsid generation to the charm.

Change-Id: I0b87576810faa08a81dc2d559ef925ea02f58db0
Partial-bug: #1698154
2018-06-05 09:07:03 -07:00
..
charmhelpers Update amulet tests to use ceph storage support 2018-06-05 08:32:26 +02:00
README.md Use bundletester for amulet test execution 2016-07-20 14:53:55 +01:00
basic_deployment.py Remove explicit fsid charm config option 2018-06-05 09:07:03 -07:00
dev-basic-xenial-queens Add Bionic and remove Zesty series and tests 2017-12-05 05:27:11 +00:00
gate-basic-artful-pike Updates for pike b1 2017-05-12 07:04:44 +02:00
gate-basic-bionic-queens Enable Bionic as a gate test 2018-05-11 20:29:12 -07:00
gate-basic-trusty-icehouse Update Amulet defs, series metadata and c-h sync 2016-12-03 16:41:17 +00:00
gate-basic-trusty-mitaka Update Amulet defs, series metadata and c-h sync 2016-12-03 16:41:17 +00:00
gate-basic-xenial-mitaka Update Amulet defs, series metadata and c-h sync 2016-12-03 16:41:17 +00:00
gate-basic-xenial-ocata Enable Ocata Amulet Tests 2017-03-23 09:27:46 +00:00
gate-basic-xenial-pike Enable xenial-pike amulet test 2017-12-05 14:35:53 -08:00
gate-basic-xenial-queens Enable Bionic as a gate test 2018-05-11 20:29:12 -07:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:23:30 -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.