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.
- 08 Jan, 2020 4 commits
-
-
Mahmood Ali authored
To pick up go.net change so we can cross compile to arm64
-
Charlie Voiselle authored
Synopsis needs to start with uppercase to match other commands
-
Tim Gross authored
-
James Rasell authored
-
- 07 Jan, 2020 5 commits
-
-
Drew Bailey authored
Update Evicted allocations to lost when lost
-
Tim Gross authored
-
James Rasell authored
When parsing a config file which had the consul.timeout param set, Nomad was reporting an error causing startup to fail. This seems to be caused by the HCL decoder interpreting the timeout type as an int rather than a string. This is caused by the struct TimeoutHCL param having a hcl key of timeout alongside a Timeout struct param of type time.Duration (int). Ensuring the decoder ignores the Timeout struct param ensure the decoder runs correctly.
-
Drew Bailey authored
-
Drew Bailey authored
If an alloc is being preempted and marked as evict, but the underlying node is lost before the migration takes place, the allocation currently stays as desired evict, status running forever, or until the node comes back online. This commit updates updateNonTerminalAllocsToLost to check for a destired status of Evict as well as Stop when updating allocations on tainted nodes. switch to table test for lost node cases
-
- 06 Jan, 2020 1 commit
-
-
Mahmood Ali authored
docs: add podman as an external task driver plugin
-
- 03 Jan, 2020 3 commits
-
-
Michael Schurter authored
Tested using https://github.com/schmichael/nomad-podman-vagrant
-
Michael Schurter authored
-
Michael Schurter authored
-
- 02 Jan, 2020 2 commits
-
-
Michael Schurter authored
Fix typo, Ethier -> Either
-
Kris Hicks authored
-
- 20 Dec, 2019 5 commits
-
-
Michael Schurter authored
nomad/state: remove dead upgrade path code
-
Michael Schurter authored
It is uncalled so there hsould be no runtime changes.
-
Charlie Voiselle authored
docs: Fix bad link to UI Guide track
-
Tim Gross authored
Increase the shortened timeout after the first loop so that metrics that take longer to come in aren't failing the test unnecessarily. Move the check for empty alloc metrics into the loop so that if the first values we get are empty we don't fail the test too early.
-
Charlie Voiselle authored
Corrected link to Nomad UI track from comments in #6876
-
- 19 Dec, 2019 7 commits
-
-
Tim Gross authored
-
Charlie Voiselle authored
* [docs] Migrating Web-UI and Governance Guides to learn * fix 404s caught in checks
-
Charlie Voiselle authored
* Allow user to specify dest filename for nomad init * Create changelog entry for GH-6520
-
Drew Bailey authored
Update CHANGELOG.md
-
Drew Bailey authored
-
Preetha authored
-
Mahmood Ali authored
Add option to set certificate in-memory
-
- 18 Dec, 2019 4 commits
-
-
Drew Bailey authored
Group shutdown_delay
-
Drew Bailey authored
update go-hclog to latest release
-
Drew Bailey authored
-
John Schlederer authored
* Making pull activity timeout configurable in Docker plugin config, first pass * Fixing broken function call * Fixing broken tests * Fixing linter suggestion * Adding documentation on new parameter in Docker plugin config * Adding unit test * Setting min value for pull_activity_timeout, making pull activity duration a private var
-
- 17 Dec, 2019 2 commits
-
-
Lang Martin authored
-
Lang Martin authored
-
- 16 Dec, 2019 7 commits
-
-
Mahmood Ali authored
cli: sequence cli.Ui operations
-
Drew Bailey authored
-
Drew Bailey authored
update docs, address pr comments ensure pointer is not nil use pointer for diff tests, set vs unset
-
Drew Bailey authored
more explicit test case, remove select statement
-
Drew Bailey authored
copy struct values ensure groupserviceHook implements RunnerPreKillhook run deregister first test that shutdown times are delayed move magic number into variable
-
Mahmood Ali authored
Fixes a bug where if a command flag parsing errors, the resulting error and help usage messages get interleaved in unexpected and non-user friendly way. The reason is that we have flag parsing library effectively writes to ui.Error in a goroutine. This is problematic: first, we lose the sequencing between help usage and error message; second, cli.Ui methods are not concurrent safe. Here, we introduce a custom error writer that buffers result and calls ui.Error() in the write method and in the same goroutine. For context, we need to wrap ui.Error because it's line-oriented, while flags library expects a io.Writer which is bytes oriented.
-
Danielle authored
env_aws: Disable Retries and set Session cfg
-