There are more general ways to scale stacks and thus this isn't needed. After
removing this approach there are still two other methods:
1. Scale a Tuskar plan and then deploy it
openstack management plan set $PLAN_UUID -S Compute-1=2
openstack overcloud deploy --plan-uuid $PLAN_UUID
2. Scale during a deploy
openstack overcloud deploy --plan-uuid $PLAN_UUID --compute-scale 2
The first only works with Tuskar, but the second will also work when
deploying the tripleo-heat-templates.
See: https://bugzilla.redhat.com/show_bug.cgi?id=1233201
Change-Id: I924f6b16102783c0a1a81f5244493ffa1703e458
To reflect real function of openstack overcloud image create command for user,
we decided to rename it to openstack overcloud image upload.
Change-Id: I97d6a8982f25c64584edde7be30f39580d6949e5
Allows running step-through stack update, which triggers yum update
on each node and removes hooks one-by-one.
This patch depends on:
https://review.openstack.org/#/c/179862/
Change-Id: Icec12a0ee5ce3bf7b1f8906d4a6f26b8de72c6e6
This can be used to delete selected nodes from Overcloud by
passing list of instance IDs.
This patch depends on upstream tripleo-common patch:
https://review.openstack.org/#/c/184442/
Change-Id: I519eef9d2adc57d5ee7c449aa21430d92537fbbe
Adds a command which allows scaling out Overcloud stack deployed using
tuskar templates. It adds dependency on tripleo-common library which
contains the scaling method.
This is the same patch as I1067748be44c63ae477f6c214470c21c38137feb,
the fix was submitted into tripleo-common repository.
Change-Id: Ie07dac529964aee1e62f925ad671fb472a956776
Related-to: I1067748be44c63ae477f6c214470c21c38137feb
Adding overcloud image create method to replace instack
code (method instack-prepare-for-overcloud) and do overcloud
deployment via rdomanager commands.
Main functionality is to take locally stored image files and
upload them to glance.
Change-Id: Icc39744c511013d663242f5b544b0ac4a2fd6893
Added `openstack baremetal configure boot` command to configure the boot
parameters in ironic for all nodes.
Change-Id: I468f6cbfc799cdb2386beac044a34fc8e949c161