bamboo icon indicating copy to clipboard operation
bamboo copied to clipboard

HAProxy auto configuration and auto service discovery for Mesos Marathon

Results 43 bamboo issues
Sort by recently updated
recently updated
newest added

Implements a new function `getAppEnvValues` to use from within haproxy template (also adds a `unique` function to unique a slice of strings from within the template, which I don't need...

Right now, mesos and marathon have supported ip per container, But Bamboo only support to get the IP in this solution without container port Any suggestion?

We currently monitor the state of most of our services / nodes using [Prometheus](https://prometheus.io). Unfortunately bamboo currently does not provide any metrics or monitoring endpoint other than the `/status` which...

I add a id: "python-docker" with cmd python -m SimpleHTTPServer 8090 1. access my bamboo: http://10.10.10.2:8000/app-group/app1 2. access my haproxy directly: http://10.10.10.2/app-group/app1 If it is the first case: shows 404...

I'm getting the 503 status code when I'm trying to restart an application in Marathon. I have a question: the event from marathon to ZK is sent before or after...

``` [root@master1 tmp]# yum localinstall bamboo-1.0.0_1-1.noarch.rpm Loaded plugins: fastestmirror Examining bamboo-1.0.0_1-1.noarch.rpm: bamboo-1.0.0_1-1.noarch Marking bamboo-1.0.0_1-1.noarch.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package bamboo.noarch 0:1.0.0_1-1 will be installed...

We should document that if we use acls and remove `option httpclose` backends mught break or swap

- [ ] create a container runs mesos, zk & marathon per version - [ ] install golang on the container to run bamboo for integration test

This gives new configuration options to allow fetching marathon endpoints as registered in zookeeper rather than hardcoded endpoints. I've used this patch for some time in our production deploy with...

The purpose of this feature is to allow bamboo to shutdown haproxy gracefully in response to a SIGTERM. In my particular use case we have bamboo running in docker behind...