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.
- 23 Jan, 2018 9 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Allow overriding an image's entrypoint in Docker
-
Alex Dadgar authored
Fixes https://github.com/hashicorp/nomad/issues/2219
-
Alex Dadgar authored
-
Alex Dadgar authored
Add an option to add and drop capabilities in the Docker driver
-
Chelsea Komlo authored
Client/Server TLS dynamic reload
-
Filip Ochnik authored
-
Chelsea Holland Komlo authored
-
Michael Schurter authored
Always advertise driver IP when in driver mode
-
- 22 Jan, 2018 7 commits
-
-
Michael Schurter authored
Allow `.` in Environment Variable Names
-
Michael Schurter authored
-
Michael Schurter authored
Includes hashicorp/go-envparse#2
-
Charlie Voiselle authored
From [https://github.com/appc/spec/blob/master/spec/aci.md](https://github.com/appc/spec/blob/master/spec/aci.md): >environment (list of objects, optional) represents the app's environment variables (ACE can append). The listed objects must have two key-value pairs: name and value. The name must consist solely of letters, digits, and underscores '_' as outlined in IEEE Std 1003.1-2008, 2016 Edition, with practical considerations dictating that the name may also include periods '.' and hyphens '-'. The value is an arbitrary string. These values are not evaluated in any way, and no substitutions are made. Dotted environment variables are frequently used as a part of the Spring Boot pattern. (re: ZD-6116) This PR specifically doesn't address the conversion of hyphens (`-`) due to an issue with rkt [[Nomad GH # 2358]](https://github.com/hashicorp/nomad/issues/2358).
-
Alex Dadgar authored
Docs: Add command consul agent & fix nomad command
-
Chelsea Holland Komlo authored
-
Indradhanush Gupta authored
`sudo` is required to enable other drivers like rkt and java while the `-dev` flag enables the agent to run in a standalone mode.
-
- 21 Jan, 2018 4 commits
-
-
Filip Ochnik authored
-
Filip Ochnik authored
-
Filip Ochnik authored
-
Filip Ochnik authored
-
- 19 Jan, 2018 12 commits
-
-
Chelsea Holland Komlo authored
-
Chelsea Holland Komlo authored
-
Kyle Havlovitz authored
-
Kyle Havlovitz authored
Add Autopilot feature from Consul
-
Michael Lange authored
Component-ize UI for placement failures
-
John Cowen authored
1. Extra whitespace 2. Remove redundant code 3. Remove redundant markup from test 4. placement-failure should be used as an inline component 5. Prefer `assign` polyfill 6. Use new `@ember' org style imports
-
John Cowen authored
-
John Cowen authored
-
John Cowen authored
-
John Cowen authored
1. cleanWhitespace > /test/utils/clean-whitespace.js 2. Missd the data-test attribute for placement failures in previous conflict
-
John Cowen authored
1. Simple move of placement-failures template code to a component 2. Start adding integration tests - hit `inc` surprise
-
Michael Schurter authored
Make example service name make sense
-
- 18 Jan, 2018 8 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
For people not using driver networks these log lines would just be confusing.
-
Michael Schurter authored
Related to #3681 If a user specifies an invalid port *label* when using address_mode=driver they'll get an error message about the label being an invalid number which is very confusing. I also added a bunch of testing around Service.AddressMode validation since I was concerned by the linked issue that there were cases I was missing. Unfortunately when address_mode=driver is used there's only so much validation that can be done as structs/structs.go validation never peeks into the driver config which would be needed to verify the port labels/map.
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Fixes #3681 When in drive address mode Nomad should always advertise the driver's IP in Consul even when no network exists. This matches the 0.6 behavior. When in host address mode Nomad advertises the alloc's network's IP if one exists. Otherwise it lets Consul determine the IP. I also added some much needed logging around Docker's network discovery.
-
Kyle Havlovitz authored
-
Kyle Havlovitz authored
-