-
Notifications
You must be signed in to change notification settings - Fork 32
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
Compute: HashiCorp Nomad #628
Comments
We haven't looked at it yet. How hard is it to set up a test cluster? |
Fairly easy, they have quite the comprehensive manual, with pre-built vagrant (obviously) boxes, |
From what I gather, the approach should be fairly similar to AWS batch. They also have a native go API to talk to the cluster, which should make it even more smooth. |
We're doing some work on a Kubernetes backend at the moment. We might have some time after that, but we'd need to be able to build a test cluster first. For some of the other backends, we had some luck with building docker based test environments, so that backend could be tested as part of the Travis continuous integration. I'm just curious how much work getting that kind of testing environment would take. |
If you let me know what you need I might be able to cook something up. As opposed to go, I am used to working with docker etc. Cheers |
although, running a nomad test cluster in travis would require docker-in-docker, which I'm not sure Travis allows... M |
Congrats on the new release! Thanks |
Hi guys! Thanks |
Hi,
We'd like to use Funnel to schedule jobs on a HashiCorp Nomad cluster.
Are there plans to support this? Or are there any resources available on how we could implement this?
Thanks
M
The text was updated successfully, but these errors were encountered: