PCF Operations (Ops) Manager allows operators to trigger a recreate of all VMs via the “Recreate all VMs” Director tile configuration option. This does not recreate the On Demand service instances deployed by tiles dynamically.
User on-demand service instances will not be recreated when the operator expects them to be. For example, when following the vSphere migrating datastore process, the on-demand instances VMs will not be recreated.
After successfully applying changes in PCF OpsManager, you need to manually trigger the recreate of the on-demand deployment. Please note that not all Bosh command examples below assume that the user is ssh'ed into Operation Manager VM.
BOSH V2 CLI (Note Operations Manager renames bosh_cli to bosh2 for version 2)
BOSH V1 CLI
bosh2 -e my-env deployments
bosh2 -e my-env -d my-dep recreate
bosh -n login admin password
$ bosh deployments service-instance_052c4e15-e295-4658-999e-efd1a9e9efd7 mysql/0.6.0 bosh-warden-boshlite-ubuntu-trusty-go_agent/3363.9 latest
bosh download manifest service-instance_$guid service-instance_$guid.yml
bosh status --uuid
bosh deployment service-instance_$guid.yml
bosh recreate