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.
- 02 Nov, 2020 8 commits
-
-
Jeff Escalante authored
-
Jeff Escalante authored
-
Kris Hicks authored
Co-authored-by:
Drew Bailey <2614075+drewbailey@users.noreply.github.com>
-
Mahmood Ali authored
This is a first draft of HCLv2 docs - I added the details under hcl2 doc with some minimal info highlighting the hcl2 introductions. As a longer term strategy, we'll want to mimic the Packer HCL docs structure that details all the blocks and allowed expressions/functions in greater details. However, given that the exact functions and templating syntax is still somewhat influx, I opt to push that to another time.
-
Charlie Voiselle authored
CHANGELOG entry for #9225
-
Russell Rollins authored
Dockerhub is going to rate limit unauthenticated pulls. Use our HashiCorp internal mirror for builds run through CircleCI. Co-authored-by:
Mahmood Ali <mahmood@hashicorp.com>
-
Drew Bailey authored
* Improve managed sink run loop and reloading resetCh no longer needed length of buffer equal to count of items, not count of events in each item update equality fn name, pr feedback clean up sink manager sink creation * update test to reflect changes * bad editor find and replace * pr feedback
-
James Rasell authored
A non-blocking Kotlin SDK
-
- 01 Nov, 2020 2 commits
-
-
Charlie Voiselle authored
changelog entry for https://github.com/hashicorp/nomad/pull/9225
-
Charlie Voiselle authored
Use alternative test for macOS JVM with /usr/libexec/java_home
-
- 30 Oct, 2020 3 commits
-
-
Buck Doyle authored
This test occasionally fails because the random generation sometimes produces a node with no allocations, such as here: https://app.circleci.com/pipelines/github/hashicorp/nomad/12735/workflows/9a407f87-0383-48ee-8e41-7e6e351dce28/jobs/113130/steps This is a temporary measure to solve it without trying to force the generated data to always have an allocation.
-
Tim Gross authored
The `template.allow_host_source` configuration was not operable, leading to the recent security patch in 0.12.6. We forgot to update this piece of the documentation referring to the correct configuration value.
-
Kris Hicks authored
This adds support for specifying a global topic match for a specific key.
-
- 29 Oct, 2020 7 commits
-
-
Michael Lange authored
UI: Add namespace and task states query params to the topology route
-
Michael Lange authored
-
Tim Gross authored
Build configuration files need comments, and JSON is also just the worst, isn't it? Upgrade our E2E packer configs to use the new HCL2 syntax.
-
Tim Gross authored
The `nomad_sha`, `nomad_version`, and `nomad_local_binary` variables for the Nomad provisioning module assumed that only one would be set. By having the override each other with an explicit precedence, it makes it easier to avoid problems with Terraform's implicit variables behavior. Set the expected default values in the `terraform.full.tfvars` to avoid shadowing by any future changes to the `terraform.tfvars` file. Update the Makefile to put the `-var` and `-var-file` in the correct order.
-
Buck Doyle authored
alignment-baseline appears to be ignored in Firefox, but dominant-baseline works. This also moves the anchor into CSS.
-
Buck Doyle authored
This is a few combined iterations on the DAS feature.
-
Tim Gross authored
* remove unused vault installation from Windows AMI * match Windows and Linux Consul versions * bump AMI base Nomad to current stable
-
- 28 Oct, 2020 9 commits
-
-
Michael Lange authored
UI: Update the warning icon
-
Jeff Escalante authored
-
Tim Gross authored
-
Tim Gross authored
The base Ubuntu AMI modifies apt sources during cloud-init. But the Packer build can potentially start the setup script before that work is done, resulting in errors trying to install base system dependencies like `dnsmasq`. Delay the setup long enough to lose the race with cloud-init.
-
Tim Gross authored
We intend to expand the nightly E2E test to cover multiple distros and platforms. Change the naming structure for "Linux client" to the more precise "Ubuntu Bionic", and "Windows" to "Windows 2016" to make it easier to add new targets without additional refactoring.
-
Chris Baker authored
merge of open-source components of DAS
-
Chris Baker authored
state store: call-out to generic update of job recommendations from job update method recommendations API work, and http endpoint errors for OSS support for scaling polices in task block of job spec add query filters for ScalingPolicy list endpoint command: nomad scaling policy list: added -job and -type
-
Tim Gross authored
Most of the time that a human is running the TF provisioning, they want the "dev cluster" which is going to deploy an OSS sha, with fewer targets and configuration alternatives. But the default `terraform.tfvars` is the nightly E2E run. Because the nightly run is automated, there's no reason we can't have it pick a non-default `terraform.full.tfvars` file and have the default be the dev cluster.
-
nvartolomei authored
-
- 27 Oct, 2020 11 commits
-
-
James Rasell authored
docs: DAS related documentation updates
-
James Rasell authored
docs: update Autoscaler agent docs with policy_eval config params.
-
Michael Schurter authored
docs: v1.0.0-beta2 released!
-
Michael Schurter authored
Calling it "Beta" even though it's "beta2" since "beta1" was never published.
-
James Rasell authored
docs: add new job scale and scaling-events CLI website docs.
-
James Rasell authored
-
James Rasell authored
-
James Rasell authored
-
James Rasell authored
Co-authored-by:
Chris Baker <1675087+cgbaker@users.noreply.github.com>
-
Chris Baker authored
-
James Rasell authored
Includes removal of the beta tag from the scaling polices API endpoints. \o/
-