I have a cloud foundry setup with multiple cells(virtual machines) to host the deployed applications. After 'cf push' the apps get deployed on any of the cell (as per auctioneer algorithm).
Is there a way to define the target VM to host the application?
The production machines should be different from pre-production machines. How to maintain production and pre-production setup in Cloud Foundry?
Thanks