~gtato6/charm-telegraf:stable/21.01

Last commit made on 2021-01-29
Get this branch:
git clone -b stable/21.01 https://git.launchpad.net/~gtato6/charm-telegraf
Only Genc Tato can upload to this branch. If you are Genc Tato please log in for upload directions.

Branch merges

Branch information

Name:
stable/21.01
Repository:
lp:~gtato6/charm-telegraf

Recent commits

332c9c5... by Xav Paice

OvsDumpFlowsCmdMetric: Use openflow protocol version to dump the flows

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-telegraf/+git/charm-telegraf/+merge/397116
Reviewed-by: Drew Freiberger <email address hidden>

d872ecb... by Xav Paice

Functest rework for compute

Functests for compute check the telegraf log for errors. This changes
to just review the log since the last restart, as the first restart has
issues when br-int isn't yet set up.

3160662... by Xav Paice

Minor functional test updates

Adds telegraf relation to bundle bionic-compute.yaml for functests.
Comments out the metric check for zoneinfo to work around LP:#1913645.
Adds more info on test failures with test_01_metrics_available.

59808d8... by Peter Sabaini

Add log test

Add a test checking the telegraf log

469f764... by Peter Sabaini

Add functional testing for ovs

Bring up a bundle with nova-compute and neutron-openvswitch to be able
to test the ovs metrics gathering.

Refactor functests, add a separate test for ovs metrics

bc10de9... by Thomas Cuthbert

Workaround for LP#1910974: telegraf haproxy input broken with Juju >= 2.8.7

Reviewed-on: https://code.launchpad.net/~tcuthbert/charm-telegraf/+git/charm-telegraf/+merge/396060
Reviewed-by: Xav Paice <email address hidden>
Reviewed-by: Peter Sabaini <email address hidden>
Reviewed-by: Haw Loeung <email address hidden>

9040361... by Paul Goins

Should use data_changed() instead of is_data_changed()

Reviewed-on: https://code.launchpad.net/~vultaire/charm-telegraf/+git/charm-telegraf/+merge/396357
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Edin S <email address hidden>
Reviewed-by: Haw Loeung <email address hidden>

b7b8a51... by Paul Goins

Should use data_changed() instead of is_data_changed()

This is a bug fix for https://pad.lv/1911815.

631a400... by Thomas Cuthbert

Following Haws suggestion that we pass a listener address via relationship data and use it if present, else default to private-address as HAProxy stats listens on 0.0.0.0 by default

131c3b2... by Thomas Cuthbert

Workaround for LP#1910974: telegraf haproxy input broken with Juju >= 2.8.7