charm-graylog:candidate/21.07

Last commit made on 2021-07-20
Get this branch:
git clone -b candidate/21.07 https://git.launchpad.net/charm-graylog
Members of Llama (LMA) Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
candidate/21.07
Repository:
lp:charm-graylog

Recent commits

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

3b45c83... by Xav Paice

Reduce elastic heap size in tests

To allow functional tests to run in smaller VMs, reduce the es_heap_size
to 1G for the test bundles.