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.
- 12 Aug, 2019 2 commits
-
-
Danielle Lancashire authored
-
Danielle Lancashire authored
-
- 09 Aug, 2019 1 commit
-
-
Nick Ethier authored
* jobspec: breakup parse.go into smaller files * add sidecar_task parsing to jobspec and api * jobspec: combine service parsing logic for task and group service stanzas * api: use slice of ConsulUpstream values instead of pointers
-
- 07 Aug, 2019 1 commit
-
-
Preetha Appan authored
-
- 06 Aug, 2019 1 commit
-
-
Michael Schurter authored
Refactor all Consul structs into {api,structs}/services.go because api/tasks.go didn't make sense anymore and structs/structs.go is gigantic.
-
- 31 Jul, 2019 1 commit
-
-
Nick Ethier authored
Adds a network stanza and additional options to the task group level in prep for allowing shared networking between tasks of an alloc.
-
- 22 May, 2019 1 commit
-
-
Lang Martin authored
-
- 30 Jan, 2019 1 commit
-
-
Alex Dadgar authored
-
- 23 Jan, 2019 1 commit
-
-
Alex Dadgar authored
-
- 11 Jan, 2019 1 commit
-
-
Preetha Appan authored
-
- 06 Dec, 2018 1 commit
-
-
Alex Dadgar authored
IOPS have been modelled as a resource since Nomad 0.1 but has never actually been detected and there is no plan in the short term to add detection. This is because IOPS is a bit simplistic of a unit to define the performance requirements from the underlying storage system. In its current state it adds unnecessary confusion and can be removed without impacting any users. This PR leaves IOPS defined at the jobspec parsing level and in the api/ resources since these are the two public uses of the field. These should be considered deprecated and only exist to allow users to stop using them during the Nomad 0.9.x release. In the future, there should be no expectation that the field will exist.
-
- 11 Oct, 2018 1 commit
-
-
Alex Dadgar authored
-
- 08 Oct, 2018 1 commit
-
-
Alex Dadgar authored
-
- 04 Sep, 2018 4 commits
-
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
- 07 May, 2018 2 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 04 May, 2018 2 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
Needs to be more like http.
-
- 26 Mar, 2018 1 commit
-
-
Preetha Appan authored
-
- 21 Mar, 2018 2 commits
-
-
Alex Dadgar authored
-
Michael Schurter authored
-
- 14 Mar, 2018 2 commits
-
-
Preetha Appan authored
-
Preetha Appan authored
-
- 31 Jan, 2018 1 commit
-
-
Preetha Appan authored
-
- 09 Jan, 2018 1 commit
-
-
Michael Schurter authored
There was a bug in jobspec parsing, a bug in CheckRestart merging, and a bug in CheckRestart canonicalization. All are now tested.
-
- 08 Dec, 2017 1 commit
-
-
Michael Schurter authored
Fixes #3380 Adds address_mode to checks (but no auto) and allows services and checks to set literal port numbers when using address_mode=driver. This allows SDNs, overlays, etc to advertise internal and host addresses as well as do checks against either.
-
- 06 Dec, 2017 3 commits
-
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
add conversion for KillSignal for api/struct representation of task
-
Chelsea Holland Komlo authored
-
- 26 Sep, 2017 1 commit
-
-
Alex Dadgar authored
-
- 14 Sep, 2017 1 commit
-
-
Michael Schurter authored
-
- 08 Sep, 2017 1 commit
-
-
Alex Dadgar authored
-
- 17 Aug, 2017 3 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Fixes #2441 Defaults to 0 (no delay) for backward compat and because this feature should be opt-in.
-
- 01 Aug, 2017 1 commit
-
-
Alex Dadgar authored
This PR allows a template to specify the Vault grace duration. Fixes https://github.com/hashicorp/nomad/issues/2922
-
- 07 Jul, 2017 1 commit
-
-
Alex Dadgar authored
-