20 Commits

Author SHA1 Message Date
Corey Bryant
010ac09350 Sync charm-helpers for Victoria/Groovy updates
This sync picks up the release and version details for Victoria/Groovy.

Change-Id: I8d589d1739aef94e2d7cbdca6b5e78355d5551be
2020-07-13 19:00:30 +00:00
Corey Bryant
6a2931f527 Sync charm-helpers for Ussuri/Focal release and version details
Change-Id: I9946ec151bd5d98d5c354513f4e8c95284cbe60a
2020-01-17 14:22:34 -05:00
Ryan Beisner
2be1932dd0
Sync charm/ceph helpers, tox, and requirements
Change-Id: I13fec7796678e9217b60126c2f7486475b40db68
2019-09-30 21:43:33 -05:00
James Page
9b0de9bbff Add support for FWaaS v2 logging
Enable support for configuration of FWaaS v2 firewall group
logging.

Configuration options mirror those for neutron-openvswitch
for security group logging.

This feature is currently only enabled for FWaaS v2 at Stein
for the charms (but is supported back to Queens in Neutron).

Change-Id: Ic60ee47078089c59ccb09b8659422e7ad7081149
Partial-Bug: 1831972
2019-06-25 16:53:24 +01:00
Chris MacNaughton
a5139c519c Sync charm-helpers for Stein release
As a part of the Stein release, we need to ensure
that charmhelpers is up to date.

Change-Id: I3ae2b657f27441a07b8c249846a50a9e26b76458
2019-04-04 10:16:55 +02:00
Corey Bryant
eeaa8e4198 Sync charm-helpers
Change-Id: I26cb4c099580f8323b877a0bc5a8d6aaa2169d8f
2019-01-08 15:18:37 +00:00
Ryan Beisner
4aed9892fc
Sync charm-helpers
Change-Id: I0ee707fb54896ff8053a9d16cf75f553c6e26c5e
2018-11-07 15:35:17 -06:00
Vladimir Grevtsev
b3321ffe77 charm-helpers sync
Change-Id: Ia7cc8858f4b1c5b1047a5593981efd8bb3bbe75d
Related-Bug: #1787397
2018-09-19 08:57:42 +02:00
Vladimir Grevtsev
11211653fe sync charm-helpers to latest version
Change-Id: I5d6a14bfd5d54d58b5d5515aee9b014216b2c2d3
2018-09-14 18:27:59 +03:00
Chris MacNaughton
daa7106478 Sync charm-helpers to ensure Rocky support
Change-Id: Id0e96d7ea2b91a2facd1805820ce45ab0bb51890
2018-07-13 15:57:08 +02:00
Corey Bryant
07b6dbad86 Sync charm-helpers for Rocky series support
Change-Id: Ifce8be13f01170a310f17e1832a6d2921f552ed5
2018-06-21 19:02:38 +00:00
Michael Skalka
07254a5c59 Enable IPFIX exporting for OVS bridges.
Adds a config option and calls to enable IPFIX exporting on all OVS
bridges created on a system by the OVS charm.

Closes-Bug: 1768016

Change-Id: Id2591ac5f39319d50ba235f6b9b5d493e7885d3a
2018-05-09 12:32:05 -04:00
James Page
309d6b0df6 Resync charmhelpers for py3 fixes.
Change-Id: I30dbafafaf4704783b6d451c7230469e79e5bf4a
2017-11-13 12:30:09 +00:00
Ryan Beisner
9c0366ead9 Sync charm-helpers
Change-Id: Ic7e68817ba1d2b700b7efd9f2772783603df0dd6
2017-08-24 17:11:17 -05:00
James Page
c47d2a3aa9 Update notification config >= mitaka
Use oslo_messaging_notifications for mitaka or later releases
including setting the transport_url to the value provided by
the AMQP context.

This removes use of deprecated configuration options for
ceilometer notifications.

Change-Id: I6f6f3d7f2e423aecf5be7cab08da560e291e5845
2017-08-01 09:07:40 +01:00
James Page
fb4bcd6b87 Updates for pike b1
Resync charmhelpers for pike support.

Add amulet tests, but leave disabled for now.

Change-Id: I520c6feecf64478e0d27c227fee0c2603acd9aec
2017-05-24 13:52:52 +01:00
David Ames
9cd483e653 Enable Ocata Amulet Tests
- Add Zesty as a supported series to metadata.yaml.
- Turn on Xenial-Ocata Amulet test definitions.
- Sync charm helpers to get Juju 2.x amulet compatibility.
- Keeping Zesty-Ocata Amulet test definitions turned off until the
  metadata.yaml changes propagate to the charm store.

Change-Id: I99120d250e3de5015552a9dda1963a2a72ac7119
2017-03-09 14:35:00 -08:00
Ryan Beisner
73e2e7b594 Update Amulet defs, series metadata and c-h sync
- Sync charm helpers if applicable.

- Fix test executable hashbags for virtualenv prep.

- Add Yakkety-Newton Amulet test definitions.

- Prep Xenial-Ocata Amulet test definitions (not yet enabled).

- Prep Zesty-Ocata Amulet test definitions (not yet enabled).

- Add Zesty charm series metadata.

- Remove Precise charm series metadata if present.

- Remove Precise Amulet test definitions if present.

Change-Id: Ie3c1f208dbb4497ad99f7f930457b7e8e057e6b3
2016-11-28 14:54:50 -06:00
David Ames
d381addef3 Pre-release charm-helpers sync 16.10
Get each charm up to date with lp:charm-helpers for release testing.

Change-Id: I01f5ed5d0105202bbaff672aea4267bd50508375
2016-09-30 09:08:21 -07:00
James Page
7e4bd68494 Add support for application version
Juju 2.0 provides support for display of the version of
an application deployed by a charm in juju status.

Insert the os_application_version_set function into the
existing assess_status function - this gets called after
all hook executions, and periodically after that, so any
changes in package versions due to normal system updates
will also be reflected in the status output.

This review also includes a resync of charm-helpers to
pickup hookenv and contrib.openstack support for this
feature.

Change-Id: Ia91a2de062fbc13fdb2b366217278bb96fc648fa
2016-09-20 12:32:57 +01:00