From 06b236f76bf97c47d88e5e380291f65a0ff44558 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 7 Dec 2015 13:13:56 -0700 Subject: [PATCH] Point to apt-mirror.sepia.ceph.com ... instead of apt-mirror.front.sepia.ceph.com Signed-off-by: Zack Cerza --- roles/testnode/README.rst | 2 +- roles/testnode/defaults/main.yml | 2 +- roles/testnode/templates/cpan_config.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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], -- 2.47.3