]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: replace hardcoded 'gitbuilder.ceph.com' with {{ gitbuilder_host }} 244/head
authorwangsongbo <wangsongbo@unitedstack.com>
Wed, 25 May 2016 04:10:20 +0000 (12:10 +0800)
committerwangsongbo <wangsongbo@unitedstack.com>
Wed, 25 May 2016 04:10:20 +0000 (12:10 +0800)
Signed-off-by: wangsongbo <wangsongbo@unitedstack.com>
roles/testnode/vars/centos_6.yml
roles/testnode/vars/centos_7.yml

index 958ac48420f89dc3a176581cea34981135809257..596eaac9640dcd0a42c4d6e26e26c57b9fd3fd29 100644 (file)
@@ -4,7 +4,7 @@
 yum_repos:
   centos6-fcgi-ceph:
     name: Cent OS 6 Local fastcgi Repo
-    baseurl: http://gitbuilder.ceph.com/mod_fastcgi-rpm-centos6-x86_64-basic/ref/master/
+    baseurl: "http://{{ gitbuilder_host }}/mod_fastcgi-rpm-centos6-x86_64-basic/ref/master/"
     enabled: 1
     gpgcheck: 0
     priority: 2
index e89d70c86ad5ad5a414f62618f6e1273f0f9e60c..6e404ffa25b5ce79e2f48be9a3def16dd73c2a3a 100644 (file)
@@ -4,7 +4,7 @@
 yum_repos:
   centos7-fcgi-ceph:
     name: CentOS 7 Local fastcgi Repo
-    baseurl: http://gitbuilder.ceph.com/mod_fastcgi-rpm-centos7-x86_64-basic/ref/master/
+    baseurl: "http://{{ gitbuilder_host }}/mod_fastcgi-rpm-centos7-x86_64-basic/ref/master/"
     enabled: 1
     gpgcheck: 0
     priority: 2