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.
- 13 Nov, 2017 10 commits
-
-
Preetha Appan authored
-
Preetha authored
Add support for passing device into docker driver
-
Preetha authored
Fixes bug with display message logic due to deprecating GenericSource…
-
Alex Dadgar authored
-
Preetha Appan authored
Fixes bug with display message logic due to deprecating GenericSource. Also added more test cases to cover a bunch more edge cases
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
- 11 Nov, 2017 2 commits
-
-
Alex Dadgar authored
Updated Troubleshooting section of Vault Integration docs
-
Laura Uva authored
Updated Troubleshooting section of Vault Integration docs to mention the policy requirements for certain version combinations of Vault and Nomad, due to changes in Vault default policy and Nomad's vendored Vault lease renewal API.
-
- 10 Nov, 2017 12 commits
-
-
Michael Lange authored
Allow cross origin connections in ui
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Alex Dadgar authored
Handle multiple environment templates
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
`memory` default is 10, not 300
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Fixes https://github.com/hashicorp/nomad/issues/3498
-
Charlie Voiselle authored
-
- 09 Nov, 2017 3 commits
-
-
Michael Lange authored
Change nodes to clients in the ui
-
Charlie Voiselle authored
In testing realized that Resources night not be present at all. Testing this case caused panic. Added in a means to collect clean defaults in that case.
-
Charlie Voiselle authored
The current code would merge the job with the output of MinResources causing the nil to be replaced with MemoryMB=helper.IntToPtr(10). When later `Canonicalize`d, the 10 would cause the default of 300 not to be applied. Running `Canonicalize` on the task itself guarantees that CPU, MemoryMB, and IOPS is set, so we can remove the Merge withMinResources.
-
- 08 Nov, 2017 1 commit
-
-
Chelsea Komlo authored
jobs tests were sending invalid jobs
-
- 07 Nov, 2017 4 commits
-
-
Charlie Voiselle authored
-
Charlie Voiselle authored
Verified by creating sample job and removing memory from resources ``` Task "redis" is "running" Task Resources CPU Memory Disk IOPS Addresses 3/100 MHz 976 KiB/10 MiB 300 MiB 0 db: **.**.**.**:20824 ```
-
Michael Schurter authored
Update securing-nomad.html.md address flag example
-
James Rasell authored
The `nomad node-status` command incorrectly used the `-addr` flag; whereas the correct flag key is `-address`.
-
- 06 Nov, 2017 6 commits
-
-
Alex Dadgar authored
doc: fix some typos in the "Guides" documentation
-
Alex Dadgar authored
-
Alex Dadgar authored
[3503] adding consul-address flag to command.go
-
Michael Schurter authored
-
Michael Schurter authored
Fix panic on every run of the keyring command.
-
James Rasell authored
This change removes the flag token declaration within keyring.go which caused a flag redefined panic on every command run as the token flag is specified in the command meta.
-
- 05 Nov, 2017 2 commits
-
-
Jonathan Ballet authored
-
James Powis authored
-