Quickly provision a DC/OS cluster on a local machine for development, testing, or demonstration.
Deploying DC/OS Vagrant involves creating a local cluster of VirtualBox VMs using the dcos-vagrant-box base image and then installing DC/OS.
- Issue tracking is in DCOS JIRA.
- Remember to make a DC/OS JIRA account and login so you can get update notifications!
-
Install Git, Vagrant, and VirtualBox
-
Install vagrant-hostmanager plugin
vagrant plugin install vagrant-hostmanager
-
Clone, Configure, and Deploy
git clone https://github.com/dcos/dcos-vagrant cd dcos-vagrant cp VagrantConfig-1m-1a-1p.yaml VagrantConfig.yaml vagrant up
When prompted for a password, provide your local machine user password (modifies
/etc/hosts
). -
Access the GUI http://m1.dcos/
For more detailed instructions, see Deploy and Configure.
- Deploy
- Configure
- Upgrade
- Examples
- Audience and Goals
- Network Topology
- Alternate Install Methods
- DC/OS Install Process
- Install Ruby
- Repo Structure
- DC/OS CLI
- Troubleshooting
- VirtualBox Guest Additions
- Learn More - https://dcos.io/
- Find the Docs - https://dcos.io/docs/
- Get Help - http://chat.dcos.io/
- Join the Discussion - https://groups.google.com/a/dcos.io/d/forum/users/
- Report a DC/OS Vagrant Issue - https://dcosjira.atlassian.net/projects/VAGRANT/
- Report a DC/OS Issue - https://dcosjira.atlassian.net/projects/DCOS/
- Contribute - https://dcos.io/contribute/
Copyright 2016 Mesosphere, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this repository except in compliance with the License.
The contents of this repository are solely licensed under the terms described in the LICENSE file included in this repository.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.