adb-atomic-developer-bundle icon indicating copy to clipboard operation
adb-atomic-developer-bundle copied to clipboard

add ability to start a multi-node cluster

Open rafaeltuelho opened this issue 9 years ago • 5 comments

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).

rafaeltuelho avatar Nov 22 '16 02:11 rafaeltuelho

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 avatar Nov 22 '16 03:11 rafaeltuelho

@rafaeltuelho script come from https://github.com/projectatomic/adb-utils

praveenkumar avatar Nov 22 '16 06:11 praveenkumar

Precisely from https://github.com/projectatomic/adb-utils/blob/master/services/openshift/scripts/openshift

LalatenduMohanty avatar Nov 22 '16 06:11 LalatenduMohanty

Thanks @LalatenduMohanty, @praveenkumar ! Do you think this issue should be moved to adb-utils project repo?

rafaeltuelho avatar Nov 22 '16 14:11 rafaeltuelho

@rafaeltuelho Yes, It should. You can move it if you are planning to send a PR.

LalatenduMohanty avatar Dec 15 '16 09:12 LalatenduMohanty