kobolog / gorb

IPVS on steroids – REST API, heartbeats, service discovery and more
GNU Lesser General Public License v3.0
809 stars 83 forks source link

endpoint information is missing #24

Closed Lavignotte closed 8 years ago

Lavignotte commented 8 years ago

Hi,

I'm giving a try with GORB with a basic setup but I get the following error:

time="2016-03-18T23:05:31Z" level=info msg="starting GORB Docker Link Daemon v0.1" time="2016-03-18T23:05:31Z" level=info msg="listening on event feed at unix:///var/run/docker.sock" time="2016-03-18T23:05:31Z" level=info msg="bootstrapping with existing containers" ... time="2016-03-18T23:05:31Z" level=info msg="creating [sonatype-nexus-8081-tcp/serene_goldstine-8080-tcp] with 172.17.0.4:8080 -> 8081" time="2016-03-18T23:05:31Z" level=info msg="creating service [sonatype-nexus-8081-tcp] on port 8081/tcp" time="2016-03-18T23:05:31Z" level=warning msg="no public ports were processed for [sonatype/nexus/serene_goldstine]" ... time="2016-03-18T23:05:31Z" level=warning msg="errors while exposing existing containers: [got unknown error from http://192.168.1.120:4672/service/sonatype-nexus-8081-tcp: map[error:endpoint information is missing]]"

I've started GORB and GORB-DOCKER-LINK with following compose file and Consul is listening correctly on http://192.168.1.120:8500

gorb-docker-link: image: kobolog/gorb-docker-link:0.1 container_name: gorb-docker-link restart: always command: -r 192.168.1.120:4672 volumes:

  • /var/run/docker.sock:/var/run/docker.sock gorb: image: kobolog/gorb:0.1 container_name: gorb restart: always net: "host" privileged: true command: -c http://192.168.1.120:8500 -l 192.168.1.120:4672

What did I miss ?

Thanks, Pierre #

kobolog commented 8 years ago

Can you post GORB logs as well please?

kobolog commented 8 years ago

Closing due to inactivity.