Skip to content

Instantly share code, notes, and snippets.

@aparnachaudhary
Created July 12, 2017 20:33
Show Gist options
  • Save aparnachaudhary/e3caa3d010ff98f3916b857732a96305 to your computer and use it in GitHub Desktop.
Save aparnachaudhary/e3caa3d010ff98f3916b857732a96305 to your computer and use it in GitHub Desktop.

DCOS vagrant ubuntu

  • sudo apt-get install python3

  • sudo apt-get install python3-pip

  • pip3 install virtualenv

  • vagrant plugin install vagrant-hostmanager

  • cd ~/dev/tools/dcos/dcos-vagrant-1.2.0

  • cp VagrantConfig.yaml.example VagrantConfig.yaml

  • Reduce the memory of agent node to 1GB i.s.o. 6GB

  • Update etc/config-1.9.yml add oauth_enabled: false

  • vagrant up

  • http://m1.dcos/

  • vagrant destroy -f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment