Merge "Enable key rotation action and add release note"

This commit is contained in:
Jenkins 2017-06-19 18:17:54 +00:00 committed by Gerrit Code Review
commit a4e6956f8d
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
features:
- In the parameters section of actions, the rotate_fernet_keys action was
added. It does a rotation based on the values of the generated passwords
or the parameter_defaults given by the user. Note that this merely does
the rotation, deletes the excess keys and persists the new value in the plan
environment. However, the action doesn't go to the nodes and adds the
keys to the actual repository; that's part of a separate workflow.

View File

@ -88,6 +88,7 @@ mistral.actions =
tripleo.parameters.get_passwords = tripleo_common.actions.parameters:GetPasswordsAction
tripleo.parameters.get_profile_of_flavor = tripleo_common.actions.parameters:GetProfileOfFlavorAction
tripleo.parameters.generate_fencing = tripleo_common.actions.parameters:GenerateFencingParametersAction
tripleo.parameters.rotate_fernet_keys = tripleo_common.actions.parameters:RotateFernetKeysAction
tripleo.plan.create_container = tripleo_common.actions.plan:CreateContainerAction
tripleo.plan.delete = tripleo_common.actions.plan:DeletePlanAction
tripleo.plan.list = tripleo_common.actions.plan:ListPlansAction