Skip to content

fkolacek/packer-libvirt

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

packer-libvirt

Basic Packer templates for Vagrant and Libvirt

Images:

  • RHEL 6 Server
  • RHEL 7 Server
  • Centos 6 server
  • Centos 7 Server
  • Fedora 22 Workstation

Howto

Create Box

You can create box by using Packer.

$ packer build centos-6-server-x86_64.json

Import box to Vagrant

$ vagrant box list
$ vagrant box add boxes/rhel-6-server-x86_64.box --name rhel-6-server-x86_64
$ vagrant init rhel-6-server-x86_64
$ vagrant up

License

Released under GNU / GPL, for more info see LICENSE file.

Author

Frantisek Kolacek (fkolacek@redhat.com)

About

Basic Packer templates for Vagrant and Libvirt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published