Bug 2023628

Summary: [QE][DDF] We need to add a comment that using this method is going to denylist index (while scaling in would not).
Product: Red Hat OpenStack Reporter: Direct Docs Feedback <ddf-bot>
Component: documentationAssignee: Irina <igallagh>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: medium    
Version: 16.1 (Train)CC: igallagh, jamsmith, jparker
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-06-08 09:40:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1772747, 1827537, 1841011, 1877783, 2063696, 2066541, 2088621, 2090706    
Bug Blocks:    

Description Direct Docs Feedback 2021-11-16 08:40:37 UTC
We need to add a comment that using this method is going to blacklist index (while scaling in would not).

Reference: https://access.redhat.com/solutions/4315261

Reported by: rh.cbenon1

https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html/director_installation_and_usage/scaling-overcloud-nodes#annotations:ce582533-69d0-46ad-848b-17973e77a1dc

Comment 1 David Vallee Delisle 2022-01-25 22:14:44 UTC
Also: https://access.redhat.com/solutions/4232971

Basically, to make sure RoleCount is adjusted to include the new node, and we also need to scale up with:
parameter_defaults:
  <RoleName>RemovalPolicies: []
  <RoleName>RemovalPoliciesMode: update

And re-run deploy by replacing template above with:
parameter_defaults:
  <RoleName>RemovalPoliciesMode: append

Comment 2 David Vallee Delisle 2022-01-26 16:25:59 UTC
A valid point was raised at our compute triage meeting is that we don't use the terms black/white list anymore. We need to use deny/allow list.