Comment 3 for bug 1709325

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to instack-undercloud (master)

Reviewed: https://review.openstack.org/491824
Committed: https://git.openstack.org/cgit/openstack/instack-undercloud/commit/?id=63ff236ecadc014e247cfd72fdb43344467efbf7
Submitter: Jenkins
Branch: master

commit 63ff236ecadc014e247cfd72fdb43344467efbf7
Author: Michele Baldessari <email address hidden>
Date: Tue Aug 8 16:22:39 2017 +0200

    Remove docker --iptables=false on the undercloud

    Change I875fa14f7d810c7f0aba3b3a1b04b60a19470f0f 'Configure dockerd with
    --iptables=false' broke building kolla images on the undercloud.

    The reason for this is the following: - iptables=false makes sense on
    the overcloud where we are using net=host for our containers - on the
    undercloud however, when we build a container with kolla it gets spawned
    without net=host and so it does need some custom docker NAT rules in
    order to reach the internet.

    Kolla builds will fail trying to resolve repos (DNS/http/any traffic
    won't make it to any external network).

    Change-Id: Id0984a047e51f6e0ab198ded225e6811f91420ac
    Closes-Bug: #1709325