I have a problem with the same symptoms. I can provide some debugging
output.

I am running openshift with openshift-sdn (using openshift/openvswitch:latest
docker image) and the multitenant plugin.

I reported the bug separately on github [1]. There are some log snippets and 
some debugging info.

$ sudo docker build .
Sending build context to Docker daemon 2.048 kB
Step 0 : FROM openshift/openvswitch
 ---> 2c87df3e2197
Step 1 : RUN set -x; cat /etc/resolv.conf; ip a; ip r; curl 193.99.144.80 ; 
curl 136.243.70.201
 ---> Running in 09698d1281a3
+ cat /etc/resolv.conf
# Generated by NetworkManager
search morrmusic.com
nameserver 213.133.98.98
nameserver 213.133.99.99
+ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: ip_vti0@NONE: <NOARP> mtu 1500 qdisc noop state DOWN 
    link/ipip 0.0.0.0 brd 0.0.0.0
68: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1450 qdisc noqueue 
state DOWN 
    link/ether 02:42:0a:01:00:0e brd ff:ff:ff:ff:ff:ff
    inet 10.1.0.14/24 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::42:aff:fe01:e/64 scope link tentative 
       valid_lft forever preferred_lft forever
+ ip r
default via 10.1.0.1 dev eth0 
10.1.0.0/24 dev eth0  proto kernel  scope link  src 10.1.0.14 
+ curl 193.99.144.80
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:02:07 --:--:--     
0curl: (7) Failed connect to 193.99.144.80:80; Connection timed out
+ curl 136.243.70.201
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:02:07 --:--:--     
0curl: (7) Failed connect to 136.243.70.201:80; Connection timed out

[1]: https://github.com/openshift/origin/issues/6613

Cheers,
 Tobias Florek

_______________________________________________
dev mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to