Hide Forgot
Description of problem: Master nodes are marked as schedulable after a node is added Upstream issue: https://github.com/redhat-openstack/openshift-on-openstack/issues/214 Version-Release number of selected component (if applicable): openshift-on-openstack v0.9.1 How reproducible: 100% Steps to Reproduce: 1.Creat a stack 2.Scale up a node 3.Scale down a node Actual results: 1 > Master nodes are marked SchedulingDisabled 2 > Master nodes are marked Scheduling 3 > Master nodes are marked Scheduling Expected results: 2 > Master nodes are marked SchedulingDisabled 3.> Master nodes are marked SchedulingDisabled Additional info: We'd better set "--schedulable=false" for master nodes in inventory file directly instead of writing a separate task.
Fixed in this PR: https://github.com/redhat-openstack/openshift-on-openstack/pull/272
fixed in 0.9.2
Verified with v0.9.2 Masters are marked SchedulingDisabled when scaling up/down.