X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tools%2Fodl-openstack-integration%2Fpuppet%2Fmanifests%2Fdevstack-compute.pp;fp=tools%2Fodl-openstack-integration%2Fpuppet%2Fmanifests%2Fdevstack-compute.pp;h=0000000000000000000000000000000000000000;hb=175a804ae2b4630acba90e364d3bc48b750a04e6;hp=b97f7e85b167022a2cdb8e192cc8695c08ddb297;hpb=5a3f6f338a491b20b79ae8295a0ab04482aceccf;p=integration%2Ftest.git diff --git a/tools/odl-openstack-integration/puppet/manifests/devstack-compute.pp b/tools/odl-openstack-integration/puppet/manifests/devstack-compute.pp deleted file mode 100644 index b97f7e85b1..0000000000 --- a/tools/odl-openstack-integration/puppet/manifests/devstack-compute.pp +++ /dev/null @@ -1,17 +0,0 @@ -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') -}