Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrant: Discover Cluster with Orchestrator #210

Merged
merged 1 commit into from
May 18, 2016

Conversation

jcesario
Copy link
Contributor

  • Remove constant prompting of ssh-keygen
  • Only forward port for admin box
  • Admin box will discover 4 node cluster
  • Fix replication on 4 node

if [ #{ARGV[0]} = 'up' ]; then
ssh-keygen -t rsa -b 768 -N '' -q -f vagrant/vagrant-ssh-key
if [[ #{ARGV[0]} = 'up' ]] && [[ ! -e 'vagrant/vagrant-ssh-key' ]]; then
ssh-keygen -t rsa -b 768 -N '' -q -f vagrant/vagrant-ssh-key
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra space?

* Remove constant prompting of ssh-keygen
* Only forward port for admin box
* Admin box will discover 4 node cluster
* Fix replication on 4 node
@jcesario jcesario force-pushed the cesario/fixvagrantdbs branch from a9efe8e to 002be44 Compare May 16, 2016 22:25
@shlomi-noach shlomi-noach merged commit ed53215 into outbrain-inc:master May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants