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.
  1. 19 Apr, 2017 2 commits
    • Michael Schurter's avatar
      Document `tls_skip_verify` · a5dcf6bb
      Michael Schurter authored
      a5dcf6bb
    • Michael Schurter's avatar
      Refactor Consul Syncer into new ServiceClient · 10cb924b
      Michael Schurter authored
      Fixes #2478 #2474 #1995 #2294
      
      The new client only handles agent and task service advertisement. Server
      discovery is mostly unchanged.
      
      The Nomad client agent now handles all Consul operations instead of the
      executor handling task related operations. When upgrading from an
      earlier version of Nomad existing executors will be told to deregister
      from Consul so that the Nomad agent can re-register the task's services
      and checks.
      
      Drivers - other than qemu - now support an Exec method for executing
      abritrary commands in a task's environment. This is used to implement
      script checks.
      
      Interfaces are used extensively to avoid interacting with Consul in
      tests that don't assert any Consul related behavior.
      10cb924b
  2. 16 Nov, 2016 1 commit
  3. 02 Nov, 2016 1 commit
    • Seth Vargo's avatar
      Separate agent configuration into its own pages · c86a07d8
      Seth Vargo authored
      I apologize in advance for the rather long PR, but unfortunately there
      is not an easy way to break this up into smaller chunks. This separates
      the agent configuration into smaller, more consumable pieces just like
      the job specification.
      c86a07d8
  4. 31 Oct, 2016 8 commits