Remove openstack integration
[integration/test.git] / tools / odl-openstack-integration / puppet / manifests / devstack-compute.pp
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 (file)
index b97f7e8..0000000
+++ /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')
-}