This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 16 Apr, 2018 1 commit
-
-
Peter Dave Hello authored
Use single `grep` with `^` condition instead of `grep` + `cat` + `wc`
-
- 15 Feb, 2018 1 commit
-
-
zane authored
-
- 01 Nov, 2017 1 commit
-
-
Michael Schurter authored
-
- 19 Sep, 2017 1 commit
-
-
Alex Dadgar authored
-
- 12 Sep, 2017 1 commit
-
-
Michael Schurter authored
Technically just the true->false is needed. The `chown -R` was a first attempt that didn't fix the bug, but it's a nice simplification.
-
- 09 Sep, 2017 2 commits
-
-
James Nugent authored
-
James Nugent authored
This commit reworks the Vagrantfile for Nomad in order to support straightforward testing on more than one operating system, whilst retaining the ability to stand up a test cluster running Ubuntu. The following changes are made: - Scripts have been extracted from the Vagrantfile into their own shell script files, in order that editors lint them. - All scripts have been edited to lint with no warnings or errors for their respective shells. - Scripts are named according to the operating system and privilege level which they run. We prefer to run a whole shell script as root versus prefixing (essentially) every command with `sudo` or an equivalent. - The Linux development box has been separated from the test cluster, removing some of the more gnarly (and less portable) logic. The Linux development box is still primary and autostarts. - A FreeBSD target has been added. The base box works for both Virtualbox and VMWare Fusion. - A target is added to the GNUmakefile to stand up a test cluster, using the default provider, or overriding the provider by setting the PROVIDER variable in make: - `make testcluster` - `make testcluster PROVIDER=vmware_fusion` - Machines in the test cluster have Avahi configured for zeroconf discovery. Each machine can ping each other machine at `hostname.local` - for example `nomad-server02.local`, `nomad-client03.local`.
-
- 04 Sep, 2017 1 commit
-
-
Alex Dadgar authored
-
- 01 Sep, 2017 1 commit
-
-
Alex Dadgar authored
-
- 24 Aug, 2017 1 commit
-
-
Armon Dadgar authored
-
- 05 Jun, 2017 1 commit
-
-
Michael Schurter authored
-
- 04 May, 2017 1 commit
-
-
Michael Schurter authored
-
- 25 Apr, 2017 1 commit
-
-
Michael Schurter authored
-
- 23 Feb, 2017 2 commits
-
-
Michael Schurter authored
-
Jorn Wijnands authored
* Change the GO_VERSION to match the correct upstream version from (https://storage.googleapis.com/golang/)
-
- 17 Feb, 2017 1 commit
-
-
Alex Dadgar authored
-
- 09 Feb, 2017 1 commit
-
-
Michael Schurter authored
Had to use the hack from https://github.com/golang/go/issues/12443
-
- 31 Jan, 2017 2 commits
-
-
Michael Schurter authored
-
Alex Dadgar authored
-
- 28 Jan, 2017 6 commits
-
-
Alex Dadgar authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Switch back to soft-float arm32 as armhf chips are backward compatible.
-
Michael Schurter authored
-
Michael Schurter authored
-
- 13 Jan, 2017 1 commit
-
-
Michael Schurter authored
-
- 12 Jan, 2017 1 commit
-
-
Michael Schurter authored
Makes running agents in vagrant without using `-dev` work.
-
- 06 Dec, 2016 1 commit
-
-
Diptanu Choudhury authored
-
- 10 Nov, 2016 1 commit
-
-
root authored
-
- 25 Oct, 2016 1 commit
-
-
Michael Schurter authored
-
- 13 Oct, 2016 1 commit
-
-
Diptanu Choudhury authored
-
- 10 Sep, 2016 1 commit
-
-
Diptanu Choudhury authored
-
- 17 Aug, 2016 3 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
vagrant authored
-
- 16 Aug, 2016 1 commit
-
-
Diptanu Choudhury authored
-
- 14 Jun, 2016 1 commit
-
-
Sean Chittenden authored
-
- 05 May, 2016 1 commit
-
-
Sean Chittenden authored
`vagrant up` just works and only one VM is spun-up by default, however there are up to 5x VMs available for cluster testing. `nomad-server%02d` and `nomad-client%02d`.
-
- 10 Apr, 2016 1 commit
-
-
Diptanu Choudhury authored
-
- 23 Mar, 2016 1 commit
-
-
Alex Dadgar authored
-