Initial Commit of ODL OpenStack Integration
authorDave Tucker <dave@dtucker.co.uk>
Thu, 24 Jul 2014 14:03:34 +0000 (15:03 +0100)
committerDave Tucker <dave@dtucker.co.uk>
Thu, 24 Jul 2014 14:03:34 +0000 (15:03 +0100)
commitfdfa12e1dd2747a64d72263a4eec99fda549123a
treea3f07b1e4d1a710185f636d03a409339cfaccd53
parentbf4b878a5f9daf92bcc88e789b84fb1a8a948a77
Initial Commit of ODL OpenStack Integration

- Add Vagrantfile for Devstack VMs
- Add Puppet manifests for provisioning the VMs

Change-Id: I099dd25feb2bdeafee6ef360b346cbe10ab9ac00
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
.gitignore
test/tools/odl-openstack-integration/Vagrantfile [new file with mode: 0644]
test/tools/odl-openstack-integration/puppet/hiera.yaml [new file with mode: 0644]
test/tools/odl-openstack-integration/puppet/hieradata/hosts.json [new file with mode: 0644]
test/tools/odl-openstack-integration/puppet/manifests/base.pp [new file with mode: 0644]
test/tools/odl-openstack-integration/puppet/manifests/devstack-compute.pp [new file with mode: 0644]
test/tools/odl-openstack-integration/puppet/manifests/devstack-control.pp [new file with mode: 0644]
test/tools/odl-openstack-integration/puppet/scripts/bootstrap.sh [new file with mode: 0644]
test/tools/odl-openstack-integration/puppet/templates/compute.local.conf.erb [new file with mode: 0644]
test/tools/odl-openstack-integration/puppet/templates/control.local.conf.erb [new file with mode: 0644]
test/tools/odl-openstack-integration/puppet/templates/hosts.erb [new file with mode: 0644]