QubitProducts / bamboo

HAProxy auto configuration and auto service discovery for Mesos Marathon
Apache License 2.0
793 stars 214 forks source link

bamboo configuration doesn't reload when marathon app scale,restart,migration etc. #170

Closed junneyang closed 8 years ago

j1n6 commented 8 years ago

which version of marathon you are running?

junneyang commented 8 years ago

Version 0.11.0 the detail info:

  1. the marathon version: image
  2. the bamboo version: docker hub: milk/bamboo:multiple-ports image
  3. create the docker web app: image
  4. configure the bamboo ACL: image
  5. use the domain visit the site, it's ok: image
  6. first scale the app to 0,then scale the app to 3 again, to make the app starts on different host or port: image image

7.use the domain visit the site again, fails: image

junneyang commented 8 years ago

waiting for your help, ^--^.

rasputnik commented 8 years ago

@junneyang get yourself onto 0.11.1 asap - there are some nasty bugs in 0.11.0 https://github.com/mesosphere/marathon/releases (maybe not specific to this issue but can't hurt).

xianlubird commented 8 years ago

I happen to have the same problem, Did you fix it ?@junneyang

xianlubird commented 8 years ago

My Marathon version is v0.11.1 and mesos is 0.23.0 and zookeeper is 3.4.6, waiting for help!

junneyang commented 8 years ago

not yet, waiting for help, ^--^

j1n6 commented 8 years ago

The usual problem causing this is Bamboo requires Marathon enabling http callback. If this callback option is not set, those task events are not visible to Bamboo.

On 28 Oct 2015, at 03:45, junneyang notifications@github.com wrote:

not yet, waiting for help, ^--^

— Reply to this email directly or view it on GitHub.

junneyang commented 8 years ago

thanks very much!