- Apr 05, 2019
-
-
Chris MacNaughton authored
Change-Id: Iff973331c075ba05f827bd599831bc324a71bcf5
-
- Apr 04, 2019
-
-
Chris MacNaughton authored
As a part of the Stein release, we need to ensure that charmhelpers is up to date. Change-Id: I0a713373aaa7d36474e575667c91856f6690ba76
-
- 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
-
- 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 11, 2019
-
-
Corey Bryant authored
Change-Id: Iac4b963eef9de40938c98053c9d7cab30dbb0500
-
- Jan 08, 2019
-
-
Corey Bryant authored
Change-Id: Ife58c6e14465b6f93fa46bd1968936a79d1b97d1
-
- Dec 21, 2018
-
-
melissaml authored
Change-Id: I5ab5d72ab5a312205275b2478abb402627f5a21a
-
- 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 09, 2018
-
-
Ryan Beisner authored
Change-Id: Idfc2d473bcb76552e8f280e795cae02cffafa865
-
- 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
-
- Aug 27, 2018
-
-
Ryan Beisner authored
Change-Id: I6ef5624c5cfeabc81c74e9e078df83e461321a5a
-
- Jul 13, 2018
-
-
Chris MacNaughton authored
Change-Id: I3b58874e67cf98ff2d3913b6f19df8048c820b4b
-
- 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: Ie92c503dd8aaf1fb43920792a676c98bfc222cc9 Related-Bug: #1698154
-
- May 09, 2018
-
-
David Ames authored
Change bionic test from dev to gate for 18.05. Change-Id: I62ce9734a406f97b8199255d722577a23cc68cab
-
- Mar 06, 2018
-
-
David Ames authored
When >= queens ceilometer uses the identity-credentials relation rather than the identity-service relation. When using HTTPS ceilometer still needs the CA certificate from keystone. This change sets up the CA when using the identity-credentials relation. Please merge https://github.com/juju/charm-helpers/pull/124 first. Change-Id: I7c6ca1d913ad8b8123685a064933031f322869df
-
- Feb 26, 2018
-
-
Liam Young authored
Queens ceilometer requires a number of different services and relations, the amulet functional tests have been updated for that. Also move to using charmhelper keystone v3 api helpers. Change-Id: I432c8937693fb47e7ca52e6dafe143a0143c437d Requires: https://github.com/juju/charm-helpers/pull/119
-
- Feb 21, 2018
-
-
Ryan Beisner authored
Change-Id: Ia846fe377366315d93fc08b8382d01631b25ecc0
-
- Feb 09, 2018
-
-
Billy Olsen authored
Sync charm-helpers to pick up the updated InternalEndpointsContext which removes the need to provide a package. This essentially reverts commit f76d0755 in favor of an alternative approach to selecting the volume catalog endpoint information. Change-Id: I4a985fe1b8885b14aefdfeda9a8c2c4914c5fc93 Related-Bug: #1733566
-
- Jan 19, 2018
-
-
Ryan Beisner authored
Notable issues resolved: openstack_upgrade_available() broken for swift https://bugs.launchpad.net/charm-swift-proxy/+bug/1743847 haproxy context doesn't consider bindings https://bugs.launchpad.net/charm-helpers/+bug/1735421 regression in haproxy check https://bugs.launchpad.net/charm-helpers/+bug/1743287 Change-Id: I50e8b24c4e9404f81a4b782f414171d5ded31dfb
-
- Jan 03, 2018
-
-
James Page authored
Update charm to support Ceilometer@Queens; specifically: - Removal of Ceilometer API service - Removal of ceilometer-collector service Most of this change is related to dropping of these services; In addition its now possible to complete a ceilometer-upgrade without mongodb being configured. As this charm no longer provides any endpoints to keystone, for Queens the identity-credentials relation is required instead of the identity-service relation. Change-Id: I3cefc24ffc9a0e60f446fbbdff603dfad37f7baa
-
- Dec 11, 2017
-
-
David Ames authored
The default HAProxy timeout values are fairly strict. On a busy cloud it is common to exceed one or more of these timeouts. The only indication that HAProxy has exceeded a timeout and dropped the connection is errors such as "BadStatusLine" or "EOF." These can be very difficult to diagnose when intermittent. This charm-helpers sync pulls in the change to update the default timeout values to more real world settings. These values have been extensively tested in ServerStack. Configured values will not be overridden. Partial Bug: #1736171 Change-Id: I2474ba8abbd77d89b82d2fefb51aef463c45169b
-
- Dec 08, 2017
-
-
Edward Hope-Morley authored
Change-Id: Ie361b9a43a6a45b3c3fcd8ac87fdfaad599b2639 Partial-Bug: 1733566
-
- Nov 22, 2017
-
-
Ryan Beisner authored
Change-Id: I96674f2d5a8573a5e6fc4800108adca74bdd406c
-
- Aug 24, 2017
-
-
Ryan Beisner authored
Change-Id: If1bd2f866d0390f983acb97b7509288ea75f724d
-
- Aug 18, 2017
-
-
David Ames authored
Enable dual stack IPv4 and IPv6 VIPs on the same interface. HAProxy always listens on both IPv4 and IPv6 allowing connectivity on either protocol. charm-helpers sync for HAProxy template changes. Change-Id: Iaf85680f2c8b08856ff2476a97798ca94994aaa6
-
- Jul 25, 2017
-
-
David Ames authored
With keystoneauth1 sessions the service catalog search function, url_for takes argument interface, no longer named endpoint_type. This change updates tests to use this argument name. Change-Id: Id26ce1940564c86a394161d377aa63c4cc982056
-
- May 12, 2017
-
-
James Page authored
Resync charmhelpers for Pike support. Add pike tests but don't enable until after first charm-helpers resync for pike support across the charm set. Change-Id: I65a42e74e72f669290e6751c62db54de27a51849
-
- Apr 26, 2017
-
-
Alex Kavanagh authored
charm-helpers was updated to support ipv4 for the MemcacheContext if no ipv6 network is available. This sync just updates charm-helpers to support that. Related-Bug: 1678124 Change-Id: I377e13e0818d6bf83b64ba09b012e06a0db46e5a
-
- Mar 10, 2017
-
-
David Ames authored
- 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. - Note: Revert back to cs:mongodb when it supports current UCA pockets https://bugs.launchpad.net/charm-ceilometer/+bug/1671865 Change-Id: I81dd02655d0aa9ebddef189b9e622a6a83beb4ba
-
- Feb 14, 2017
-
-
David Ames authored
Get each charm up to date with lp:charm-helpers for release testing. Change-Id: Ieb121cdd8a895b75bddde68e61c24a55ceff2b36
-
- Jan 13, 2017
-
-
Corey Bryant authored
This change aligns with the Ocata ceilometer package, which has moved the ceilometer-api to run under mod_wsgi with apache2. Change-Id: I0f13f3bcb346182541376843a65d07f570f89442
-
- Dec 12, 2016
-
-
Liam Young authored
With the release of 4.2.0 of keystonemiddleware using the in-process token cache is no longer recommended. It is recommended that a memcache backend to store tokens is used instead, This installs and configures memcache and configures neutron-server to use memcache for token caching. http://docs.openstack.org/releasenotes/keystonemiddleware/mitaka.html#id2 Change-Id: I1f7764afb24b511508432fa758596cc9ab40aba8
-
- Dec 01, 2016
-
-
Corey Bryant authored
Change-Id: I0d8d3399a7da07a2bf2418fb2a35546fbda1db7f
-
- Nov 29, 2016
-
-
Frode Nordahl authored
Needed to get admin_domain_name relation data and updated version of section-keystone-authtoken-mitaka Partial-Bug: 1636098 Change-Id: If2be2265530d8f9535fc15e29a1a07748943d189
-
- Oct 13, 2016
-
-
Ryan Beisner authored
- Remove Precise-Icehouse Amulet test definitions if they exist. - Add Xenial-Newton Amulet test definitions. - Add Yakkety-Newton Amulet test definitions. - Use the percona-cluster charm in tests instead of the mysql charm. - Update amulet for change in svc names on systemd Change-Id: I649b3e5ce19578ddabba4303a20bfd8d279001e4
-
- Sep 30, 2016
-
-
David Ames authored
Get each charm up to date with lp:charm-helpers for release testing. Change-Id: Ie03dba2c7ee32b8f23427f45a59eb71ff35080bf
-
- Sep 20, 2016
-
-
James Page authored
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: I4cf3c3389def2a0dc9d0cd286aa8190cbfa59f9a
-
- Jul 21, 2016
-
-
Liam Young authored
Sync charmhelpers to pick up bug fixes for 1607 release Change-Id: If0e8f77edc82a466ea9b9ec018f16b21c72c6a57
-