https://github.com/contiv/build
Packer templates and ansible config to build vagrant boxes
https://github.com/contiv/build
Last synced: over 1 year ago
JSON representation
Packer templates and ansible config to build vagrant boxes
- Host: GitHub
- URL: https://github.com/contiv/build
- Owner: contiv
- License: other
- Created: 2015-08-08T08:17:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T23:57:07.000Z (over 8 years ago)
- Last Synced: 2025-04-11T22:58:17.473Z (over 1 year ago)
- Language: Shell
- Size: 373 KB
- Stars: 8
- Watchers: 24
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Packer and Ansible tools for building (netplugin,volplugin) images
Things you will need:
* Packer 0.8.x
* Ansible 1.9.x
* VirtualBox 5.0.x
### filesystem layout
* `packer`: in here lives packer templates.
* `centos`
* `ubuntu`
* `vendor`: carried code from other repositories
* `ansible`: in here lives the ansible that powers all the images.
Type `make` in any of the packer subdirectories to build and publish an image.
Typing `make` at the `packer` level will build all the images.