[Backlogmanager] [FIWARE-JIRA] (HELP-14408) [fiware-stackoverflow] FIWARE Lab - Docker images connectivity issues building images

Fernando Lopez (JIRA) jira-help-desk at jira.fiware.org
Tue Sep 11 15:21:00 CEST 2018


     [ https://jira.fiware.org/browse/HELP-14408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fernando Lopez updated HELP-14408:
----------------------------------
        HD-Node: Spain
    Description: 
Created question in FIWARE Q/A platform on 16-07-2018 at 09:07
{color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/51356386/fiware-lab-docker-images-connectivity-issues-building-images


+Question:+
FIWARE Lab - Docker images connectivity issues building images

+Description:+
Trying to install some GEs in a FIWARE Lab machine, the installations doesn't complete using Centos base image.

I tried the same process on a local virtual machine and i could get successfully installed the docker container.

Triying to install the FIWARE PEP Proxy (building image) using the docker instructions:
https://github.com/ging/fiware-pep-proxy/tree/master/extras/docker

sudo docker build -t pep-proxy-image .
Sending build context to Docker daemon 6.656 kB
Step 1/7 : FROM ubuntu:14.04
 ---> 578c3e61a98c
Step 2/7 : MAINTAINER FIWARE Wilma PEP Proxy Team. DIT-UPM
 ---> Using cache
 ---> 79f4c3dbc65b
Step 3/7 : WORKDIR /opt
 ---> Using cache
 ---> e705b36ae1f3
Step 4/7 : RUN sudo apt-get update &&   sudo apt-get install make g++ software-properties-common python-software-properties -y &&       sudo add-apt-repository ppa:chris-lea/node.js -y &&     sudo apt-get update &&  sudo apt-get install nodejs git -y
---> Running in 7ee6f4ca98fa

Ign http://archive.ubuntu.com trusty InRelease
Ign http://security.ubuntu.com trusty-security InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Get:1 http://security.ubuntu.com trusty-security Release.gpg [916 B]
Ign http://security.ubuntu.com trusty-security Release
Ign http://archive.ubuntu.com trusty-backports InRelease
Get:2 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:3 http://archive.ubuntu.com trusty-updates Release.gpg [916 B]
Get:4 http://archive.ubuntu.com trusty-backports Release.gpg [916 B]
Ign http://archive.ubuntu.com trusty Release
Ign http://archive.ubuntu.com trusty-updates Release
Ign http://archive.ubuntu.com trusty-backports Release


I have full connectivity in host machine and also i opened the security rules on open-stack like web dashboard. Also I disabled the Centos firewall

systemctl disable firewalld


I have no problems if I download the image but i cant build on FIWARE Lab
Thanks in advance


  was:

Created question in FIWARE Q/A platform on 16-07-2018 at 09:07
{color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/51356386/fiware-lab-docker-images-connectivity-issues-building-images


+Question:+
FIWARE Lab - Docker images connectivity issues building images

+Description:+
Trying to install some GEs in a FIWARE Lab machine, the installations doesn't complete using Centos base image.

I tried the same process on a local virtual machine and i could get successfully installed the docker container.

Triying to install the FIWARE PEP Proxy (building image) using the docker instructions:
https://github.com/ging/fiware-pep-proxy/tree/master/extras/docker

sudo docker build -t pep-proxy-image .
Sending build context to Docker daemon 6.656 kB
Step 1/7 : FROM ubuntu:14.04
 ---> 578c3e61a98c
Step 2/7 : MAINTAINER FIWARE Wilma PEP Proxy Team. DIT-UPM
 ---> Using cache
 ---> 79f4c3dbc65b
Step 3/7 : WORKDIR /opt
 ---> Using cache
 ---> e705b36ae1f3
Step 4/7 : RUN sudo apt-get update &&   sudo apt-get install make g++ software-properties-common python-software-properties -y &&       sudo add-apt-repository ppa:chris-lea/node.js -y &&     sudo apt-get update &&  sudo apt-get install nodejs git -y
---> Running in 7ee6f4ca98fa

Ign http://archive.ubuntu.com trusty InRelease
Ign http://security.ubuntu.com trusty-security InRelease
Ign http://archive.ubuntu.com trusty-updates InRelease
Get:1 http://security.ubuntu.com trusty-security Release.gpg [916 B]
Ign http://security.ubuntu.com trusty-security Release
Ign http://archive.ubuntu.com trusty-backports InRelease
Get:2 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:3 http://archive.ubuntu.com trusty-updates Release.gpg [916 B]
Get:4 http://archive.ubuntu.com trusty-backports Release.gpg [916 B]
Ign http://archive.ubuntu.com trusty Release
Ign http://archive.ubuntu.com trusty-updates Release
Ign http://archive.ubuntu.com trusty-backports Release


I have full connectivity in host machine and also i opened the security rules on open-stack like web dashboard. Also I disabled the Centos firewall

systemctl disable firewalld


I have no problems if I download the image but i cant build on FIWARE Lab
Thanks in advance



> [fiware-stackoverflow] FIWARE Lab - Docker images connectivity issues building images
> -------------------------------------------------------------------------------------
>
>                 Key: HELP-14408
>                 URL: https://jira.fiware.org/browse/HELP-14408
>             Project: Help-Desk
>          Issue Type: Monitor
>          Components: FIWARE-TECH-HELP
>            Reporter: Backlog Manager
>            Assignee: José Ignacio Carretero Guarde
>              Labels: centos7, docker, fiware, openstack
>
> Created question in FIWARE Q/A platform on 16-07-2018 at 09:07
> {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/51356386/fiware-lab-docker-images-connectivity-issues-building-images
> +Question:+
> FIWARE Lab - Docker images connectivity issues building images
> +Description:+
> Trying to install some GEs in a FIWARE Lab machine, the installations doesn't complete using Centos base image.
> I tried the same process on a local virtual machine and i could get successfully installed the docker container.
> Triying to install the FIWARE PEP Proxy (building image) using the docker instructions:
> https://github.com/ging/fiware-pep-proxy/tree/master/extras/docker
> sudo docker build -t pep-proxy-image .
> Sending build context to Docker daemon 6.656 kB
> Step 1/7 : FROM ubuntu:14.04
>  ---> 578c3e61a98c
> Step 2/7 : MAINTAINER FIWARE Wilma PEP Proxy Team. DIT-UPM
>  ---> Using cache
>  ---> 79f4c3dbc65b
> Step 3/7 : WORKDIR /opt
>  ---> Using cache
>  ---> e705b36ae1f3
> Step 4/7 : RUN sudo apt-get update &&   sudo apt-get install make g++ software-properties-common python-software-properties -y &&       sudo add-apt-repository ppa:chris-lea/node.js -y &&     sudo apt-get update &&  sudo apt-get install nodejs git -y
> ---> Running in 7ee6f4ca98fa
> Ign http://archive.ubuntu.com trusty InRelease
> Ign http://security.ubuntu.com trusty-security InRelease
> Ign http://archive.ubuntu.com trusty-updates InRelease
> Get:1 http://security.ubuntu.com trusty-security Release.gpg [916 B]
> Ign http://security.ubuntu.com trusty-security Release
> Ign http://archive.ubuntu.com trusty-backports InRelease
> Get:2 http://archive.ubuntu.com trusty Release.gpg [933 B]
> Get:3 http://archive.ubuntu.com trusty-updates Release.gpg [916 B]
> Get:4 http://archive.ubuntu.com trusty-backports Release.gpg [916 B]
> Ign http://archive.ubuntu.com trusty Release
> Ign http://archive.ubuntu.com trusty-updates Release
> Ign http://archive.ubuntu.com trusty-backports Release
> I have full connectivity in host machine and also i opened the security rules on open-stack like web dashboard. Also I disabled the Centos firewall
> systemctl disable firewalld
> I have no problems if I download the image but i cant build on FIWARE Lab
> Thanks in advance



--
This message was sent by Atlassian JIRA
(v6.4.1#64016)


More information about the Backlogmanager mailing list

You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy   Cookies policy