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.
- 09 Jan, 2020 3 commits
-
-
Tim Gross authored
-
Tim Gross authored
-
Tim Gross authored
In 0.10.2 (specifically 387b016a) we added interpolation to group service blocks and centralized the logic for task environment interpolation. This wasn't also added to script checks, which caused a regression where the IDs for script checks for services w/ interpolated fields (ex. the service name) didn't match the service ID that was registered with Consul. This changeset calls the same taskenv interpolation logic during `script_check` configuration, and adds tests to reduce the risk of future regressions by comparing the IDs of service hook and the check hook.
-
- 08 Jan, 2020 5 commits
-
-
Charlie Voiselle authored
[docs] Change consul agent note to callout
-
Charlie Voiselle authored
Because this is such a common misconfig, it is probably worth highlighting
-
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 3 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
-