This is a packer image that works on Openstack,aws,VMWare etc.
This project is maintained by ramitsurana
Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration.
As the name suggests, it packages up software with complex requirements for multiple platforms in parallel. It can create consistent images across and is perfect for creating appliances and disposable product demos.
We want packer to create identical machine images across almsot every platform.
To start with. we will cover the following platforms:
Provisioning will be done by Chef.
Identical machine images across platforms, with CentOs 6.x running on them. Git, Java 7.x and other basic stuff installed via Chef community cookbooks.
git clone https://github.com/ramitsurana/packer-all.git
packer build system-build.json
.At the same time, packer gives you flexibility to create images for individual platforms. For e.g:
packer build vmware-example.json
Follow these guidelines.
##License
The work done has been licensed under Apache License 2.0.The license file can be found here. You can find out more about license,at
http://www.apache.org/licenses/LICENSE-2.0