Add a command to make it easier to scale a plan
Bug #1422590 reported by
Dougal Matthews
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-tuskarclient |
Fix Released
|
Medium
|
Marek Aufart |
Bug Description
Currently the scale a role in a plan you need to do this:
tuskar plan-show overcloud | grep "::count" -A 1
tuskar plan-patch -A compute-1::count=4 $PLAN_ID
We should add a sub command to make this easier, perhaps something like:
tuskar plan-scale-list $PLAN_ID
tuskar plan-scale-update compute --count=4 $PLAN_ID
Changed in python-tuskarclient: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in python-tuskarclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Would not be better solution when we provide command for listing only needed parameters like below? (which would satisfy also +bug/1422591)
tuskar plan-show-parameter overcloud count