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. 11 Apr, 2017 3 commits
  2. 08 Apr, 2017 1 commit
  3. 07 Apr, 2017 1 commit
  4. 05 Apr, 2017 1 commit
  5. 30 Mar, 2017 3 commits
    • Michael Schurter's avatar
      Remove some lies · 8868b576
      Michael Schurter authored
      8868b576
    • Michael Schurter's avatar
      Remove unused syncInterval · 553f864e
      Michael Schurter authored
      553f864e
    • Michael Schurter's avatar
      Refactor Consul Syncer into new ServiceClient · 99e71261
      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.
      99e71261
  6. 29 Mar, 2017 7 commits
  7. 28 Mar, 2017 24 commits