Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-14408

FIWARE.Question.Lab.Spain.FIWARE Lab - Docker images connectivity issues building images

    Details

      Description

      Created question in FIWARE Q/A platform on 16-07-2018 at 09:07
      Please, ANSWER this question AT 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

        Activity

        fla Fernando Lopez made changes -
        Fix Version/s 2021 [ 12600 ]
        backlogmanager Backlog Manager made changes -
        Summary [fiware-stackoverflow] FIWARE Lab - Docker images connectivity issues building images FIWARE.Question.Lab.Spain.FIWARE Lab - Docker images connectivity issues building images
        fla Fernando Lopez made changes -
        Component/s FIWARE-LAB-HELP [ 10279 ]
        Component/s FIWARE-TECH-HELP [ 10278 ]
        fla Fernando Lopez made changes -
        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
        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
        HD-Node Spain [ 10846 ]
        backlogmanager Backlog Manager made changes -
        Resolution Done [ 10000 ]
        Status In Progress [ 3 ] Closed [ 6 ]
        backlogmanager Backlog Manager made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        veronika Veronika Vlnkova made changes -
        Assignee José Ignacio Carretero Guarde [ jicg ]
        backlogmanager Backlog Manager made changes -
        Field Original Value New Value
        Component/s FIWARE-TECH-HELP [ 10278 ]
        backlogmanager Backlog Manager created issue -

          People

          • Assignee:
            jicg José Ignacio Carretero Guarde
            Reporter:
            backlogmanager Backlog Manager
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: