]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Point to apt-mirror.sepia.ceph.com 175/head
authorZack Cerza <zack@redhat.com>
Mon, 7 Dec 2015 20:13:56 +0000 (13:13 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 7 Dec 2015 20:13:56 +0000 (13:13 -0700)
... instead of apt-mirror.front.sepia.ceph.com

Signed-off-by: Zack Cerza <zack@redhat.com>
roles/testnode/README.rst
roles/testnode/defaults/main.yml
roles/testnode/templates/cpan_config.pm

index 4d235a0260d59362010cc2006d1203163d8529c2..9dd924b3cd87417e3bf35aab9997f186ca52f6a3 100644 (file)
@@ -37,7 +37,7 @@ These overrides are included by ``tasks/vars.yml`` and the specific var files li
 
 The host to use as a package mirror::
 
-    mirror_host: apt-mirror.front.sepia.ceph.com
+    mirror_host: apt-mirror.sepia.ceph.com
 
 The host to use as a github mirror::
 
index abeab7d272376e4754885e53b4d667f4528da0e5..311e628ce8e518391cf7f61f1e70d0e3a83c548d 100644 (file)
@@ -1,5 +1,5 @@
 ---
-mirror_host: apt-mirror.front.sepia.ceph.com
+mirror_host: apt-mirror.sepia.ceph.com
 git_mirror_host: git.ceph.com
 gitbuilder_host: gitbuilder.ceph.com
 pip_mirror_url: "http://{{ mirror_host }}/pypi/simple"
index 1d33d94f040b90b239b0f287d0951d803ce96924..66db16dd9aa1cc65f20ee07d25d2d9893bc1a561 100644 (file)
@@ -56,7 +56,7 @@ $CPAN::Config = {
   'test_report' => q[0],
   'trust_test_report_history' => q[0],
   'unzip' => q[/usr/bin/unzip],
-  'urllist' => [q[http://apt-mirror.front.sepia.ceph.com/CPAN/]],
+  'urllist' => [q[http://apt-mirror.sepia.ceph.com/CPAN/]],
   'use_sqlite' => q[0],
   'version_timeout' => q[15],
   'wget' => q[/usr/bin/wget],