charm-ceph-radosgw/tests
James Page 314aaffeb9 Add support for cephx pool grouping and permissions
Sync charmhelpers and add configuration option to allow access
to ceph pools to be limited based on grouping.

The radosgw will only require access to pools in the 'objects'
group - which probably won't be shared with other services,
but does ensure that compromise on a radosgw unit does not
allow access to volumes and instances on the same underlying
ceph backend.

Added creation of .rgw.root pool to broker requests to ensure
that all pools are added to the 'objects' group, avoiding the
need for rw permissionson the radosgw.gateway key.

Change-Id: I88953b44e9994c1d0235f617faaeb892b7abed9c
Partial-Bug: 1424771
2017-02-14 18:08:13 +00:00
..
charmhelpers Add support for cephx pool grouping and permissions 2017-02-14 18:08:13 +00:00
basic_deployment.py Drop apache+mod-fastcgi support 2017-01-18 17:30:33 +00:00
gate-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-21 18:13:52 +00:00
gate-basic-trusty-kilo Use bundletester for amulet test execution 2016-07-21 18:13:52 +00:00
gate-basic-trusty-liberty 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-newton Update amulet test definitions for Newton 2016-10-10 20:53:59 -05:00
gate-basic-xenial-ocata Update Amulet defs, series metadata and c-h sync 2016-11-28 14:47:53 -06:00
gate-basic-yakkety-newton Update Amulet defs, series metadata and c-h sync 2016-11-28 14:47:53 -06:00
gate-basic-zesty-ocata Update Amulet defs, series metadata and c-h sync 2016-11-28 14:47:53 -06:00
README.md Use bundletester for amulet test execution 2016-07-21 18:13:52 +00:00
tests.yaml Update amulet test definitions for Newton 2016-10-10 20:53:59 -05:00

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.