~anonybodi/charm-openstack-service-checks:reconfigure-on-configchanged

Last commit made on 2019-08-20
Get this branch:
git clone -b reconfigure-on-configchanged https://git.launchpad.net/~anonybodi/charm-openstack-service-checks
Only Alex H can upload to this branch. If you are Alex H please log in for upload directions.

Branch merges

Branch information

Name:
reconfigure-on-configchanged
Repository:
lp:~anonybodi/charm-openstack-service-checks

Recent commits

d22cc26... by Alex H

Add config changed

c9b7aba... by Drew Freiberger

Addressed cinderv2 differences per-cloud by removing X-Openstack-Request-ID check for cinderv2 checks.

Reviewed-on: https://code.launchpad.net/~afreiberger/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/371021
Reviewed-by: Paul Goins <email address hidden>

b7ceb3d... by Drew Freiberger

Addressed cinderv2 differences per-cloud by removing X-Openstack-Request-ID check for cinderv2 checks.

Closes-Bug: 1838413

78250ae... by Drew Freiberger

Updated fix for lp#1828765 to not check headers for heat on <= ocata

Reviewed-on: https://code.launchpad.net/~afreiberger/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/370961
Reviewed-by: Jeremy Lounder <email address hidden>
Reviewed-by: Zachary Zehring <email address hidden>

729a1ff... by Drew Freiberger

Updated fix for lp#1828765 to not check headers for heat on <= ocata

533a90c... by Alvaro Uria

Add support to rally tests

A new nrpe check has been added, which parses the results of running a subset of rally tests against an environment.
 * 'check-rally' is set to false by default
 * certain OpenStack components tests can be skipped.
 skip-rally="cinder,glance,nova,neutron" would skip all tests except
 Keystone's token issue
 * cronjob can be scheduled via 'rally-cron-schedule' config parameter

Functional tests now support PYTEST_MODEL=modelname, to reuse an
already existing model (in addition to PYTEST_KEEP_MODEL=1).

README.md now describes all the charm features and how to use them.

Partial-Bug: 1835433
Closes-Bug: 1822646

Reviewed-on: https://code.launchpad.net/~aluria/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/370190
Reviewed-by: Jeremy Lounder <email address hidden>

28d29ee... by Alvaro Uria

Add usage details to README.md

d01e732... by Alvaro Uria

Make rally cronjob schedule configurable

856c794... by Alvaro Uria

Add unit and functional tests

Functional tests now support reusable models which name is shared via
the PYTEST_MODEL environment variable. Expensive tests such as deploying
an OpenStack environment base can be reused now.

c8ea6b3... by Alvaro Uria

Support to enable/disable tempest tests per OS component