Releases: mesosphere-backup/dcos-vagrant
Releases · mesosphere-backup/dcos-vagrant
v0.4.0
For use with dcos-vagrant-box v0.4.0
Changes:
- Add support for DCOS 1.6
- Remove support for DCOS 1.4 (use dcos-vagrant v0.3.0)
- Enable dcos-vagrant-box updates (
vagrant box update boot
) - Require VBGuest Vagrant Plugin to manage the VirtualBox Guest Additions (
vagrant plugin install vagrant-vbguest
) - Require Host Manager Vagrant Plugin to manage
/etc/hosts
(vagrant plugin install vagrant-hostmanager
) - Auto-generate
ip-detect
using details fromVagrantConfig.yaml
- Show environment variable names in validation errors
- Add support for optional insecure docker registry to run on the boot node (
export DCOS_PRIVATE_REGISTRY=true
) - Add Marathon Oinker Example
- Fix README references to
DCOS_CONFIG_PATH
- Namespace VM type provision scripts to distinguish from scripts run on all nodes
- Replace references of the Mesos Worker with Mesos Agent
- Rename example private agent node names from
w#
toa#
- Rename example public agent node names from
lb
top#
- Add support for multiple public agent nodes
- Add README appendix about high level installation steps
v0.3.0
For use with dcos-vagrant-box v0.3.0
Changes:
- Sped up box download by ~2x by moving the catalog and box files from vagrant-cloud to S3 (downloads.mesosphere.com/dcos-vagrant)
- Extracted the box builder to https://github.com/mesosphere/dcos-vagrant-box
- Worked around a certificate authority bug (DCOS is compiled on ubuntu and centos has certificates in a different place) to fix Cassandra and Kafka
- Added early validation for required files
- Exposed failure output of dcos_install.sh execution to aid debugging
- Added an oinker on kubernetes example: https://github.com/mesosphere/dcos-vagrant/tree/master/examples/kube-oinker