DC/OS GUI Vagrant Project
After having a play with DCOS bootstrapping via GUI and CLI, I thought it would be nice to dump my work for others to peruse. It's not particularly clever but it works. Don't judge.
For the ssh key I have created a script in the scripts
directory named generate_ssh_keys.sh
. This will place id_rsa.pub
in in the shared
directory and the private key id_rsa
in the files
directory.
bash scripts/generate_ssh_keys.sh
- Master: 10.1.1.10
- Agent: 10.1.1.11
- Bootstrap: 10.1.1.12
- Master Public http://10.1.1.10/
- User: root (I know this isn't very security minded however this is for local testing only)
- Port: 22
- Generated via
generate_ssh_keys.sh
before doingvagrant up
and then use the private key that's been created in thefiles
directory
- This can be found in the
files
directory namedip-detect
First generate the ssh keys:
bash scripts/generate_ssh_keys.sh
Then run Vagrant:
vagrant up
Navigate to the DC/OS installer (link below):
Once you've succesfully installed DC/OS, you'll be redirected to the GUI: