dcos/dcos-vagrant

Name: dcos-vagrant

Owner: DC/OS

Description: Local DC/OS cluster provisioning

Created: 2015-11-16 00:36:31.0

Updated: 2018-01-18 08:51:14.0

Pushed: 2017-12-28 17:34:07.0

Homepage:

Size: 15456

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

DC/OS Vagrant

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.

Build Status

Issue Tracking

Quick Start

  1. Install Git, Vagrant, and VirtualBox

  2. Install vagrant-hostmanager plugin

    ant plugin install vagrant-hostmanager
    
  3. Clone, Configure, and Deploy

    clone https://github.com/dcos/dcos-vagrant
    cos-vagrant
    agrantConfig-1m-1a-1p.yaml VagrantConfig.yaml
    ant up
    

    When prompted for a password, provide your local machine user password (modifies /etc/hosts).

  4. Access the GUI http://m1.dcos/

  5. Install the DC/OS CLI

    cos-install-cli.sh
    

For more detailed instructions, see Deploy and Configure.

DC/OS Versions

Official releases of DC/OS can be found at http://dcos.io/releases/

By default, DC/OS Vagrant uses the latest stable version of DC/OS.

To use a different stable or early access version, specify the version explicitly (must be in the list of known releases):

rt DCOS_VERSION=1.9.0-rc1
ant up

To use a bleeding edge master, enterprise, or custom build, download the installer yourself, place it under the dcos-vagrant directory, and configure DC/OS Vagrant to use it:

rt DCOS_GENERATE_CONFIG_PATH=dcos_generate_config-1.9.0-dev.sh
rt DCOS_CONFIG_PATH=etc/config-1.9.yaml
ant up

DC/OS Vagrant Documentation

How Do I…?

License

Copyright 2015-2017 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.