From: Luis Gomez Date: Wed, 25 Mar 2015 02:23:18 +0000 (+0000) Subject: Merge "Install ODL in tools VM using Puppet provisioner" X-Git-Tag: release/lithium~176 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=e5c74aa1aa7f3b8271c711166a4caf88b71c0208;hp=00c59fd757f5e9fd20fb41bbcc35dbf9f5d3e61e;p=integration%2Ftest.git Merge "Install ODL in tools VM using Puppet provisioner" --- diff --git a/test/tools/VM_Tool/.gitignore b/test/tools/VM_Tool/.gitignore new file mode 100644 index 0000000000..488329de68 --- /dev/null +++ b/test/tools/VM_Tool/.gitignore @@ -0,0 +1,5 @@ +.tmp/ +modules/ +.librarian +Puppetfile.lock +Gemfile.lock diff --git a/test/tools/VM_Tool/Gemfile b/test/tools/VM_Tool/Gemfile new file mode 100644 index 0000000000..d4b60477ce --- /dev/null +++ b/test/tools/VM_Tool/Gemfile @@ -0,0 +1,4 @@ +source "https://rubygems.org" + +gem 'puppet' +gem 'librarian-puppet' diff --git a/test/tools/VM_Tool/Puppetfile b/test/tools/VM_Tool/Puppetfile new file mode 100644 index 0000000000..d25f0518c7 --- /dev/null +++ b/test/tools/VM_Tool/Puppetfile @@ -0,0 +1,7 @@ +#!/usr/bin/env ruby + +forge "https://forgeapi.puppetlabs.com" + +mod 'dfarrell07-opendaylight', + :git => 'git://github.com/dfarrell07/puppet-opendaylight.git', + :ref => 'origin/master' diff --git a/test/tools/VM_Tool/Vagrantfile b/test/tools/VM_Tool/Vagrantfile index 10c212ef30..414eb2be9b 100644 --- a/test/tools/VM_Tool/Vagrantfile +++ b/test/tools/VM_Tool/Vagrantfile @@ -5,40 +5,30 @@ $MEMORY = "2048" $CPU = "2" -# Opendaylight release version and distribution name -$ODL_RELEASE = "0.2.3-Helium-SR3" -$ODL_DIST = "distribution-karaf" + "-" + $ODL_RELEASE - # Inline shell script for provisioning CentOS 7 $centos_script = <