I tested without any issue:
jpavlik@jpavlik-ThinkPad-T450s:~/gitlab/github/contrail-docker-deploy/modes/simple-contrail-docker$ docker-compose -f compose.yml up -d
Building contrail
Step 1 : FROM ubuntu:14.04
 ---> 90d5884b1ee0
Step 2 : ARG REPO_URL=http://apt.tcpcloud.eu/nightly/
 ---> Using cache
 ---> 490ba909eade
Step 3 : ARG REPO_DIST='trusty main security extra tcp oc30 kilo'
 ---> Using cache
 ---> 79a10638eed1
Step 4 : RUN echo "deb ${REPO_URL} ${REPO_DIST}" > /etc/apt/sources.list
 ---> Using cache
 ---> 7cf526cd4752
Step 5 : RUN apt-get update
 ---> Using cache
 ---> 66810721d497

ty to update file line 7 contrail-docker-deploy/contrail-docker/controller.dockerfile.r3.0 like:

RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf

Jakub

On 31.5.2016 15:06, Gaurav Agrawal wrote:
Hi Jakub,

Yes.  I can ping.

gaurav@gaurav-VirtualBox:~/contrail-docker-deploy/modes/simple-contrail-docker$
ping apt.tcpcloud.eu
PING apt.tcpcloud.eu (185.22.97.9) 56(84) bytes of data.
64 bytes from apt.tcpcloud.eu (185.22.97.9): icmp_seq=1 ttl=47 time=312 ms
64 bytes from apt.tcpcloud.eu (185.22.97.9): icmp_seq=2 ttl=47 time=311 ms
^C
--- apt.tcpcloud.eu ping statistics ---
3 packets transmitted, 2 received, 33% packet loss, time 2003ms
rtt min/avg/max/mdev = 311.899/312.012/312.126/0.569 ms
gaurav@gaurav-VirtualBox:~/contrail-docker-deploy/modes/simple-contrail-docker$

Regards
Gaurav

On 31 May 2016 at 18:34, Jakub Pavlik <[email protected]> wrote:
It seems like DNS issue. Can you ping apt.tcpcloud.eu from host, where you
build?


On 31.5.2016 15:03, Gaurav Agrawal wrote:
Hi Jakub,

I am following link shared by you and i am using Ubuntu 14.04 LTS VM.
I am getting following error during installation.
Please suggest.



gaurav@gaurav-VirtualBox:~/contrail-docker-deploy/modes/simple-contrail-docker$
sudo docker-compose -f compose.yml up -d
Building contrail
Step 1 : FROM ubuntu:14.04
14.04: Pulling from library/ubuntu
6c953ac5d795: Pull complete
3eed5ff20a90: Pull complete
f8419ea7c1b5: Pull complete
51900bc9e720: Pull complete
a3ed95caeb02: Pull complete
Digest:
sha256:7c151496aefa83d7d5faeff87493d471f86ff5673b829b0e1724e66be69d011c
Status: Downloaded newer image for ubuntu:14.04
   ---> 8f1bd21bd25c
Step 2 : ARG REPO_URL=http://apt.tcpcloud.eu/nightly/
   ---> Running in 95137d8367a1
   ---> 812f73625e39
Removing intermediate container 95137d8367a1
Step 3 : ARG REPO_DIST='trusty main security extra tcp oc30 kilo'
   ---> Running in 2f4d91e49354
   ---> faf39ae15366
Removing intermediate container 2f4d91e49354
Step 4 : RUN echo "deb ${REPO_URL} ${REPO_DIST}" > /etc/apt/sources.list
   ---> Running in 3c2c1af8d20d
   ---> 8b00e1675303
Removing intermediate container 3c2c1af8d20d
Step 5 : RUN apt-get update
   ---> Running in 23d6f303444d
Step 5 : RUN apt-get update
   ---> Running in 23d6f303444d
Err http://apt.tcpcloud.eu trusty InRelease

Err http://apt.tcpcloud.eu trusty Release.gpg
    Could not resolve 'apt.tcpcloud.eu'
Reading package lists...
W: Failed to fetch http://apt.tcpcloud.eu/nightly/dists/trusty/InRelease

W: Failed to fetch
http://apt.tcpcloud.eu/nightly/dists/trusty/Release.gpg  Could not
resolve 'apt.tcpcloud.eu'

W: Some index files failed to download. They have been ignored, or old
ones used instead.
   ---> 28ca15b9afd1
Removing intermediate container 23d6f303444d
Step 6 : RUN DEBIAN_FRONTEND=noninteractive apt-get install -y
--allow-unauthenticated curl strace tcpdump python-kafka-python
   ---> Running in 2cc1587aba42
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package curl
E: Unable to locate package strace
E: Unable to locate package tcpdump
E: Unable to locate package python-kafka-python
ERROR: Service 'contrail' failed to build: The command '/bin/sh -c
DEBIAN_FRONTEND=noninteractive apt-get install -y
--allow-unauthenticated curl strace tcpdump python-kafka-python'
returned a non-zero code: 100

gaurav@gaurav-VirtualBox:~/contrail-docker-deploy/modes/simple-contrail-docker$

Regards
Gaurav

On 30 May 2016 at 14:53, Jakub Pavlik <[email protected]> wrote:
I run it on Ubuntu, but it can be any linux machine with Docker and
Docker
Compose. I am running it on my laptop with 8GB RAM.

I am working now on compute node side. Because this deploys just
controllers.

Jakub


On 30.5.2016 11:21, Gaurav Kumar Agarwal wrote:

Hi Jakub,



What is minimum hardware required to run this platform. Which base OS
version of Ubuntu should be used



Regards

Gaurav



From: Jakub Pavlik [mailto:[email protected]]
Sent: Monday, May 30, 2016 2:47 PM
To: Gaurav Kumar Agarwal; Vijay Prasad
Cc: [email protected]; [email protected]
Subject: Re: [Users] Opencontrail Installation



Hi Gaurav,

you can also check this
https://github.com/pupapaik/contrail-docker-deploy .
However it is still in progress on compute node side.

Jakub

On 30.5.2016 10:19, Gaurav Kumar Agarwal wrote:

Hi Vijay,



Actually I tried with following link:




https://github.com/Juniper/contrail-controller/wiki/Install-and-Configure-OpenContrail-1.06



and I found one error at step 1.1:



sudo apt-get install contrail-config



Error is unable to locate package contrail-config.



I did not get any error before this step. Please suggest how to resolve
it.



Regards

Gaurav



From: Vijay Prasad [mailto:[email protected]]
Sent: Monday, May 30, 2016 1:45 PM
To: Gaurav Kumar Agarwal
Cc: [email protected]; [email protected]
Subject: Re: [Users] Opencontrail Installation



Gaurav,



You can start with guide below.



http://www.opencontrail.org/opencontrail-quick-start-guide/



Thanks

Vijay



On Mon, May 30, 2016 at 1:38 PM, Gaurav Kumar Agarwal
<[email protected]> wrote:

Hi all,

I am new to opencontrail and I want to install it in a sandbox for better
understanding.

Can you please suggest if there is any good documentation or link to
start
with hands-on.



Regards

Gaurav


_______________________________________________
Users mailing list
[email protected]

http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.org






_______________________________________________

Users mailing list

[email protected]


http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.org



--

Jakub Pavlik

CTO



[tcp ◕ cloud]



+420 602 177 027

[email protected]



tcp cloud a.s.

Thamova 16

186 00 Praha 8 - Karlin

Czech republic

http://tcpcloud.eu

http://opentcpcloud.org


--
Jakub Pavlik
CTO

[tcp ◕ cloud]

+420 602 177 027
[email protected]

tcp cloud a.s.
Thamova 16
186 00 Praha 8 - Karlin
Czech republic
http://tcpcloud.eu
http://opentcpcloud.org

--
Jakub Pavlik
CTO

[tcp ◕ cloud]

+420 602 177 027
[email protected]

tcp cloud a.s.
Thamova 16
186 00 Praha 8 - Karlin
Czech republic
http://tcpcloud.eu
http://opentcpcloud.org


--
Jakub Pavlik
CTO

[tcp ◕ cloud]

+420 602 177 027
[email protected]

tcp cloud a.s.
Thamova 16
186 00 Praha 8 - Karlin
Czech republic
http://tcpcloud.eu
http://opentcpcloud.org


_______________________________________________
Dev mailing list
[email protected]
http://lists.opencontrail.org/mailman/listinfo/dev_lists.opencontrail.org

Reply via email to