Commit Graph

16 Commits

Author SHA1 Message Date
Chris MacNaughton 1f4dbd3a5d Updates for jammy enablement
- charmcraft: build-on 20.04 -> run-on 20.04/22.04 [*archs]
- Refresh tox targets
- Drop impish bundles and OSCI testing
- Add jammy metadata
- Default source is yoga
- Charmhelpers and charms.ceph sync

Change-Id: I39f091db8ef8f18c0a40d4e46d54dfc964c03d70
2022-04-08 10:23:48 +01:00
Alex Kavanagh aadc60233e Updates to flip all libraries back to master
This patchset updates all the requirements for charms.openstack,
charm-helpers, charms.ceph, zaza and zaza-openstack-tests back
to master branch.

Change-Id: I4346d715d47b77e862ecf75d6ab6f00e1dcab752
2021-05-03 16:03:18 +01:00
Alex Kavanagh 916fbd4474 21.04 libraries freeze for charms on master branch
* charm-helpers sync for classic charms
* build.lock file for reactive charms
* ensure tox.ini is from release-tools
* ensure requirements.txt files are from release-tools
* On reactive charms:
  - ensure stable/21.04 branch for charms.openstack
  - ensure stable/21.04 branch for charm-helpers

Change-Id: I6c46959aa659454d28880e375e3488058227dca7
2021-04-03 20:22:37 +01:00
Ryan Beisner dc456f91ed
Sync charm/ceph helpers, tox, and requirements
Change-Id: Ibb199504764b139f0207e0bd2e40a199559e1e44
2019-10-04 12:51:57 -05:00
David Ames 8d9a93bc6d Update charm-helpers-hooks.yaml and sync ch
Using the new version of the sync tool which removes the charmhelpers
directory before syncing, run charm helpers sync to find any unexpected
missing dependencies.

Change-Id: I2248cccf26979cba368d27312692c197df5c4ef1
2019-02-12 15:56:01 -08:00
Frode Nordahl 608b331bd7 Update repo to do ch-sync from Git
Change-Id: Ie01f45ef28ed5c07a3d18fa86f7185b4e1727923
2017-09-26 09:00:53 +02:00
James Page f11665a912 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 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 support for this feature.

Change-Id: Ia68d71fa7847faf18b36c68efff9955399a38a45
2016-09-21 10:15:24 +01:00
Edward Hope-Morley 485868fa54 Add support for user-provided ceph config
Adds a new config-flags option to the charm that
supports setting a dictionary of ceph configuration
settings that will be applied to ceph.conf.

This implementation supports config sections so that
settings can be applied to any section supported by
the ceph.conf template in the charm.

Change-Id: I8a447209b9040890e7c10585321b71da08a26b11
Closes-Bug: 1522375
2016-06-01 11:34:59 +01:00
Edward Hope-Morley 7f71ff931d Add hardening support
Add charmhelpers.contrib.hardening and calls to install,
config-changed, upgrade-charm and update-status hooks. Also
add new config option to allow one or more hardening
modules to be applied at runtime.

Change-Id: I7f5b2f6f271829c696a496319d64f575d0da1e26
2016-03-24 11:37:10 +00:00
Liam Young c16a895d4c Add NRPE support
Add support for the nrpe subordinate. Check definitions are past from this
charm to the nrpe charm

Change-Id: Icfeddc6ccbec2869a6f0880b4be0f67289d3b745
Closes-Bug: 1557611
2016-03-17 10:41:03 +00:00
Liam Young 7ed00e3a2d [gnuoy,trivial] Pre-release charmhelper sync 2015-08-03 15:53:01 +01:00
Liam Young 8c07557998 Enable haproxy 2015-01-14 16:48:07 +00:00
Liam Young 61c6512f3a Add required charmhelper module 2014-11-27 13:30:03 +00:00
Liam Young 517c47a852 Fix net splits vip config 2014-11-27 13:27:36 +00:00
Liam Young 939e1e22a8 Merged trunk in 2014-11-27 10:54:25 +00:00
Corey Bryant 261711002a Move charm-helpers-sync.yaml to charm-helpers-hooks.yaml and
add charm-helpers-tests.yaml.
2014-09-27 02:57:08 +00:00