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

Specify full path to worker for worker [run|deregister|list] #177

Open
srossross opened this issue Jan 15, 2016 · 4 comments
Open

Specify full path to worker for worker [run|deregister|list] #177

srossross opened this issue Jan 15, 2016 · 4 comments

Comments

@srossross
Copy link
Contributor

@PeterDSteinberg Lets improve on #165. Can you add the ability to specify the exact worker:

e.g.

anaconda worker run @sean/test-q/osx-1

Running a worker without the full path should raise a deprication warning.

anaconda worker run osx-1
@PeterDSteinberg
Copy link
Contributor

@srossross I will do this. That's a relatively quick change.

@PeterDSteinberg PeterDSteinberg self-assigned this Jan 15, 2016
@PeterDSteinberg
Copy link
Contributor

@srossross are we waiting to merge #165 until this issue #177 ? That makes sense to me.

@PeterDSteinberg
Copy link
Contributor

@srossross there is already a check in place for existing worker --name usage. Here's an example:

$ anaconda worker register psteinberg/abc -n ps_abc1
Using Anaconda Cloud api site http://api.anaconda.org
[BinstarError] Cannot have duplicate worker --name from same host: ps_abc1

It doesn't look like there is any ambiguity. The changes in this issue would not be backwards compatible to our VM's documentation. Are you sure we should change?

@stephenakearns
Copy link

Recommendation: go thru next deployment smoothly and then make this interface change (which can cause instability. also needs to address backwards compatability

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

No branches or pull requests

3 participants