diff options
author | James Slagle <jslagle@redhat.com> | 2017-05-12 15:04:23 -0400 |
---|---|---|
committer | James Slagle <jslagle@redhat.com> | 2017-05-31 20:23:58 -0400 |
commit | e3c8803295c22dd232b849cc5c67bd004eae8f6f (patch) | |
tree | bab572afb198e5b3e4c52f707f8fa3363b9a2cac /releasenotes/notes | |
parent | b344f5994fcd16e562d55e6e00ad0980c5b32621 (diff) |
Server blacklist support
Adds the ability to blacklist servers from all SoftwareDeployment
resources. The servers are specified in a new list parameter,
DeploymentServerBlacklist by the Heat assigned name
(overcloud-compute-0, etc).
implements blueprint disable-deployments
Change-Id: I46941e54a476c7cc8645cd1aff391c9c6c5434de
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/server-blacklist-support-370c1a1f15a28a41.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/server-blacklist-support-370c1a1f15a28a41.yaml b/releasenotes/notes/server-blacklist-support-370c1a1f15a28a41.yaml new file mode 100644 index 00000000..7ab253b6 --- /dev/null +++ b/releasenotes/notes/server-blacklist-support-370c1a1f15a28a41.yaml @@ -0,0 +1,6 @@ +--- +features: + - Added the ability to blacklist servers by name from being + associated with any Heat triggered SoftwareDeployment + resources. The servers are specified in the new + DeploymentServerBlacklist parameter. |