From c88ed7c9687da1820f7123a846f6dfbdae75abd0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 20 Jul 2011 12:37:49 -0400 Subject: [PATCH] Move the keys into the puppet dir for easy install. Change-Id: I6a3374a678e77a24b5c28a8c3a4d78a8bf06ca1c --- launch_slave.py | 1 + 1 file changed, 1 insertion(+) diff --git a/launch_slave.py b/launch_slave.py index cbbec003..a494f511 100644 --- a/launch_slave.py +++ b/launch_slave.py @@ -35,6 +35,7 @@ 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 +mv /root/slave_*_key modules/jenkins_slave/files/ ln -sf /root/openstack-ci-puppet/manifests/%s.pp manifests/this.pp /var/lib/gems/1.8/bin/puppet apply -l /tmp/manifest.log --modulepath=`pwd`/modules manifests/this.pp """ % node_manifest)