https://github.com/pmorie/vagrant-ostree-setup
Setup scripts to create a vagrant image from a qcow2 ostree image
https://github.com/pmorie/vagrant-ostree-setup
Last synced: about 1 year ago
JSON representation
Setup scripts to create a vagrant image from a qcow2 ostree image
- Host: GitHub
- URL: https://github.com/pmorie/vagrant-ostree-setup
- Owner: pmorie
- License: gpl-2.0
- Created: 2014-05-28T15:10:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-18T04:07:28.000Z (about 12 years ago)
- Last Synced: 2025-02-17T19:16:38.514Z (over 1 year ago)
- Language: Shell
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vagrant Setup
=============
This is a simple script to convert a qcow2 ostree image to a Vagrant image.
You should be able to run the setup script and it will copy the qcow2 image,
crack it open and add the required users and SSH setup for Vagrant. It will
then use the templates in this project for the libvirt provider defaults
and package everything up as a Vagrant box that you can import.
Usage
------
To convert an image, you run the setup.sh script with a qcow2 image:
sudo ./setup.sh
When complete, you will have a Vagrant box with the same name as your image
stored in /tmp. You can simply import into Vagrant with:
vagrant box add myimage /tmp/
And after that, just following the normal Vagrant instructions for initializing,
starting, stopping, etc.
LibVirt Vagrant Provider
========================
You'll want to make sure you have the libvirt provider installed in Vagrant
to run these images. Follow the instructions at [pradels/vagrant-libvirt](https://github.com/pradels/vagrant-libvirt).