]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Stop hardcoding apt-mirror's IP 741/head
authorZack Cerza <zack@redhat.com>
Mon, 7 Dec 2015 20:15:45 +0000 (13:15 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 7 Dec 2015 20:15:45 +0000 (13:15 -0700)
We will point to apt-mirror.sepia.ceph.com, which is
publicly-accessible.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/openstack/setup-openstack.sh

index 7c24ed0d05689c16b9c5a20bc043c30a20fcd9be..46906d258b34a7ab84c76d2eded521e982898577 100755 (executable)
@@ -316,8 +316,6 @@ function setup_dnsmasq() {
         sudo sed -ie 's/^#IGNORE_RESOLVCONF=yes/IGNORE_RESOLVCONF=yes/' /etc/default/dnsmasq
         echo nameserver 127.0.0.1 | sudo tee /etc/resolvconf/resolv.conf.d/head
         sudo resolvconf -u
-        # see http://tracker.ceph.com/issues/12212 apt-mirror.front.sepia.ceph.com is not publicly accessible
-        echo host-record=apt-mirror.front.sepia.ceph.com,64.90.32.37 | sudo tee /etc/dnsmasq.d/apt-mirror
         echo "INSTALLED dnsmasq and configured to be a resolver"
     else
         echo "OK dnsmasq installed"