]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
fabfile: centos7 gb instead of rhel7 wip-cleanup 46/head
authorSage Weil <sage@redhat.com>
Mon, 1 Jun 2015 17:34:20 +0000 (10:34 -0700)
committerSage Weil <sage@redhat.com>
Tue, 2 Jun 2015 04:38:52 +0000 (00:38 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
fabfile.py

index 9c8206c043ab6abb7c8d951ea14e7af79dd30cbc..fe31999f103c2010646cbc8246c730678a7accc1 100644 (file)
@@ -32,7 +32,7 @@ env.roledefs['gitbuilder_kernel_deb'] = [
 env.roledefs['gitbuilder_kernel_rpm'] = [
     'ubuntu@gitbuilder-kernel-rpm-centos6-amd64-basic.front.sepia.ceph.com',
     'ubuntu@gitbuilder-kernel-rpm-fedora20-amd64-basic.front.sepia.ceph.com',
-    'ubuntu@gitbuilder-kernel-rpm-rhel7-amd64-basic.front.sepia.ceph.com',
+    'ubuntu@gitbuilder-kernel-rpm-centos7-x86_64-basic.front.sepia.ceph.com',
     ]
 
 # special
@@ -861,6 +861,9 @@ def gitbuilder_serve():
            sudo('rm /tmp/lighttpd.conf')
            sudo('/etc/init.d/lighttpd start')
 
+@roles('gitbuilder_ceph_rpm',
+       'gitbuilder_kernel_rpm'
+       )
 def gitbuilder_serve_rpm():
     # kill any remaining thttpd's in favor of lighttpd.  Do this before
     # installing lighttpd so that lighttpd can start without errors