From 75d44d61e42b5d3d3707d09abadfc423ef10f7c3 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 18 Jul 2011 10:59:32 -0400 Subject: [PATCH] Make a this.pp so we can better crontab it. --- launch_slave.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/launch_slave.py b/launch_slave.py index ca238348..8b43c1ec 100644 --- a/launch_slave.py +++ b/launch_slave.py @@ -28,7 +28,8 @@ apt-get install -y --force-yes git rubygems gem install --no-rdoc --no-ri puppet git clone git://github.com/openstack/openstack-ci-puppet.git cd openstack-ci-puppet -/var/lib/gems/1.8/bin/puppet apply -l /tmp/manifest.log --modulepath=`pwd`/modules manifests/%s.pp +ln -sf /root/openstack-ci-puppet/manifests/burrow.pp manifests/this.pp +/var/lib/gems/1.8/bin/puppet apply -l /tmp/manifest.log --modulepath=`pwd`/modules manifests/this.pp """ % node_manifest) # a task that first installs the ssh key, and then runs the script