~xavpaice/charm-graylog:bug/1925278

Last commit made on 2021-08-02
Get this branch:
git clone -b bug/1925278 https://git.launchpad.net/~xavpaice/charm-graylog
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Branch merges

Branch information

Name:
bug/1925278
Repository:
lp:~xavpaice/charm-graylog

Recent commits

11daf5c... by Xav Paice

Add python-openstackclient for zaza tests

b5c21ce... by Xav Paice

Pin python requests to support Python 3.5

In order to maintain Xenial support, we must use a version of requests
that still works with Python 3.5.

Resolves LP:#1936895

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-graylog/+git/graylog-charm/+merge/405992
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Paul Goins <email address hidden>

c8c774e... by Xav Paice

Pin python requests to support Python 3.5

In order to maintain Xenial support, we must use a version of requests
that still works with Python 3.5.

Resolves LP:#1936895

3c9bcbf... by Linda Guo

Use 'yield' to get unit data

charm was locked in getting unit data loop, compared
with other relations like elasticsearch, the problem
can be fixed by replacing the loop using `yield`

LP#1899153

Reviewed-on: https://code.launchpad.net/~lihuiguo/charm-graylog/+git/charm-graylog/+merge/405153
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

593cba6... by Linda Guo

Use 'yield' to get unit data

charm was locked in getting unit data loop, compared
with other relations like elasticsearch, the problem
can be fixed by replacing the loop using `yield`

LP#1899153

dff5a06... by Xav Paice

Update unit name for nrpe functest

The functional test for NRPE checks is changed in this commit to use
'graylog/0' rather than 'nrpe/0' which can be a different unit number in
different models.

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-graylog/+git/graylog-charm/+merge/401670
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

aec0988... by Xav Paice

Update unit name for nrpe functest

The functional test for NRPE checks is changed in this commit to use
'graylog/0' rather than 'nrpe/0' which can be a different unit number in
different models.

ed75b69... by Xav Paice

Linting and add exclusions for Black/flake8 conflicts

9de3a43... by Heather Lemon

email config options lp#1794505

85cfd97... by Xav Paice

Update tests for new ubuntu charm