diff options
author | James Slagle <jslagle@redhat.com> | 2017-06-26 09:48:34 -0400 |
---|---|---|
committer | James Slagle <jslagle@redhat.com> | 2017-07-10 17:39:57 +0000 |
commit | 11b3cb25a9884d8eaed0544a5ef2862e4a046652 (patch) | |
tree | bfdb0e4452392c5a34c058d4c29b48467001c203 /extraconfig/tasks/ssh/host_public_key.yaml | |
parent | d61d11daba1c4d0189e225e227e94f0136dd7ec1 (diff) |
Revert "Revert "Blacklist support for ExtraConfig""
There is a Heat patch posted (via Depends-On) that resolves the issue
that caused this to be reverted. This reverts the revert and we need to
make sure all the upgrades jobs pass before we merge this patch.
This reverts commit 69936229f4def703cd44ab164d8d1989c9fa37cb.
Closes-Bug: #1699463
implements blueprint disable-deployments
Change-Id: Iedf680fddfbfc020d301bec8837a0cb98d481eb5
Diffstat (limited to 'extraconfig/tasks/ssh/host_public_key.yaml')
-rw-r--r-- | extraconfig/tasks/ssh/host_public_key.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extraconfig/tasks/ssh/host_public_key.yaml b/extraconfig/tasks/ssh/host_public_key.yaml index e4ba0cc4..02fdbf1c 100644 --- a/extraconfig/tasks/ssh/host_public_key.yaml +++ b/extraconfig/tasks/ssh/host_public_key.yaml @@ -7,6 +7,13 @@ parameters: server: description: ID of the node to apply this config to type: string + deployment_actions: + default: ['CREATE', 'UPDATE'] + type: comma_delimited_list + description: > + List of stack actions that will trigger any deployments in this + templates. The actions will be an empty list of the server is in the + toplevel DeploymentServerBlacklist parameter's value. resources: SshHostPubKeyConfig: @@ -28,6 +35,7 @@ resources: properties: config: {get_resource: SshHostPubKeyConfig} server: {get_param: server} + actions: {get_param: deployment_actions} outputs: |