Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to specify service name #26

Open
w1r0x opened this issue Apr 4, 2017 · 2 comments
Open

Ability to specify service name #26

w1r0x opened this issue Apr 4, 2017 · 2 comments
Assignees
Milestone

Comments

@w1r0x
Copy link
Collaborator

w1r0x commented Apr 4, 2017

Now we specify naming of services in my dict by its name in mesos. But when we have two services in different groups that names ident we can't discover both of them.

So we need to specify it like this:

services: [
 {
        "myname": "memcached_sessions"
        "name": "memcached",
        "group": "sessions.production"
},
{
        "myname": "memcached_cache"
        "name": "memcached",
        "group": "cache.production"
}
]
@w1r0x w1r0x added the feature label Apr 4, 2017
@Difrex Difrex added this to the v0.10 milestone Apr 5, 2017
@Difrex Difrex added the question label Apr 5, 2017
@Difrex
Copy link

Difrex commented Apr 5, 2017

I don't like myname. It is bad keyword :)

How about nickname?

@w1r0x
Copy link
Collaborator Author

w1r0x commented Apr 5, 2017

myname is just example
nickname is always about a person. We should use other name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants