vault-charm:stable/20.02

Last commit made on 2020-03-13
Get this branch:
git clone -b stable/20.02 https://git.launchpad.net/vault-charm

Branch merges

Branch information

Name:
stable/20.02
Repository:
lp:vault-charm

Recent commits

324d5f6... by =?utf-8?q?Jos=C3=A9_Pekkarinen?= <email address hidden>

Rebuild of dependencies

Change-Id: Ie7daa37aac4a8984b68a93b8c7fee0faefcdd98a
Closes-bug: #1864804
Signed-off-by: José Pekkarinen <email address hidden>
(cherry picked from commit 0d4103ea6ca29dd9ed655cb002a60878b4b919a2)

eb9ab05... by Liam Young

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch zaza bundles to stable charms.

Switch to using stable charm-helpers branch.

Change-Id: I11e55242acde898e9c344e1f9028727b01a3fa82

1139756... by Liam Young

Gate running methods that need Vault backend on db

Gate running methods that need vault svc on db being available
as vault service will not be operational if the db is not present.
This is particularly important when the db is unavailable for
series upgrade.

Closes-Bug: 1862616
Change-Id: Iebea7d592b3e0520fbc095223e73bd1c960b4a05

026d768... by Liam Young

Rebuild for 20.02 release

Remove disco

Change-Id: I0618ac214e285c23596681140e86e3ef3744b8c7

03d37e8... by Alex Kavanagh

Change yaml.load to yaml.safe_load

This silences the warning in the referenced bug and is also safer.

Change-Id: I8653e3039fbcb6ff5dd51cb83111d4fc39fb3784
Closes-Bug: #1862045

a2f90f6... by James Page

mysql: configure maximum connection lifetime

Ensure that any server side termination of MySQL connections is
handled well by configuring a maximum connection lifetime of
3600 seconds. This is inline with defaults in OpenStack/oslo.db
and is typically equal to or less that the wait_timeout configured
in MySQL or Percona XtraDB Cluster. The default is '0' which
means connections will be used forever.

Longer term solution to this issue is to pass the configured
wait_timeout in MySQL on the shared-db relation so clients can
be configured consistently with the MySQL server.

Change-Id: Icd76caae0ff56fc5a27ea08399cbc6af59852897
Related-Bug: 1841063

aea868e... by ShangXiao

Switch to Ussuri jobs

Change-Id: If4b3302cb3e63a2540b96720361245a9c32d8d8d

191c9bc... by Sahid Orentino

handler: check for service running

Change-Id: I8bcde949a9cfec0094d7fde7af5ed2c956106ea9
Signed-off-by: Sahid Orentino Ferdjaoui <email address hidden>

fab3849... by Sahid Orentino

actions: add stop/start actions to the vault service

Note that, when resumed end-user will have to unsealed the service.

func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/128
Change-Id: I750f25ce6a8c1cc28320c39b49294aa5a9741d85
Closes-Bug: #1846375
Signed-off-by: Sahid Orentino Ferdjaoui <email address hidden>

b0ba16e... by Sahid Orentino

handler: avoid to tune backend pki when service is pause/sealed

Change-Id: I0e59655446c3d76ba290d8a9e53c897890b99929
Signed-off-by: Sahid Orentino Ferdjaoui <email address hidden>