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.
- 05 Oct, 2021 1 commit
-
-
Mahmood Ali authored
-
- 01 Oct, 2021 1 commit
-
-
James Rasell authored
-
- 29 Sep, 2021 1 commit
-
-
Tim Gross authored
-
- 16 Sep, 2021 1 commit
-
-
James Rasell authored
Add a new hostname string parameter to the network block which allows operators to specify the hostname of the network namespace. Changing this causes a destructive update to the allocation and it is omitted if empty from API responses. This parameter also supports interpolation. In order to have a hostname passed as a configuration param when creating an allocation network, the CreateNetwork func of the DriverNetworkManager interface needs to be updated. In order to minimize the disruption of future changes, rather than add another string func arg, the function now accepts a request struct along with the allocID param. The struct has the hostname as a field. The in-tree implementations of DriverNetworkManager.CreateNetwork have been modified to account for the function signature change. In updating for the change, the enhancement of adding hostnames to network namespaces has also been added to the Docker driver, whilst the...
-
- 15 Sep, 2021 1 commit
-
-
Luiz Aoqui authored
-
- 07 Sep, 2021 1 commit
-
-
James Rasell authored
-
- 25 Aug, 2021 1 commit
-
-
Roopak Venkatakrishnan authored
Co-authored-by:
James Rasell <jrasell@hashicorp.com>
-
- 27 Jul, 2021 1 commit
-
-
Mahmood Ali authored
Noticed that the private Enterprise repository dependencies drifted a bit. Here, we update the OSS to the dependencies used by Enterprise. We should update all dependencies as a matter of hygiene, but that's an issue for another time.
-
- 23 Jul, 2021 1 commit
-
-
Mahmood Ali authored
Use glint to determine if os.Stdout is a terminal. glint Terminal renderer expects os.Stdout [not only to be a terminal, but also to have non-zero size](https://github.com/mitchellh/go-glint/blob/b492b545f6208fc979e7ee498d55599b8107e770/renderer_term.go#L39-L46). It's unclear how this condition arises, but this additional check causes Nomad to render deployments progress through glint when glint cannot support it. By using golint to perform the check, we eliminate the risk of mis-judgement.
-
- 22 Jul, 2021 1 commit
-
-
Seth Hoenig authored
-
- 20 Jul, 2021 1 commit
-
-
Michael Schurter authored
see hashicorp/nomad-enterprise#586 for audit logger related dependency updates
-
- 13 Jul, 2021 1 commit
-
-
James Rasell authored
-
- 21 Jun, 2021 1 commit
-
-
Huan Wang authored
-
- 17 Jun, 2021 1 commit
-
-
Tim Gross authored
-
- 09 Jun, 2021 1 commit
-
-
Isabel Suchanek authored
Adding '-verbose' will print out the allocation information for the deployment. This also changes the job run command so that it now blocks until deployment is complete and adds timestamps to the output so that it's more in line with the output of node drain. This uses glint to print in place in running in a tty. Because glint doesn't yet support cmd/powershell, Windows workflows use a different library to print in place, which results in slightly different formatting: 1) different margins, and 2) no spinner indicating deployment in progress.
-
- 30 Apr, 2021 1 commit
-
-
Mahmood Ali authored
-
- 27 Apr, 2021 1 commit
-
-
Michael Schurter authored
-
- 19 Apr, 2021 1 commit
-
-
Seth Hoenig authored
-
- 16 Apr, 2021 2 commits
-
-
Seth Hoenig authored
This reverts commit 12bb5092. This change is causing compatibility issues with Consul 1.9.X; I suspect the change is only compatible with Consul 1.10 or higher which is not released yet, and not something Nomad can require for quite some time. E.g. when registering an ingress gateway, ``` consul.sync: failed to update services in Consul: error="Unexpected response code: 400 (Request decode failed: json: unknown field "TransparentProxy")" ```
-
Nick Ethier authored
-
- 13 Apr, 2021 1 commit
-
-
Seth Hoenig authored
-
- 12 Apr, 2021 1 commit
-
-
Seth Hoenig authored
This PR brings go-plugin up to date from ~v1.0.1 to v1.4.0 (about 18 months) with a grab-bag of bux fixes.
-
- 07 Apr, 2021 1 commit
-
-
Mahmood Ali authored
Update hcl/v2 to point to https://github.com/hashicorp/hcl/commits/nomad-v2.9.1+tweaks1
-
- 05 Apr, 2021 1 commit
-
-
Seth Hoenig authored
This PR adds the common OSS changes for adding support for Consul Namespaces, which is going to be a Nomad Enterprise feature. There is no new functionality provided by this changeset and hopefully no new bugs.
-
- 31 Mar, 2021 1 commit
-
-
zhsj authored
includes updates for breaking changes in runc v1.0.0-rc93
-
- 30 Mar, 2021 1 commit
-
-
Tim Gross authored
-
- 12 Mar, 2021 1 commit
-
-
Tim Gross authored
-
- 29 Jan, 2021 2 commits
-
-
Seth Hoenig authored
-
Tim Gross authored
Update hcl2 for patch to fix map interpolation in dynamic blocks
-
- 07 Jan, 2021 1 commit
-
-
Kent 'picat' Gruber authored
-
- 09 Dec, 2020 1 commit
-
-
Ben Buzbee authored
This is essentially a port of Consul's similar fix Changes are: go get -u github.com/hashicorp/go-connlimit go mod vendor Use new HTTP429 handler https://github.com/hashicorp/consul/commit/20d1ea7d2d272b0d25a9b5af6ddec8748a3928aa
-
- 05 Nov, 2020 1 commit
-
-
Drew Bailey authored
* Get concrete types out of dynamic payload wip pull out value setting to func * Add TestEventSTream_SetPayloadValue Add more assertions use alias type in unmarshalJSON to handle payload rawmessage shorten unmarshal and remove anonymous wrap struct * use map structure and helper functions to return concrete types * ensure times are properly handled * update test name * put all decode logic in a single function Co-authored-by:
Kris Hicks <khicks@hashicorp.com>
-
- 21 Oct, 2020 1 commit
-
-
Mahmood Ali authored
-
- 17 Oct, 2020 2 commits
-
-
Seth Hoenig authored
Keep go.mod go version up to date with the version of Go used to build Nomad.
-
Seth Hoenig authored
The PR we needed https://github.com/shirou/gopsutil/pull/889 has been merged upstream, which means we can use upstream rather than our fork of psutil.
-
- 15 Oct, 2020 1 commit
-
-
Mahmood Ali authored
Update go-getter to the latest release now that hashicorp/go-getter#256 is merged. Also, pick up a xz CVE fix that go-getter merged in hashicorp/go-getter#279 .
-
- 14 Oct, 2020 2 commits
-
-
Drew Bailey authored
-
Drew Bailey authored
-
- 06 Oct, 2020 1 commit
-
-
Seth Hoenig authored
Newer versions of aws-sdk-go contain a bugfix for retrieving region vs availability-zone information.
-
- 05 Oct, 2020 1 commit
-
-
Tim Gross authored
Add service discovery integration to the existing consul-template E2E test, and verify both service and key updates force re-rendering. Fixes flakiness by using the longer default wait config we use elsewhere. Removes our last direct dependency on gomega.
-