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.
- 06 May, 2019 7 commits
-
-
Michael Lange authored
Converts ANSI terminal codes to HTML in logs
-
Mahmood Ali authored
Codegen codec helpers for all nomad structs
-
Lang Martin authored
config parse direct hcl
-
Lang Martin authored
fix system sched constraint errors
-
Mahmood Ali authored
docs: update s3 urls to use virtual bucket style
-
Mahmood Ali authored
Update peers info with new raft config details
-
Mahmood Ali authored
In response to https://forums.aws.amazon.com/ann.jspa?annID=6776
-
- 05 May, 2019 2 commits
-
-
Charlie Voiselle authored
Fix Typo
-
Justin Weissig authored
Fixed Typo: Behing/Behind.
-
- 03 May, 2019 7 commits
-
-
Preetha Appan authored
-
Preetha authored
Update deployment health on failed allocations only if health is unset
-
Mahmood Ali authored
-
Mahmood Ali authored
Add support in nomad for supporting raft 3 protocol peers.json
-
Michael Schurter authored
Co-Authored-By:
preetapan <preetha@hashicorp.com>
-
Michael Schurter authored
Co-Authored-By:
preetapan <preetha@hashicorp.com>
-
Preetha Appan authored
This fixes a confusing UX where a previously successful deployment's healthy/unhealthy count would get updated if any allocations failed after the deployment was already marked as successful.
-
- 02 May, 2019 10 commits
-
-
Conor Mongey authored
-
Conor Mongey authored
-
Mahmood Ali authored
client: handle 0.8 server network resources
-
Mahmood Ali authored
Update hashicorp/go-msgpack/codec
-
Hemanth Basappa authored
-
Mahmood Ali authored
Fixes https://github.com/hashicorp/nomad/issues/5587 When a nomad 0.9 client is handling an alloc generated by a nomad 0.8 server, we should check the alloc.TaskResources for networking details rather than task.Resources. We check alloc.TaskResources for networking for other tasks in the task group [1], so it's a bit odd that we used the task.Resources struct here. TaskRunner also uses `alloc.TaskResources`[2]. The task.Resources struct in 0.8 was sparsly populated, resulting to storing of 0 in port mapping env vars: ``` vagrant@nomad-server-01:~$ nomad version Nomad v0.8.7 (21a2d93e+CHANGES) vagrant@nomad-server-01:~$ nomad server members Name Address Port Status Leader Protocol Build Datacenter Region nomad-server-01.global 10.199.0.11 4648 alive true 2 0.8.7 dc1 global vagrant@nomad-server-01:~$ nomad alloc status -json 5b34649b | jq '.Job.TaskGroups[0].Tasks[0].Resour...
-
Mahmood Ali authored
-
Mahmood Ali authored
To pick up the fix in https://github.com/hashicorp/go-msgpack/pull/8 .
-
Yishan Lin authored
Yishan/website revised resources page
-
Yishan Lin authored
-
- 01 May, 2019 13 commits
-
-
Yishan Lin authored
-
Yishan Lin authored
-
Mahmood Ali authored
-
Mahmood Ali authored
`ls *[!_test].go` was ignoring any file that ends with `s.go` (or any of the letter inside `[]`), including `structs.go`!
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Lang Martin authored
-
Yishan Lin authored
- Rewrote overview description - Reformatted "Community" scetion for consistency with GitHub - Removed IRC (redundant with Gitter) - Added "Community Calls" section with links to prior sessions - Added "Webinar" section with links to prior sessions - Revised Bug Tracker copy - Renamed "Tools for Provisioning & Experimentation" to "How to Install Nomad" section - Bumped up the "How to Install Nomad" section right below to second on the list "Community" - Removed "Videos" & "Blog Posts" section in favor of accurate segmentation between user talks, webinars, blog posts - Added "Who Uses Nomad" section in consistency with new GitHub ReadME - Removed the "Trusted By" section and disclaimer at bottom
-
Yishan Lin authored
-
Yishan Lin authored
Added Gitter to Resources + revised Overview in for ReadME.
-
Yishan Lin authored
-
- 30 Apr, 2019 1 commit
-
-
Yishan Lin authored
-