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.
- 24 Nov, 2021 1 commit
-
-
Tim Gross authored
As of VirtualBox 6.1.28, host-only networks are restricted to `192.168.56.0/21` by default, so spinning up the Vagrant boxes with secondary networks fail with an error `E_ACCESSDENIED`. Update the IP configuration of the Vagrant boxes to fall within the allowed range so that we don't need to ask developers from the community to make VirtualBox configuration updates outside of their normal Vagrant use.
-
- 27 Oct, 2021 1 commit
-
-
James Rasell authored
-
- 17 Nov, 2020 1 commit
-
-
Kris Hicks authored
This replaces all usage of `protoc` with `buf`. See `tools/buf/README.md` for more.
-
- 15 Jul, 2020 1 commit
-
-
Mahmood Ali authored
We set the Eval field on job (de-)registration only after all servers get upgraded, to avoid dealing with duplicate evals.
-
- 27 Feb, 2020 1 commit
-
-
Mahmood Ali authored
Rkt has been archived and is no longer an active project: * https://github.com/rkt/rkt * https://github.com/rkt/rkt/issues/4024 The rkt driver will continue to live as an external plugin.
-
- 03 Feb, 2020 1 commit
-
-
Mahmood Ali authored
Avoid Vagrant/virtualbox interferring with host audio when the VM boots.
-
- 06 Nov, 2019 1 commit
-
-
Robert James Hernandez authored
-
- 11 Sep, 2019 1 commit
-
-
Tim Gross authored
-
- 06 Sep, 2019 1 commit
-
-
Mahmood Ali authored
By having an ip address by default, developers can access any service on the Vagrant linux box without needing to setup port maps.
-
- 05 Sep, 2019 1 commit
-
-
Tim Gross authored
-
- 17 Mar, 2019 1 commit
-
-
Mahmood Ali authored
Also tease out some dev and docker bits from Vagrant scripts to ease sharing with Docker script
-
- 15 Mar, 2019 1 commit
-
-
Robert James Hernandez authored
Freebsd 11.1 went EOL 9/30/18: https://lists.freebsd.org/pipermail/freebsd-announce/2018-September/001842.html Was seeing a failure with shared object "libdl.so.1" not found which is required for bash
-
- 14 Mar, 2019 1 commit
-
-
Robert James Hernandez authored
Set shell to sh which is present by default on freebsd. Also set networking to host dhcp due to limitations with NFS sharing: https://github.com/hashicorp/vagrant/issues/9063
-
- 05 Oct, 2018 1 commit
-
-
Chris Baker authored
-
- 04 Oct, 2018 1 commit
-
-
Chris Baker authored
-
- 01 Aug, 2018 2 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 31 Jul, 2018 1 commit
-
-
Chelsea Holland Komlo authored
-
- 11 Jun, 2018 1 commit
-
-
Alex Dadgar authored
-
- 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 2 commits
-
-
Alex Dadgar authored
-
Michael Schurter authored
-