Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 705 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 705 Bytes

This repo provides a template Vagrantfile to create a CoreOS virtual machines cluster. After setup is complete you will have 3 CoreOS virtual machines running on your local machine forming a cluster.

  1. Install dependencies
  • [virtualbox] 4.0 or greater.
  • [vagrant] 1.5 or greater.
  1. Clone this project and get it running!
git clone https://github.com/mohitarora/coreos-vagrant
cd coreos-vagrant
  1. Configure Dicovery URL

Generate a new token for your cluster from https://discovery.etcd.io/new and replace the discover URL in user-date file.

  1. Startup and SSH
vagrant up

vagrant up triggers vagrant to download the CoreOS image (if necessary) and (re)launch the instance