dcos/dcos-vagrant-box

Name: dcos-vagrant-box

Owner: DC/OS

Description: Vagrant box packer for building boxes for dcos-vagrant

Created: 2016-02-04 18:50:26.0

Updated: 2018-05-22 01:53:09.0

Pushed: 2017-07-17 21:16:37.0

Homepage: null

Size: 67

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

DC/OS Vagrant Box

Vagrant box builder for dcos-vagrant using Packer.

The box produced by this builder does not include DC/OS, just it's dependencies.

Pre-provisioning this box front-loads internet access requirements, flakiness, and slowness resulting from third party package managemers and installers. This makes DC/OS installation faster and more reliable at the cost of potentially having slightly outdated dependencies.

Issue tracking is on the DCOS JIRA.

Provisioning Summary
Build

The DC/OS Vagrant Box is normally built in CI, on demand, but can be built manually as well.

Note that because the build process uses internet repositories with unversioned requirements, it's not exactly reproducible. Each built box may be slightly different than the last, but installations using the same box should be exactly the same.

Build Requirements
Build Pipeline
  1. Checkout - Clone or pull this repo
  2. Clean - Delete any left over box files
  3. Build - Use Packer to install the OS, runs all the build scripts, and export a compressed box file (~700MB)
  4. Upload - Upload the new box to S3
  5. Add - Add the new box version to the Vagrant Box Catalog Metadata (metadata.json)
  6. Publish - Upload the updated Vagrant Box Catalog Metadata to S3

Note that because the build process uses internet repositories with unversioned requirements, it's not exactly reproducible. Each built box may be slightly different than the last, but installations using the same box should be exactly the same.

Manual Build

Use the following commands to build a dcos-centos-virtualbox box:

dcos-vagrant-box>
er build packer-template.json
Test

New boxes can be tested with either the Vagrantfile in this repo or (preferably) with dcos-vagrant.

Test Requirements
Install Vagrant VBGuest Plugin

The VBGuest Plugin manages automatically installing VirtualBox Guest Additions appropriate to your local Vagrant version on each new VirtualBox VM as it is created.

ant plugin install vagrant-vbguest

This allows the pre-built vagrant box image to work on multiple (and future) versions of VirtualBox.

Test Local Box

To test a new local box (e.g. after ci/build_release.sh), add the box to vagrant and set the DCOS_BOX_VERSION environment variable:

dcos-vagrant-box>
ant box add mesosphere/dcos-centos-virtualbox dcos-centos-virtualbox.box
rt DCOS_BOX_VERSION=0
ant up

Or with dcos-vagrant:

dcos-vagrant>
ant box add mesosphere/dcos-centos-virtualbox dcos-centos-virtualbox.box
rt DCOS_BOX_VERSION=0
ant up [vms...]

To revert back to the remote Vagrant Box Catalog:

t DCOS_BOX_VERSION
ant box remove mesosphere/dcos-centos-virtualbox --box-version=0
Test Local Catalog

To test a local Vagrant Box Catalog (e.g. after ci/update_catalog.sh), set the DCOS_BOX_URL environment variable:

dcos-vagrant-box>
rt DCOS_BOX_URL=file://~/workspace/dcos-vagrant-box/metadata.json
ant up

Or with dcos-vagrant:

dcos-vagrant>
rt DCOS_BOX_URL=file://~/workspace/dcos-vagrant-box/metadata.json
ant up [vms...]

To revert back to the remote Vagrant Box Catalog:

t DCOS_BOX_URL
 -n "https://downloads.dcos.io/dcos-vagrant/metadata.json" > ~/.vagrant.d/boxes/mesosphere-VAGRANTSLASH-dcos-centos-virtualbox/metadata_url

License

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.


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.