![James Slagle](/assets/img/avatar_default.png)
This documentation covers scaling up/down when using the set of deployed-server templates. Change-Id: I6f1420446a61546cf2b39dc671e2b01ad518c32d
910 B
910 B
Scaling overcloud roles
If you want to increase or decrease resource capacity of a running overcloud, you can start more servers of a selected role or delete some servers if capacity should be decreased. To set the capacity for the compute role, first an environment file should be created:
$ cat ~/environment.yaml
parameter_defaults:
ComputeCount: 5
Then following command can be used to deploy it:
openstack overcloud deploy --templates [templates dir] -e ~/environment.yaml
Note
Scaling out assumes that newly added nodes has already been registered in Ironic.
Note
When scaling down random servers of specified role will be deleted,
how to delete specific nodes is described in delete_nodes
.
Note
The different scale parameters can be seen in the output of:
openstack help overcloud deploy