charm-openstack-service-checks:master

Last commit made on 2024-01-17
Get this branch:
git clone -b master https://git.launchpad.net/charm-openstack-service-checks
Members of Canonical BootStack Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:charm-openstack-service-checks

Recent commits

cda89bc... by Rodrigo Barbieri

Remove disabled endpoints

Reviewed-on: https://code.launchpad.net/~rodrigo-barbieri2010/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/457338
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: Robert Gildein <email address hidden>
Reviewed-by: Sudeep Bhandari <email address hidden>

443eadb... by Rodrigo Barbieri

Remove disabled endpoints

Endpoints that are disabled should not be rendered and
be removed from list of checks.

Closes-bug: #2046261

dbf21ed... by Rodrigo Barbieri

Fix region_name not rendered and improve docs

Reviewed-on: https://code.launchpad.net/~rodrigo-barbieri2010/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/454738
Reviewed-by: Tianqi Xiao <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Eric Chen <email address hidden>

ee332e0... by Rodrigo Barbieri

[trivial] Fix small typo in os-credentials description

44f973d... by Rodrigo Barbieri

Fix region_name not rendered and improve docs

region_name param is mispelled in the template and
ends up not being rendered.

Also, improving docs to clarify that all parameters
are mandatory in os-credentials.

Closes-bug: #2041673
Related-bug: #1998333

29e7a82... by Ashley James

Refactor functional tests.

Reviewed-on: https://code.launchpad.net/~dashmage/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/453628
Reviewed-by: Tianqi Xiao <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Eric Chen <email address hidden>

6a563d9... by Ashley James

Remove redundant line in comment.

ac8d8e9... by Ashley James

Set openstack-origin to "distro" for jammy overlay.

abb55a0... by Ashley James

Remove dev_bundles from func tests.

* gate_bundles contains the same bundles as dev_bundles making the
latter redundant.

21a525d... by Ashley James

test: Add cinder tests to jammy

* Also enable jammy series instead of focal from the jammy overlay.
* cinder tests were not being run from tests.yaml before.