Bug 1236687
Summary: | When scaling out, the other roles are scaled down to 1 | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Udi Kalifon <ukalifon> |
Component: | python-rdomanager-oscplugin | Assignee: | Dougal Matthews <dmatthew> |
Status: | CLOSED DUPLICATE | QA Contact: | Udi Kalifon <ukalifon> |
Severity: | urgent | Docs Contact: | |
Priority: | high | ||
Version: | Director | CC: | calfonso, dmatthew, jslagle, mburns, morazi, rhel-osp-director-maint, ukalifon |
Target Milestone: | ga | ||
Target Release: | Director | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-06-30 09:39:59 UTC | Type: | Bug |
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: | |||
Bug Blocks: | 1227873 |
Description
Udi Kalifon
2015-06-29 17:54:04 UTC
*** Bug 1236686 has been marked as a duplicate of this bug. *** If you provide the other scaling arguments, are the scaled nodes unaltered? This sounds like a CLI bug, so I'm moving it over there to investigate. Also, Tuskar folks: Isn't the preferred way to scale out a tuskar deployment something like $ openstack management plan set bbfd2fae-6900-4fff-9c93-8db989e8225b -S Compute-1=2 and then $ openstack overcloud deploy --plan-uuid bbfd2fae-6900-4fff-9c93-8db989e8225b ? I think we need to clear up the docs on this, but I thought if you deployed with a tuskar plan, then you were obligated to update that plan rather than using the CLI scale args. Not great UX, but that's how I thought it worked... . (In reply to Hugh Brock from comment #6) > Also, Tuskar folks: Isn't the preferred way to scale out a tuskar deployment > something like > > $ openstack management plan set bbfd2fae-6900-4fff-9c93-8db989e8225b -S > Compute-1=2 > > and then > > $ openstack overcloud deploy --plan-uuid bbfd2fae-6900-4fff-9c93-8db989e8225b > > ? Yup, that is right - the idea workflow is that users should think about planning and update the plan and then deploy. > > I think we need to clear up the docs on this, but I thought if you deployed > with a tuskar plan, then you were obligated to update that plan rather than > using the CLI scale args. Not great UX, but that's how I thought it worked... > . Yeah, so to reduce the confusion here, there is a bug which has the CLI update the Tuskar plan if these parameters are passed in. The downside is that we now have two ways to set these values. However, it avoids problems like this coming up. So, this is essentially a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1193922 In reply to Chris Alfonso, comment #4: When providing the scaled parameters to all roles, the existing nodes (whose scale didn't change) are unaltered. *** This bug has been marked as a duplicate of bug 1193922 *** |