-
Notifications
You must be signed in to change notification settings - Fork 95
Add tags to mesos-consul itself ? #53
Comments
Check out feature/configurable-service-name. That adds a Maybe a |
@ChrisAubuchon both would be great actually 🎅 🎄 This way it's easy peasy to deploy this with Chef for example. |
@scalp42 I added |
@ChrisAubuchon thanks a lot for considering it! In the middle of some ops madness here but (and sorry in advance but gotta make sure 😇) does it just default to the
Thanks again, I'll try to figure how to pass the branch when building go package (if you're familiar with Chef): golang_package 'github.com/CiscoCloud/mesos-consul' do
action node[cookbook_name][recipe_name]['nuke'] ? :nothing : :install
retries 3
retry_delay 2
end |
@scalp42 The service-name defaults to |
@ChrisAubuchon you rock! #hugops |
Hi, I just checked out a "mesos-consul" code and build an image recently. I am using consul 0.6.0. However, I am trying to run a docker container with service-name and service-tags options, but it looks like it is not picking it up. Does it have to be in a particular order? The way I am running it is: whereas If I run it as: But I i would like to leverage service-name and service-tags features, how to get it to work? -Imran |
I'm not sure if it's actually made it to master @ChrisAubuchon maybe can confirm |
I also have other question regarding the service-name and service-tags. Can we extend that to the actual marathon applications? For example: If I have multiple marathon frameworks and if they the same application names, then it sort of pollutes the services in the consul if the name is common. What I would like to get is something like "app_name.service_name" registered as a service in consul rather than just "app_name". It is more like adding a namespace feature to mesos-consul. -Imran |
@imrangit |
Is there a possibility to add a tag to the
mesos
service itself ?The issue is that if you run multiple Mesos clusters with a single shared Consul cluster, both environments get mixed.
Assuming a
dev
Mesos cluster:dev.mesos.service.consul
And a
prod
Mesos cluster:prod.mesos.service.consul
It would be great to be able to override the actual service name,
mesos
being really generic and also taking in account where you already have amesos
service in Consul.Thoughts ?
The text was updated successfully, but these errors were encountered: