yudai / cf_nise_installer

Cloud Foundry v2 installer with Nise BOSH and Vagrant
Apache License 2.0
84 stars 57 forks source link

Add more DEA servers #147

Closed PanosNB closed 8 years ago

PanosNB commented 8 years ago

Hello,

Is it possible to add more DEA servers and control their allocated resources? If yes, how would this be done?

I've found a solution for the Bosh installer of Cloudfoundry (https://github.com/cloudfoundry-community/bosh-cloudfoundry/blob/master/tutorials/activities/add-more-deas.md) but I don't know how it would apply to our case. Any help on this please?

yudai commented 8 years ago

Hi @PanosNB, unfortunately, you cannot add DEA servers using this installer because it doesn't support clustering. The number of DEA servers is always 1.

If you want to assign more resource to your devbox, you can modify your Vagrantfile. For example, you can assign more memory by modifying this line (https://github.com/yudai/cf_nise_installer/blob/master/Vagrantfile#L12).

PanosNB commented 8 years ago

Thank you for your reply @yudai!