Re: Unable to deploy application
Deepak Arn <arn.deepak1@...>
Hi,
I have configured cf nise (https://github.com/yudai/cf_nise_installer) on OpenStack. Able to reach outside world. ubuntu(a)test:~$ curl google.com <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8"> <TITLE>302 Moved</TITLE></HEAD><BODY> <H1>302 Moved</H1> The document has moved <A HREF="http://www.google.ca/?gfe_rd=cr&ei=egKMVsXhJuWM8Qe2lrqABg">here</A>. </BODY></HTML> I went into the container and ran git clone, the command fails. However, I am able to ping or do nslookup github.com from the container . Once the git clone command gets terminated the container also gets deleted from the warden. Below is the log: root(a)194p71rsd8m:~# git clone https://github.com/cloudfoundry/java-buildpack.git Cloning into 'java-buildpack'... Terminated root(a)194p71rsd8m:~# ping github.com PING github.com (192.30.252.129) 56(84) bytes of data. 64 bytes from github.com (192.30.252.129): icmp_seq=1 ttl=46 time=16.1 ms 64 bytes from github.com (192.30.252.129): icmp_seq=2 ttl=46 time=15.5 ms 64 bytes from github.com (192.30.252.129): icmp_seq=3 ttl=46 time=15.4 ms ^C --- github.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms rtt min/avg/max/mdev = 15.484/15.732/16.164/0.323 ms root(a)194p71rsd8m:~# nslookup github.com Server: 132.205.96.93 Address: 132.205.96.93#53 Non-authoritative answer: Name: github.com Address: 192.30.252.129 Now, what else I can do? Thanks, |
|