charm-ceph-radosgw/tests
James Page 2858f1b02d Switch to using systemd units for radosgw
Switch to using systemd configurations to manage radosgw instances;
the radosgw init script is obsolete and will be removed at some
point in time, and the newer style of managing radosgw daemons is
inline with current best-practice.

This changeset also changes the way cephx keys are issues; before
all rgw instances shared a key, now a key is issued per host.

The key is named 'rgw.`hostname`' to identify the application
and host using the key.

Existing deployments using the radosgw init script will be switched
to use the new systemd named units; this occurs once the new key
for the unit has been presented by the ceph-mon cluster over the
mon relation. A small period of outage will occur as the radosgw
init based daemon is stopped and disabled prior to the start of
the new systemd based radosgw unit.

This commit also includes a resync for charmhelpers to pickup
support for '@' in NRPE service check names.

Change-Id: Ic0d634e619185931633712cb3e3685051a28749d
Depends-On: I289b75a2935184817b424c5eceead16235c3f53b
Closes-Bug: 1808140
2019-01-24 13:04:52 +00:00
..
README.md Use bundletester for amulet test execution 2016-07-21 18:13:52 +00:00
basic_deployment.py Switch to using systemd units for radosgw 2019-01-24 13:04:52 +00:00
dev-basic-cosmic-rocky Update functional test definitions 2018-07-18 18:35:03 -04:00
gate-basic-bionic-queens Enable Bionic as a gate test 2018-05-17 11:12:01 -07:00
gate-basic-bionic-rocky Update functional test definitions 2018-08-28 14:45:30 -07:00
gate-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-21 18:13:52 +00:00
gate-basic-trusty-mitaka Use bundletester for amulet test execution 2016-07-21 18:13:52 +00:00
gate-basic-xenial-mitaka Use bundletester for amulet test execution 2016-07-21 18:13:52 +00:00
gate-basic-xenial-ocata Enable Ocata Amulet Tests 2017-03-23 09:32:43 +00:00
gate-basic-xenial-pike Enable xenial-pike amulet test 2017-12-06 10:31:08 -08:00
gate-basic-xenial-queens Enable Bionic as a gate test 2018-05-17 11:12:01 -07:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:24:10 -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.