adb-atomic-developer-bundle
adb-atomic-developer-bundle copied to clipboard
add ability to start a multi-node cluster
Would be nice have the ability to start an ADB/CDk cluster (eg: one master and one/or more nodes). Just create a new vm definition on Vagrantfile using a parameter indicating that vm instance is a node (not a master).
Looking inside the vagrant box vm I've found this script: /opt/adb/openshift/openshift which is used to bootstrap/setup the Openshift inside ADB/CDK.
I believe applying some changes to this script is sufficient to decide if it will be an all-in-one, a master or justa node.
I could not identify where this script come from. I did not find it on this repo.
@rafaeltuelho script come from https://github.com/projectatomic/adb-utils
Precisely from https://github.com/projectatomic/adb-utils/blob/master/services/openshift/scripts/openshift
Thanks @LalatenduMohanty, @praveenkumar ! Do you think this issue should be moved to adb-utils project repo?
@rafaeltuelho Yes, It should. You can move it if you are planning to send a PR.