X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Ftools%2Fodl-openstack-integration%2Fpuppet%2Fmanifests%2Fdevstack-compute.pp;fp=test%2Ftools%2Fodl-openstack-integration%2Fpuppet%2Fmanifests%2Fdevstack-compute.pp;h=b97f7e85b167022a2cdb8e192cc8695c08ddb297;hb=fdfa12e1dd2747a64d72263a4eec99fda549123a;hp=0000000000000000000000000000000000000000;hpb=bf4b878a5f9daf92bcc88e789b84fb1a8a948a77;p=integration%2Ftest.git diff --git a/test/tools/odl-openstack-integration/puppet/manifests/devstack-compute.pp b/test/tools/odl-openstack-integration/puppet/manifests/devstack-compute.pp new file mode 100644 index 0000000000..b97f7e85b1 --- /dev/null +++ b/test/tools/odl-openstack-integration/puppet/manifests/devstack-compute.pp @@ -0,0 +1,17 @@ +vcsrepo { '/home/vagrant/devstack': + ensure => present, + provider => git, + user => 'vagrant', + source => 'https://github.com/openstack-dev/devstack.git', + revision => $devstack_branch, + before => File['/home/vagrant/devstack/local.conf'] +} + +$hosts = hiera('hosts') + +file { '/home/vagrant/devstack/local.conf': + ensure => present, + owner => 'vagrant', + group => 'vagrant', + content => template('/vagrant/puppet/templates/compute.local.conf.erb') +}