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

Feature request: Allocating dynamic port range for task #1384

Open
capone212 opened this issue Jul 4, 2016 · 0 comments
Open

Feature request: Allocating dynamic port range for task #1384

capone212 opened this issue Jul 4, 2016 · 0 comments

Comments

@capone212
Copy link
Contributor

I was asked to open new ticket after this conversation https://groups.google.com/forum/#!topic/nomad-tool/LUqywl3fV3U
Short recap:
I need to run some multimedia service using nomad that dynamically opens ports to serve clients. It has two settings to limit its port usage basePort and portSpan, effectively this two settings form a range [base, base + span].
It turns out that nomad can't allocate contiguous port range for a task. I think port range settings is not uncommon, especially for multi media streaming servers.

Here for for example, Wowza Streamer, that uses a configurable UDP port range to stream media over RTP (http://www.pagefabric.com/blogs/2013/05/18/how-to-enable-firewall-friendly-streaming-in-wowza-media-server/)
I think it will be nice for nomad to support this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Roadmapping
Development

No branches or pull requests

2 participants