- Oct 22, 2017
-
-
Alex Barchiesi authored
-
- Aug 23, 2017
-
-
Ryan Beisner authored
Change-Id: Ide22dd42fcdc1969c988cdc6eb1a37f6e3c05c0e
-
- Aug 22, 2017
-
-
Jenkins authored
-
- Aug 21, 2017
-
-
Frode Nordahl authored
Unconfigured keystone service listening on ports destined for haproxy race with start of haproxy service. Change-Id: I9f601344e72bd67738429f82151f9683f5ecf8e4 Closes-Bug: #1648396
-
- Aug 18, 2017
-
-
Alex Kavanagh authored
The code relies on a undocumented (and probably unstable) feature of CPython to close a file when the reference is GCed. However, it's pretty poor practice to do so, so this patchset replaces them with "with ..." statements to ensure that the files are closed when no longer being used. Change-Id: I6f24bc042a820ddd0147247267ee159753cfc1fb
-
- Aug 15, 2017
-
-
Jenkins authored
Merge "Modify tests.yaml which specifies bundletester config params with the following key:value pairs:"
-
- Aug 11, 2017
-
-
Jenkins authored
-
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. Update edge cases for is_ssl_cert_master for Bug #1709356. Update amulet tests for keystoneauth1 tests. charm-helpers sync for HAProxy template changes. Closes-Bug: #1709356 Change-Id: I401071fcdd66252f389475d45e8136fc68c474f1
-
- Aug 10, 2017
-
-
Alberto Colla authored
-
Alberto Colla authored
-
- Aug 09, 2017
-
-
Andrew McLeod authored
with the following key:value pairs: - reset_timeout: 600 Change-Id: I7bbb42430bfef4ab658901f86db120ab162de560
-
- Aug 01, 2017
-
-
Alberto Colla authored
-
Alberto Colla authored
-
Alberto Colla authored
-
Dmitrii Shcherbakov authored
Add Panko service to the supported services to support Panko charm deployment. Change-Id: Ief1829768bfd9db20923d5684ce621095832e3db
-
Alberto Colla authored
-
- Jul 06, 2017
-
-
James Page authored
Add gnocchi service to catalog of supported service types to support gnocchi charm deployment. Change-Id: I9946374ed42eeb3b580d4b66fc00d16b72da12eb
-
- Jun 29, 2017
-
-
Jenkins authored
-
- Jun 21, 2017
-
-
James Page authored
Use the 'uuid' entry point for token configuration; this has been supported for some time and future proofs the charm against changes in the internals of keystone. Change-Id: I9f16a4b38487069379069c698d713f5b498eb718
-
- Jun 14, 2017
-
-
Shane Peters authored
Change-Id: I62d6452cf1372afeb99a1e1d9fb8d90adaf8909d
-
- May 23, 2017
-
-
James Page authored
Update charm icon with new version that fits with new circular design for Juju GUI. Change-Id: I679de2a437dfb13c3f9cb824ab52b5aaf5787c6b Closes-Bug: 1686947
-
- May 12, 2017
-
-
James Page authored
Resync charmhelpers for pike version support. Add pike tests but leave disabled until all charms support pike. Add support for volumev3 service type for Cinder. Skip execution of PKI setup for >= pike as its been dropped from keystone. Change-Id: I9a4e452cc7b1b90126d1885c37f5a64b8241479d
-
- May 04, 2017
-
-
David Ames authored
Use the get_relation_ip function for selecting addresses for the cluster relationship. Including overrides for the admin, internal, and public config settings or extra bindings. Change-Id: I6d92523be1707549751d7153cd395f7bae217952 Partial-Bug: #1687439
-
- Apr 28, 2017
-
-
Jenkins authored
-
David Ames authored
- Turn on Zesty-Ocata Amulet test definitions. - Standardize test-requirements.txt - Sync charm helpers for various fixes Change-Id: Ia86ed2cf9557d9eb11f577d641eb3e6920ff9e3e
-
Jenkins authored
-
Jenkins authored
-
- Apr 27, 2017
-
-
Alex Kavanagh authored
- sync charmhelpers with fix-alpha helpers - fix up code where the alpha comparisons are done - fix tests which assumed mocks would just work on os_release() Change-Id: I9f4a3b15e53c757c2ae5ffb2eb45b6cdaecf4c8e Related-Bug: #1659575
-
- Apr 26, 2017
-
-
David Ames authored
When the percona-cluster charm sets an access-network but the default unit-get address is not on that network extra shared-db relations get executed. This is specifically a problem when running upgrades and trying to avoid API downtime. The root cause is that the access-network is not checked until the SharedDBContext is consulted. But then db_joined function will change it back to the wrong ip on subsequent runs. This change adds a check for access-network on the relation during the db_joined function and pushes IP selection off to get_relation_ip. Charm helpers sync to pull in changes to get_relation_ip. Change-Id: If1246bbe68d231df0aefea45598dc8c7cd904b87 Partial-bug: #1677647
-
James Page authored
Resync charm-helpers to pickup the latest code for calculation of worker process configuration, creating better default worker configuration when deploying in LXD containers. Switch the skew between public and admin processes to favour public 0.75/0.25 as the public API endpoints of a service will typically get a larger number of hits. Fixup unit test for minor behavioural change in charm-helpers. Change-Id: I4ab1d28f907ce29d5602b48ba7a438fc3690277c Closes-Bug: 1665270 Closes-Bug: 1686049
-
- Apr 13, 2017
-
-
Dmitrii Shcherbakov authored
This is needed for Contrail 3.2 Change-Id: Id27d3b21a31a03d285d33986e8653fbd772d1e39
-
- Apr 06, 2017
-
-
Edward Hope-Morley authored
This ensures that if the config changes and for example os-admin-network is set/changed then that info will be propagated to the cluster relation as required by things like HAProxyContext to properly configure backends. Change-Id: Ia820b7dc86ba081b6737007f63e5c1a7789fba0c Closes-Bug: 1641870
-
- Mar 22, 2017
-
-
Edward Hope-Morley authored
It is possible for the keystone charm to poll identity-relation before their remote unit has set values. This patch fixes a corner cases that cause a hook exception under this circumstance. Change-Id: I3339870b87adcd712a341ae5074b4af1e924f64a Closes-Bug: 1674786
-
- Mar 09, 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. Change-Id: If89406dabee66cfcf395bbb214457bdd1e576aad
-
- Feb 21, 2017
-
-
Frode Nordahl authored
Refresh v2 and v3 portion of policy.json from upstream keystone repository @ commit d4a890a6c8bd6927e229f4b665a982a51c130073 Add functional tests to verify effect of policy Update functional tests to use keystone_configure_api_version from charm-helpers Update functional tests to correctly validate cinder services when openstack release >= ocata Enable functional test for ocata, set appropriate cinder configuration. Change-Id: Idf07ff3a7c9d7e7eb30792719541319ab3426a41 Closes-Bug: 1651989 Closes-Bug: 1649446
-
- Feb 16, 2017
-
-
Jenkins authored
-
David Ames authored
Check if VIP or dns-ha is set to determine if the unit expects to be in HA. This is less racey that just checking for the ha relation. Wait until clustered to run the client relation hooks. This fixes bugs where client charms receive the private-address rather than the VIP on initial client relations. Charmhelper sync. Change-Id: I48b15113360ef892e38235ec4518173ec78ad143 Partial-bug: #1661392
-
- Feb 15, 2017
-
-
David Ames authored
When the keystone charm is upgraded the apache mod_wisgi configuration file name has changed. With duplicate configuration files apache fails to start up. Generalize the function disable_unused_apache_sites to handle any sites we may need cleaned up now or in the future. Change-Id: I13111bf9788ba3bfbef3efedb7b027323c84a6b8 Closes-bug: #1665044
-
- Feb 13, 2017
-
-
Edward Hope-Morley authored
Also fix and improve the README on https in the keystone charm. Change-Id: I42e12d8d0c159e9f2d66523b17d144c1e912e676 Closes-Bug: 1647193
-
- Feb 08, 2017
-
-
Corey Bryant authored
Change-Id: I9f4952e222138bcb5f23c0c40cfce5deb07bf61a
-