Install ODL on Vagrant base box via Packer+Ansible
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 9 Jun 2015 22:13:19 +0000 (18:13 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Tue, 9 Jun 2015 22:59:14 +0000 (18:59 -0400)
commitb24bf1f95c2ca848f5f03ac4b2632b9d943daf97
tree278c2a32b2a00d9850a6be0a59a068951d8b683b
parent80d5c148e933d9e6b4dd1994f52cb1aef0ac0d0b
Install ODL on Vagrant base box via Packer+Ansible

Use the ODL Ansible role to install OpenDaylight on
the ODL Vagrant base box via the ansible-local Packer
provisioner.

All documentation updates included.

Attempted to clean up the VM as much as possible, to
minimize the size of the resulting base box. I think
there are still optimizations to be made, but most of
the size is consumed by required things like ODL, Java,
Ansible (for ansible-local) and their dependences.

Change-Id: If11d2308036b44feb5bada86482b7e4413468735
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
packaging/packer/.gitignore
packaging/packer/README.markdown
packaging/packer/centos.json
packaging/packer/config_ansible.sh [new file with mode: 0644]
packaging/packer/config_virtualbox.sh
packaging/packer/install_odl.yml [new file with mode: 0644]
packaging/packer/requirements.yml [new file with mode: 0644]
packaging/packer/roles/.gitkeep [new file with mode: 0644]