- Jun 23, 2016
-
-
Jenkins authored
-
- Jun 17, 2016
-
-
James Page authored
All OpenStack charms are now directly published to the charm store on landing; switch Amulet helper to resolve charms using the charm store rather than bzr branches, removing the lag between charm changes landing and being available for other charms to use for testing. This is also important for new layered charms where the charm must be build and published prior to being consumable. Change-Id: I355ae85812ed540c2aac322444cea19ccd322e14
-
- Jun 15, 2016
-
-
David Ames authored
Implement DNS high availability. Pass the correct information to hacluster to register a DNS entry with MAAS 2.0 or greater rather than using a virtual IP. Charm-helpers sync to bring in DNS HA helpers Change-Id: I543095a210e668f30c3617990b3ee668a3143dd9
-
- May 27, 2016
-
-
James Page authored
Add support for OpenStack Newton and Ocata. Rework version detection code to just match on major version for OpenStack projects using semantic versioning. Provide fallback version detection based on major.minor versions for swift packages. Rework config-flags support helpers. Fix is_ip function to correctly detect both IPv4 and IPv6 addresses. Change-Id: I04abcebe8181810c4c66e1f0691f5693ce7f7827
-
- May 18, 2016
-
-
James Page authored
Avoid use of 'service --status-all' which is currently broken on trusty for upstart managed daemons; the change moves to detecting how the daemon is managed, and then using upstart status XXX or the return code of service XXX status to determine whether a process is running. Fixes for IPv6 network address detection under Ubuntu 16.04 which changes the output format of the ip commands slightly. Update the version map to include 8.1.x as a Neutron version for Mitaka. Change-Id: Ied1707170d7cfed6beaed9435bd0edd446ef06a2 Closes-Bug: 1581171 Closes-Bug: 1581598 Closes-Bug: 1580674
-
- Apr 17, 2016
-
-
Alex Kavanagh authored
Pause failed as configure_https() had a service restart that was missed in the initial pause/resume feature addition. configure_https() was triggered via a 'config-changed' hook that could occur whilst the unit is pause. Also enhanced the pause/resume test to include a forced 'config-changed' hook to run to test that the fix works. Change-Id: I0d2820fe5d447dd7877afacb0a63a8590f027b31 Closes-Bug: #1570375
-
- Apr 13, 2016
-
-
Ryan Beisner authored
Sync charm-helpers. Remove irrelevant service checks from amulet test, ie. only check ceilometer* services. Normalize amulet tests between ceilometer and ceilometer-agent. Change-Id: Ie699aaab2a27b78fe4d20e6f2496fabd19806222
-
- Apr 12, 2016
-
-
Liam Young authored
Change-Id: I4cc8c7fe1e5929ec86d9221741d194a20ed3048c
-
- Mar 31, 2016
-
-
James Page authored
Juju 2.0 provides support for network spaces, allowing charm authors to support direct binding of relations and extra-bindings onto underlying network spaces. Resync charm-helpers to pickup support in API endpoint resolution code and add API extra-bindings to the charm metadata. Change-Id: Ica87935997e116d32beea4cab1a6f12f1de54b54
-
- Mar 24, 2016
-
-
Edward Hope-Morley authored
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: I7752d72cc5a3f47fe66bca23aac730d76af8556a
-
- Mar 23, 2016
-
-
James Page authored
The new release of charm-tools no longer ships the charm command; update minimum version requirement and switch to using charm-proof instead, unblocking current pep8 failures across all charms. Also pin the version of requests to 2.6.0 until theblues (indirect dependency of charm-tools) sort out its requirements versioning. Change-Id: I0431192e165353aa2fd414f06afaf6ce132f9970
-
- Mar 17, 2016
-
-
Alex Kavanagh authored
Adds improved pause and resume unit to the charm such tha the charm stays paused during maintenance operations. Updates the basic_deployment.py to use the the new version of python-ceilometerclient (that's available in xenial, but works back to icehouse/precise. Change-Id: I869e467d0e4d9fecd661a6f946d45e31535ea11e
-
- Mar 16, 2016
-
-
Billy Olsen authored
Modify the Makefile to point at the appropriate tox targets so that tox and Make output can be equivalent. This involves mapping the lint target to the pep8 target and the test target to the py27 target. Change-Id: I47859e9b828a007eb3496cc6f0cfabef3e6add2c
-
- Mar 04, 2016
-
-
James Page authored
Rework ceilometer.conf to remove use of deprecated groups and options. Don't install aodh alarming services for Mitaka; this will be handled in a new aodh charm. Rework upgrade tests from precise-havana -> trusty-kilo. Change-Id: I74112fd6206665bbb7a20eaa5be15ac85116ae03
-
James Page authored
Grizzly and Havana have been unsupported for some time; remove templates as they are no longer tested or required. Change-Id: I97377182fe28e3f7aa98784b537e1a353a58280d
-
- Mar 03, 2016
-
-
Jenkins authored
-
- Mar 02, 2016
-
-
James Page authored
Change-Id: I63f6b93231da67094ccb1c81c7b114e8e48124f5
-
- Mar 01, 2016
-
-
Liam Young authored
The charm should always update ceilometer relation data when identity-relation data is changed. Change-Id: I8e8acacd30b9be0d63464427015358e7fcc683e7 Closes-Bug: 1517225
-
- Feb 29, 2016
-
-
uoscibot authored
-
- Feb 24, 2016
-
-
James Page authored
-
- Feb 16, 2016
-
-
James Page authored
-
- Feb 12, 2016
-
-
Edward Hope-Morley authored
Sync charmhelpers to get support for supplying a Ascii Armor PGP key to openstack-origin (currently only supports Radix64) Closes-Bug: 1518975
-
- Feb 11, 2016
-
-
Edward Hope-Morley authored
-
Edward Hope-Morley authored
Sync charmhelpers to get fix for bug 1518975
-
- Feb 10, 2016
-
-
James Page authored
-
- Feb 04, 2016
-
-
Billy Olsen authored
shared secrets from other nodes (leader node). The secret sharing previously worked because it used the peer storage prior to leadership election due to the direct usage of relation_get rather than using the retrieval methods provided by the peer storage framework. Closes Bug: LP #1541618
-
- Jan 19, 2016
-
-
James Page authored
-
Ryan Beisner authored
-
- Jan 12, 2016
-
-
Liam Young authored
Update test combo definitions, remove Vivid deprecated release tests, update bundletester testplan yaml, update tests README.
-
- Jan 08, 2016
-
-
Ryan Beisner authored
-
Ryan Beisner authored
-
Ryan Beisner authored
-
Ryan Beisner authored
-
Ryan Beisner authored
-
Liam Young authored
-
Liam Young authored
In Mitaka, ceilometer-alarm-notifier and ceilometer-alarm-evaluator are replaced by aodh-notifier and aodh-evaluator
-
Corey Bryant authored
-
- Jan 06, 2016
-
-
Corey Bryant authored
-
Corey Bryant authored
In Mitaka, ceilometer-alarm-notifier and ceilometer-alarm-evaluator are replaced by aodh-notifier and aodh-evaluator.
-
Liam Young authored
-