From: Zack Cerza Date: Mon, 7 Dec 2015 20:13:56 +0000 (-0700) Subject: Point to apt-mirror.sepia.ceph.com X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F175%2Fhead;p=ceph-cm-ansible.git Point to apt-mirror.sepia.ceph.com ... instead of apt-mirror.front.sepia.ceph.com Signed-off-by: Zack Cerza --- diff --git a/roles/testnode/README.rst b/roles/testnode/README.rst index 4d235a02..9dd924b3 100644 --- a/roles/testnode/README.rst +++ b/roles/testnode/README.rst @@ -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:: diff --git a/roles/testnode/defaults/main.yml b/roles/testnode/defaults/main.yml index abeab7d2..311e628c 100644 --- a/roles/testnode/defaults/main.yml +++ b/roles/testnode/defaults/main.yml @@ -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" diff --git a/roles/testnode/templates/cpan_config.pm b/roles/testnode/templates/cpan_config.pm index 1d33d94f..66db16dd 100644 --- a/roles/testnode/templates/cpan_config.pm +++ b/roles/testnode/templates/cpan_config.pm @@ -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],