Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 380 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 380 Bytes

Testing cloud-init with Vagrant

An easy way of testing a cloud-init config file inside Vagrant. Currently based on Ubuntu 16.04 Xenial Xerus.

Install mkisofs/genisoimage

On Debian/Ubuntu:

sudo apt-get install genisoimage

On macOS Macports:

sudo port install cdrtools

Usage

Create a new nocloud.iso file, and start Vagrant:

make
vagrant up