- Feb 07, 2019
-
-
David Ames authored
The ceilometer-upgrade action is required for all gnocchi tests because the ceilometer-upgrade action is required whenever gnocchi is related to ceilomter. Change-Id: I95b5368e969bfbafceef2594625810f13c590a82
-
- Feb 02, 2019
-
-
David Ames authored
Change-Id: Iecd65ae70b7a2672306a33801836f365a8dfc6d1 Closes-Bug: #1813982
-
- Feb 01, 2019
-
-
Corey Bryant authored
Run ceilometer upgrade action in functional tests. Switch to using proposed packages pending LP: #1813582 Closes-Bug: #1813982 Related-Bug: #1813582 Change-Id: Ie4bce16994fee7a3c4a546e0d7450dd44e92373d
-
- Dec 19, 2018
-
-
Liam Young authored
Change-Id: I997d09eeafaba9ffc4af97b243b8e1e62d1e7d8f
-
- Nov 30, 2018
-
-
James Page authored
We should increase concurrency using processes rather than threads for the Gnocchi WSGI application, avoiding high memory consumption over time under load. Change-Id: I3d92c6997ec2129ab6ad161caac941f19cd6fbfe Closes-Bug: 1806008
-
- Nov 27, 2018
-
-
James Page authored
Rebuild charm to pickup latest changes to charms.openstack to resolve issues with haproxy being restarted due to random dict iteration. Change-Id: I276aa16bf0b64c3d72a60e11f527e9c8639f4a63 Closes-Bug: 1800980
-
- Nov 26, 2018
-
-
David Ames authored
Pull in the fix for Bug #1800730 in the mysql-shared interface. Change-Id: I324afd953381dcca42b5a230078245ebd40196d1 Partial-Bug: #1800730
-
- Nov 07, 2018
-
-
Ryan Beisner authored
Change-Id: If66975008b0b55d4bce249588e768a7102a0676c
-
- Oct 12, 2018
-
-
Zuul authored
-
- Oct 04, 2018
-
-
Ryan Beisner authored
Also remove tests/charm-helpers if present, in favor of the pip-installed charm-helpers. Change-Id: If4764838c6eb9ebc547932545daf9b2f339feb15
-
- Sep 26, 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: I773bc5379de0eca8357c05084519cd1c71905d1e Signed-off-by:
Doug Hellmann <doug@doughellmann.com>
-
- Sep 23, 2018
-
-
Liam Young authored
Implement the pause and resume actions in the charm. Depends-On: https://review.openstack.org/#/c/603315/ Depends-On: https://review.openstack.org/#/c/603312/ Change-Id: Id0ad84b34e240c228fa81baf62b1ed461419a161
-
- Sep 20, 2018
-
-
Liam Young authored
Change-Id: I9b63f5edf7aaa3e2d106579d30ae9f90930b7f95
-
- 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: Ibec3c94971ec32e783df24dfbb4fa5059832b8af Story: #2002586 Task: #24317
-
- Sep 04, 2018
-
-
Zuul authored
-
- Aug 27, 2018
-
-
Ryan Beisner authored
Change-Id: Ib89e69a6d2c5b9e652bfed74acbbcbcc4a7186d6
-
- Aug 17, 2018
-
-
James Page authored
Update latest release to ship with a version 4 to rocky, ensuring that charm does not try to keep upgrading gnocchi. Change-Id: I60834807687ca0d9fb0bfc68095a79bddf0eb717
-
- Jul 18, 2018
-
-
Ryan Beisner authored
Change-Id: Ifc653a91aa82208fa4a9deba82d3f84075aa1447
-
- Jul 17, 2018
-
-
James Page authored
Ensure WSGI processes run under the 'gnocchi' group to support restriction in permissions to /etc/gnocchi/* to root or members of the gnocchi group. This change also picks up changes in charms.openstack to support this functionality, as well as fixing misc issues with upgrades. Change-Id: I14d865cd96b7c250ad92c8bdee74693a6eccc769 Closes-Bug: 1780490 Closes-Bug: 1779062 Related-Bug: 1781468
-
- Jul 16, 2018
-
-
Zuul authored
-
- Jul 15, 2018
-
-
James Page authored
Due to misc bugs in the way older versions of the gnocchi packages installed the api-paste.ini, this file is not treated as a dpkg configuration file, and as a result @ Queens, the file from the package is not installed over any previous version. Include api-paste.ini as part of the charm to ensure that a good paste configuration is installed for all Gnocchi releases. Change-Id: I1362a64368f0df8e07c7d29d5b504edaf96a70de Closes-Bug: 1781468
-
- Jul 13, 2018
-
-
Chris MacNaughton authored
Change-Id: Idcf43aa83379b155d4624aaadb310c6c5972f0fe
-
- Jul 12, 2018
-
-
Zuul authored
-
- Jul 11, 2018
-
-
Ryan Beisner authored
Ensure that EOL releases are removed from metadata and tests, and that the current dev release is enabled in metadata. Dev release tests are enabled separately because of chickens and eggs. Change-Id: Id7d1c9649210e169ff3af701a7ea9d8b9b34a9d9
-
Zuul authored
-
- Jul 10, 2018
-
-
Zuul authored
-
- Jun 28, 2018
-
-
Liam Young authored
Ensure that oslo.middleware parses any proxy information forwarded from haproxy/apache with regards to protocol; this ensures that https connections are correctly detected. Change-Id: I2f8082c5a4b2e621a275d02db9123396d6de3971 Depends-On: https://review.openstack.org/578645 Closes-Bug: 1758675
-
Vu Cong Tuan 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: I1706900eb43d8189f1302d73bc469269b003e329
-
- Jun 21, 2018
-
-
Corey Bryant authored
Change-Id: I48531cb33b0f0e50649322f9bd90b44460ea3982
-
- Jun 12, 2018
-
-
XiaojueGuan authored
Change the outdated links to the latest links in README Change-Id: I728697f9e6ef8107e3d30039d1665bc331f5c9d9
-
- Jun 04, 2018
-
-
Chris MacNaughton authored
Due to changes to the ceph-osd charm, it is suggested to use Juju storage for testing. Change-Id: If09343a31400e0a12bdcd9cbf9db55e7f6dc3160 Related-Bug: #1698154
-
- May 17, 2018
-
-
Zuul authored
-
- May 16, 2018
-
-
David Ames authored
Change bionic test from dev to gate for 18.05. Change-Id: Ib4cf1f94b3ba86380f79b5254e21de46f23d3c98
-
Liam Young authored
Support for tls-certificates has been added to the openstack-api layer, charms.openstack and charm-helpers. Trigger a rebuild to pull in those updates. Change-Id: I1e91f596a5aff00179fdd2e23da3b8fda2f45cf3
-
- May 11, 2018
-
-
Frode Nordahl authored
Pull in fix for rendering Apache VirtualHost correctly when charm is bound to network spaces. Change-Id: I5c754feff3f0e9babc9a41ab70d3546c44db0ab9 Related-Bug: #1745389 Closes-Bug: #1769973
-
- Apr 05, 2018
-
-
Zuul authored
-
- Apr 04, 2018
-
-
Zuul authored
-
- Apr 03, 2018
-
-
Ryan Beisner authored
As of pip 10.0, --allow-unverified is not permitted. Use of the flag in this repo was previously used to force installation of python-apt to accommodate certain unit tests. The unverified package, python-apt, is no longer necessary for test execution. Related-Bug: #1760720 Change-Id: I1c3e7d6a78485d82e72bdf26ed15672e0a982b07
-
- Mar 28, 2018
-
-
Ryan Beisner authored
Enable Queens, and set Queens as the smoke gate Remove Mitaka test target (not published as tested or recommended). Change-Id: I634d8960803133d2dfca1961f7b482a268b995aa
-
- Mar 06, 2018
-
-
David Ames authored
Pull in the fix for internal, public and admin certificates in charms.openstack. Change-Id: Ia6f6ee555f611da552337826f6fc6c87e34c7e55 Closes-Bug: #1750915
-