Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duality72/infrastructure-pipeline

A very simple infrastructure pipeline example
https://github.com/duality72/infrastructure-pipeline

Last synced: about 2 months ago
JSON representation

A very simple infrastructure pipeline example

Awesome Lists containing this project

README

        

A very simple example of an infrastructure pipeline.

Requires:
- Ant
-- tested with version 1.8.1
- Ivy
-- tested with version 2.2.0
-- installed in ANT_HOME/lib
- Vagrant
-- tested with version 0.9.7, Ruby 1.9.2, and VirtualBox 4.1.10

I’ve tried to make this fairly simple and foolproof, but don’t be too surprised if you have problems. You should also be aware that VMs may be left running depending on the targets you run and VM images will be left on the filesystem. It’s probably a good idea to run the ‘halt’, ‘clean’, and ‘clean-ivy’ targets when you’re done and run VirtualBox and remove any lingering VMs.