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.
- 04 Sep, 2021 2 commits
-
-
Forest Anderson authored
-
Andy Assareh authored
i found this confusing since 8300 is associated with consul. suggest using more nomad ports
-
- 03 Sep, 2021 3 commits
-
-
Kent 'picat' Gruber authored
Add initial Dependabot configuration
-
Luiz Aoqui authored
-
Kent 'picat' Gruber authored
-
- 02 Sep, 2021 2 commits
-
-
Isabel Suchanek authored
This fixes a bug in the event stream API where it currently interprets namespace=* as an actual namespace, not a wildcard. When Nomad parses incoming requests, it sets namespace to default if not specified, which means the request namespace will never be an empty string, which is what the event subscription was checking for. This changes the conditional logic to check for a wildcard namespace instead of an empty one. It also updates some event tests to include the default namespace in the subscription to match current behavior. Fixes #10903
-
Kevin Wang authored
-
- 01 Sep, 2021 4 commits
-
-
Mahmood Ali authored
Also format terraform scripts with hclfmt, equivalent to terraform fmt. I opted not to use terraform fmt, because I didn't want to introduce dev dependency on the terraform CLI. Also, I've optimized the find command to ignore spurious directories (e.g. .git, node_modules) that seem to be populated with too many files! make hclfmt takes 0.3s on my mac down from 7 seconds!
-
Luiz Aoqui authored
-
Luiz Aoqui authored
Co-authored-by:
Derek Strickland <1111455+DerekStrickland@users.noreply.github.com>
-
Andy Assareh authored
updated with Nomad ports and web link (learn guide: https://learn.hashicorp.com/tutorials/nomad/outage-recovery)
-
- 31 Aug, 2021 5 commits
-
-
Michael Lange authored
Mention the ndjson standard format the event stream uses
-
James Rasell authored
scripts: create CNI config directory within Vagrant machine.
-
Derek Strickland authored
This PR adds a sentence about configuring your firewall to allow required Nomad ports. This is being added to help search discoverability. This closes issue #11076
-
James Rasell authored
-
James Rasell authored
chore: fix incorrect docstring formatting.
-
- 30 Aug, 2021 5 commits
-
-
Michael Lange authored
Knowing this upfront is important when looking for common libraries to help consume events.
-
Mahmood Ali authored
-
Mahmood Ali authored
This allows us to spin up e2e clusters with mTLS configured for all HashiCorp services, i.e. Nomad, Consul, and Vault. Used it for testing #11089 . mTLS is disabled by default. I have not updated Windows provisioning scripts yet - Windows also lacks ACL support from before. I intend to follow up for them in another round.
-
James Rasell authored
-
James Rasell authored
cni: consolidate cni plugins within test install and docs to use v1.0.0
-
- 29 Aug, 2021 2 commits
-
-
Mahmood Ali authored
-
Derek Strickland authored
* Update configuration for csi/digitalocean demo * hclfmt DigitalOcean CSI demo files Co-authored-by:
Luiz Aoqui <luiz@hashicorp.com>
-
- 27 Aug, 2021 3 commits
-
-
Mahmood Ali authored
-
James Rasell authored
-
James Rasell authored
-
- 26 Aug, 2021 1 commit
-
-
Pamela Bortnick authored
* Update social share image * Remove Icon file
-
- 25 Aug, 2021 5 commits
-
-
Mahmood Ali authored
-
Roopak Venkatakrishnan authored
Co-authored-by:
James Rasell <jrasell@hashicorp.com>
-
Luiz Aoqui authored
* website: update `scaling` and `policy` blocks documentation * website: hclfmt examples in scaling block docs
-
James Rasell authored
docs: Remove note on ingress gateway hosts field needing a port number
-
James Rasell authored
docs: fix typo in structs/event.go
-
- 23 Aug, 2021 1 commit
-
-
Luiz Aoqui authored
* don't timestamp active log file * website: update log_file default value * changelog: add entry for #11070 * website: add upgrade instructions for log_file in v1.14 and v1.2.0
-
- 21 Aug, 2021 1 commit
-
-
Kush authored
-
- 20 Aug, 2021 1 commit
-
-
Zachary Shilton authored
* website: upgrade global-styles packages * website: upgrade community page * website: hide alert-banner on mobile * website: upgrade g-container to g-grid-container * website: update /security to use markdown-page * website: fix unsupported prop * website: fix incorrect github link in security page * website: bump to latest patched dependencies
-
- 19 Aug, 2021 1 commit
-
-
Mahmood Ali authored
Deflake tests attempts
-
- 18 Aug, 2021 3 commits
-
-
Mahmood Ali authored
Attempt to deflake the test by avoiding shutting down the leaders, as leadership recovery takes more time, and consequently longer to process raft configuration changes and potentially failing the test.
-
Mahmood Ali authored
Wait for leadership to be established before killing leader.
-
Mahmood Ali authored
When a node becomes ready, create an eval for all system jobs across namespaces. The previous code uses `job.ID` to deduplicate evals, but that ignores the job namespace. Thus if there are multiple jobs in different namespaces sharing the same ID/Name, only one will be considered for running in the new node. Thus, Nomad may skip running some system jobs in that node.
-
- 17 Aug, 2021 1 commit
-
-
Mahmood Ali authored
Target all e2e datacenters for system and sysbatch e2e tests. They require that the system jobs run on all linux clients. However, the jobs currenly only target `dc1` datacenter, but the nightly e2e cluster has 4 clients spread in `dc1` and `dc2` datacenters, causing the tests to fail. I missed this problem in e2e dev cluster because it only used a single dc1 datacenter.
-