~llama-charmers/charm-openstack-service-checks:bug#1818966

Last commit made on 2019-06-24
Get this branch:
git clone -b bug#1818966 https://git.launchpad.net/~llama-charmers/charm-openstack-service-checks
Members of Llama (LMA) Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

5f8300c... by Diko Parvanov

Fixed a typo with check_command generation

8e1b12d... by Diko Parvanov

Added string sanitization

Updated the method returning the skipped_host_aggregates
to sanitize the string, as malicious code could have been
injected into the configuration of the charm.

8b8bce7... by Diko Parvanov

Added option to skip host aggregates from checks

Added new charm config item to skip host aggregates.
Modified the check_nova_services.py with a new argument
--skip <str> with comma separated values of host aggregate
names to be omitted from checks.
Skipping host aggregates will be case-insensitive.

Closes-Bug: #1818966

dc16592... by Alvaro Uria

Add Barbican/Gnocchi/Heat health checks

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

d1c0083... by Alvaro Uria

Add Barbican/Gnocchi/Heat health checks

Closes-Bug: #1789672

1c0564e... by Alvaro Uria

Rewrite to integrate template-python-pytest code and approach

* separation between charm logic (reactive) and helper functions (lib)
* improvement on charm states and messages
* unit and functional tests added (using pytest framework)

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

dd64777... by Alvaro Uria

Merge branch 'bug/1821316-rewrite'

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

af72c86... by Alvaro Uria

Fix nested charm build

a230197... by Alvaro Uria

Fix lint

56f8732... by Alvaro Uria

Update pytest code from template