charm-vault/src/actions
Bartosz Woronicz 6521e42c1c add restart and reload action
Main reasoning for this change is to add ability
to reload Vault configuration by SIGHUP without
the Vault getting sealed.
Upstream use of HUP with ExecReload can be found in the official docs
https://www.vaultproject.io/guides/operations/deployment-guide#configure-systemd
Restart was also added as an extra feature.

Closes-Bug: #1916921
Change-Id: I1a0a0f6aba5f94d76cd80cf37c970c65f354ad97
Func-Test-Pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/517
2021-03-07 01:23:09 +01:00
..
actions.py add restart and reload action 2021-03-07 01:23:09 +01:00
authorize-charm Add action to allow charm to make calls to vault 2018-04-20 15:50:09 +00:00
disable-pki Add action to generate root CA 2018-10-03 14:02:53 -04:00
generate-root-ca Add action to generate root CA 2018-10-03 14:02:53 -04:00
get-csr Add support for tls-certificates interface 2018-06-06 08:18:30 +00:00
get-root-ca Add action to generate root CA 2018-10-03 14:02:53 -04:00
pause actions: add stop/start actions to the vault service 2019-11-28 16:44:16 +00:00
refresh-secrets Use secret_id's with vault-kv relation 2018-05-08 12:46:01 +02:00
reissue-certificates Add support for tls-certificates interface 2018-06-06 08:18:30 +00:00
reload add restart and reload action 2021-03-07 01:23:09 +01:00
restart add restart and reload action 2021-03-07 01:23:09 +01:00
resume actions: add stop/start actions to the vault service 2019-11-28 16:44:16 +00:00
upload-signed-csr Add support for tls-certificates interface 2018-06-06 08:18:30 +00:00