- Mar 07, 2019
-
-
Pete Vander Giessen authored
A system upgrade broke ostestr. We can fix it by just calling stestr directly. Change-Id: I8a47c6d9615c3e85d72bbcba8941619512c2da72
-
- Feb 26, 2019
-
-
James Page authored
The ceilometer charm was already using transport_url for Ocata or later deployments; resync helpers and include new revised sectional config for SSL and HA settings. Change-Id: Ib1822a89de8da6986552229a2b84ec5b784550ed Closes-Bug: 1817672
-
- Feb 12, 2019
-
-
David Ames authored
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: I4f22eafc217f94992210592f4219ff6bf23eeef0
-
- Feb 11, 2019
-
-
Zuul authored
-
- Feb 08, 2019
-
-
Ryan Beisner authored
The pre-install operations may fail, yet that failure is not elevated to the user. This masks the failure and makes early package install issues difficult to troubleshoot. If the basic pre-install script fails, the charm should not proceed to later hooks as the requirements may not be met. Hashbangs for bash should specify -e (errexit) on all of the pre-install bash scripts. Change-Id: Ibea69c2280c58f995152330f8a60f7d1babcf549 Closes-bug: #1815243 Partial-bug: #1815231
-
- Feb 07, 2019
-
-
David Ames authored
The previous attempt at addressing Bug#1811108 was a bit naive. It was not HA aware and it failed to handle upgrade-charm. This change moves from kv to leader-set as only the leader needs to run the action and then inform the other nodes. Note: on upgrade-charm we must assume the deployment has run ceilometer-upgrade as there is no mechanism to determine this independently. If we do not do this, the charm is in blocked state after charm-upgrade. A warning is logged that this assumption has occurred. Partial-Bug: #1811108 Change-Id: Idcc26df53542e78f0671942c99edfcbf61eccf6c
-
Zuul authored
-
Edward Hope-Morley authored
The charm currently configures events to be published to rabbit on both the config.event_topic (event.sample queue) and alarm topic but as of Queens Ceilometer no longer consumes event.sample. This patch makes the event_sink publishers configurable and defaults to publishing to aodh to retain backwards compatibility. Change-Id: I5b55f31adcf2b069ff51e387a416f9f1ac4099f8 Partial-Bug: #1676586
-
- Feb 06, 2019
-
-
Ryan Beisner authored
Remove trusty-icehouse test combo from gate, leaving trusty-mitaka if/where it exists. Change-Id: Id14d83ae5a2dcb31267270ac5dacb2015708c756
-
- Jan 30, 2019
-
-
Zuul authored
-
- Jan 29, 2019
-
-
David Ames authored
Currently it is unclear that ceilometer is not actually ready when it is related to gnocchi until the ceilometer-upgrade action has run. The status will show active Unit is ready when it is not. When gnocchi is related, check that the ceilometer-upgrade action has been run. If not set workload status to prompt the administator to run the action. Please merge the charm-helpers change first: https://github.com/juju/charm-helpers/pull/270 Partial-Bug: #1811108 Change-Id: Id778ed3f59e4bcde9c6586aad46be2b5b9ccb531
-
- Jan 28, 2019
-
-
Edward Hope-Morley authored
Commit 3838010a added code that was subsequently made redundant by commit 668a2898 but never removed. This patch cleans things up. Change-Id: I59fcea6f5bb19e0bc57856600a85a18419cf8730
-
- Jan 11, 2019
-
-
Corey Bryant authored
Change-Id: Iac4b963eef9de40938c98053c9d7cab30dbb0500
-
- Jan 09, 2019
-
-
Zuul authored
-
- Jan 08, 2019
-
-
Corey Bryant authored
Change-Id: Ife58c6e14465b6f93fa46bd1968936a79d1b97d1
-
- Dec 21, 2018
-
-
melissaml authored
Change-Id: I5ab5d72ab5a312205275b2478abb402627f5a21a
-
- Dec 11, 2018
-
-
Zuul authored
-
- Dec 06, 2018
-
-
Ryan Beisner authored
Change-Id: Id6fea2f6805e59d976f44a2318ddac7c7bd95e78
-
- Dec 04, 2018
-
-
Liam Young authored
Use the generate_ha_relation_data helper from charmhelpers to generate the data to send down the relation to the hacluster charm. This results in a few changes in behaviour: 1) The charm will no longer specify a nic name to bind the vip. This is because Pacemaker VIP resources are able to automatically detect and configure correct iface and netmask parameters based on local configuration of the unit. 2) The original iface named VIP resource will be stopped and deleted prior to the creation of the new short hash named VIP resource. Change-Id: I6c10762e4f3367684f19852d03d5e5b84cf37600
-
- Nov 30, 2018
-
-
Xav Paice authored
This change adds polling.yaml to the list of managed config files, for Queens and above. Two new config items are added alongside the template, to take into account a choice between the two polling.yaml files supplied with the Ceilometer source, one which has a small list of pollsters and the other which has all pollsters. Additionally the change adds the option to set the polling interval. Change-Id: Ifff72870cf79bea23dbd21586857dd832c9e1405 Closes-Bug: 1785933 Closes-Bug: 1652848
-
- Nov 15, 2018
-
-
Liam Young authored
On charm upgrade the charm may switch to py3 packages. If so, ensure the old py2 packages are purged. If the purge occurs then restart services. Change-Id: I23812e518d5d0ba64dff33ac8d704b8b0f829b7e Closes-Bug: 1803451
-
- Nov 09, 2018
-
-
Ryan Beisner authored
Change-Id: Idfc2d473bcb76552e8f280e795cae02cffafa865
-
- Nov 02, 2018
-
-
Doug Hellmann authored
We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: Iaf0db51532f8397529cb603815baecff90cb0e88 Signed-off-by:
Doug Hellmann <doug@doughellmann.com>
-
- Nov 01, 2018
-
-
Ryan Beisner authored
Change-Id: I0921c5508a64e986fe9ad943700276e68fe7e4ba
-
- Oct 19, 2018
-
-
Liam Young authored
This change adds the ability to listen for events across multiple rabbit queues. Nova cells v2 has a message broker per cell and the charms already support having a separate message broker for neutron, in both these topologies ceilometer needs the ability to listen to multiple brokers. To achieve this a new relation 'amqp-listener' has been introduced. The existing 'amqp' relation should be used for the broker that ceilometer listens to and publishes to. 'amqp-listener' should be used for additional brokers that ceilometer just listens on. Update functional tests to satisfy relation with nova-cloud-controller. Change-Id: Ifdade3f7814620f4cd4a1d35a584cbc099bb6d88
-
- Oct 15, 2018
-
-
Zuul authored
-
- Oct 10, 2018
-
-
Liam Young authored
Charmhelpers is now installed via pip for unit tests so stop 'Make sync' from pulling it down. Change-Id: I605e431fea9d57eac431a83c3347058c73384710
-
- Oct 04, 2018
-
-
Zuul authored
-
- Oct 03, 2018
-
-
David Ames authored
Implement the series-upgrade feature allowing to move between Ubuntu series. Change-Id: I4fadff9ff740b37f19fac47c68131f0128bf24bc
-
Ryan Beisner authored
Change-Id: I78010884bce5c025901aa16bc32d123ac1d33c9d
-
- Sep 26, 2018
-
-
Felipe Reyes authored
The configuration file /etc/ceilometer/pipeline.yaml will be managed by juju, currently it is not. On every change of this file ceilometer-collector daemon is restarted. Change-Id: Ie18a5284812f4f698b929b9e17b34289e7732bf7 Closes-Bug: 1715672
-
- Sep 21, 2018
-
-
Zuul authored
-
- Sep 19, 2018
-
-
Corey Bryant authored
Switch package install to Python 3 for OpenStack Rocky or later. When upgrading, remove any python-* packages that where explicitly installated and then autoremove --purge any dependencies that are no longer required. Change-Id: I120ed44988f9e86a27f464dc879acdc1b8926dd8
-
Ryan Beisner authored
Add a tactical change which is already merged into charm-helpers. This needs to go into all charms to solve the chicken:egg issue where cosmic is untestable until this change exists. Reference: https://github.com/juju/charm-helpers/commit/4835c6c167c429527ef0a0291d17cf559c9cf880 Change-Id: If8339ef341188d8daf50a692bd125b7f3305884b
-
- Sep 11, 2018
-
-
Doug Hellmann authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ia7c13ed8ffbba0bbf64d2d8a169785a62dee6d99 Story: #2002586 Task: #24317
-
- Aug 27, 2018
-
-
Ryan Beisner authored
Change-Id: I6ef5624c5cfeabc81c74e9e078df83e461321a5a
-
- Jul 18, 2018
-
-
Ryan Beisner authored
Change-Id: I8014e4b9c174e91f547cba689c05266fb4ef0fa7
-
Chris MacNaughton authored
Change-Id: I9ad9e7668a2664a0ac9fde680869737e76ed87b6 Closes-Bug: #1713807
-
- Jul 13, 2018
-
-
Chris MacNaughton authored
Change-Id: I3b58874e67cf98ff2d3913b6f19df8048c820b4b
-
- Jul 12, 2018
-
-
Nguyen Van Duc authored
Python 3.6 is installed by default in Ubuntu 18.04 LTS. Therefore, according to Transition Plan [1], it'll be handy to have py36 testenv. For more details, please check Python2 Deprecation Timeline [2] and Python3-first Goal - Completion Criteria [3]. [1] https://wiki.ubuntu.com/Python/Python36Transition [2] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html [3] https://review.openstack.org/#/c/575933/8/goals/stein/python3-first.rst@42 Change-Id: I219e5015ebddb56e2f1c38d6ba83bc1057e56f86
-