~peppepetra/charm-openstack-service-checks:lp1920025

Last commit made on 2021-03-31
Get this branch:
git clone -b lp1920025 https://git.launchpad.net/~peppepetra/charm-openstack-service-checks
Only Giuseppe Petralia can upload to this branch. If you are Giuseppe Petralia please log in for upload directions.

Branch merges

Branch information

Name:
lp1920025
Repository:
lp:~peppepetra/charm-openstack-service-checks

Recent commits

ffb5c77... by Giuseppe Petralia

Refactor LB operating status unit tests.

1ff1474... by Giuseppe Petralia

Add Octavia LB operating status unittests

c37a4d0... by Giuseppe Petralia

Improve Octavia lbs operating status check.
Also provide a workaround for LP#1678330

Closes-bug: 1920025

966e73a... by Linda Guo

Add masakari check for segment host

Drop xenial support because masakari python library is not supported
on xenial. xenial clouds can simply redeploy a bionic/focal
unit if they want to upgrade

LP#1898108

0c5df79... by Joe Guo

drop trusty support

this charm has following deps in layer.yaml:

  - python3-keystoneauth1
  - python3-keystoneclient
  - python3-openstackclient
  - python3-neutronclient

But none of these python3-* packages are available on trusty.

Also, it's also using snap layer to install fcbtest, which will break on trusty as well.

In fact, we already lost trusty support.
To avoid consusion, this patch remove trusty in metadata.yaml.

LP: #1877923

Signed-off-by: Joe Guo <email address hidden>

b0d5f0a... by Joe Guo

layer.yaml: add python3-neutronclient

This package is not installed on focal, install it explicitly.

Signed-off-by: Joe Guo <email address hidden>

6279ab8... by Drew Freiberger

fix black

b673f14... by Drew Freiberger

Address issue with aggregate checking for hosts in no aggregate or skipped aggregate

Closes-bug: 1907274

4baa93e... by Drew Freiberger

Update metadata to change to Bootstack-charmers

f241e9d... by Alvaro Uria

Merge branch 'lint-20.10'

Reviewed-on: https://code.launchpad.net/~afreiberger/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/392243
Reviewed-on: https://code.launchpad.net/~afreiberger/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/392246
Reviewed-on: https://code.launchpad.net/~afreiberger/charm-openstack-service-checks/+git/charm-openstack-service-checks/+merge/392257
Reviewed-by: Alvaro Uria <email address hidden>