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. 31 May, 2018 1 commit
  2. 25 May, 2018 1 commit
  3. 28 Mar, 2018 1 commit
  4. 27 Mar, 2018 1 commit
    • Mildred Ki'Lya's avatar
      Allow to specify total memory on agent configuration · d31105c6
      Mildred Ki'Lya authored
      Allow to set the total memory of an agent in its configuration file. This
      can be used in case the automatic detection doesn't work or in specific
      environments when memory overcommit (using swap for example) can be
      desirable.
      d31105c6
  5. 22 Mar, 2018 1 commit
  6. 20 Mar, 2018 1 commit
  7. 19 Mar, 2018 1 commit
    • James Rasell's avatar
      Allow Nomads Consul health checks to be configurable. · 24393109
      James Rasell authored
      This change allows the client HTTP and the server HTTP, Serf and
      RPC health check names within Consul to be configurable with the
      defaults as previous. The configuration can be done via either a
      config file or using CLI flags.
      
      Closes #3988
      24393109
  8. 30 Jan, 2018 1 commit
  9. 18 Dec, 2017 1 commit
  10. 02 Nov, 2017 1 commit
  11. 01 Nov, 2017 1 commit
  12. 26 Sep, 2017 1 commit
  13. 19 Sep, 2017 1 commit
  14. 13 Sep, 2017 1 commit
  15. 06 Sep, 2017 1 commit
  16. 05 Sep, 2017 1 commit
  17. 04 Sep, 2017 3 commits
  18. 20 Jul, 2017 1 commit
  19. 19 Jul, 2017 1 commit
    • Alex Dadgar's avatar
      Allow tuning of heartbeat ttls · bb45b95b
      Alex Dadgar authored
      This PR allows tuning of heartbeat TTLs. An example of very aggressive
      settings is as follows:
      
      ```
      server {
        heartbeat_grace = "1s"
        min_heartbeat_ttl = "1s"
        max_heartbeats_per_second = 200.0
      }
      ```
      bb45b95b
  20. 07 Jul, 2017 1 commit
  21. 04 Jul, 2017 1 commit
  22. 23 Jun, 2017 1 commit
  23. 30 May, 2017 1 commit
  24. 30 Apr, 2017 1 commit
  25. 26 Apr, 2017 1 commit
  26. 14 Mar, 2017 1 commit
    • Alex Dadgar's avatar
      Various fixes · 36dc3307
      Alex Dadgar authored
      This PR:
      * Uses Go 1.8 executable lookup
      * Stores any err message from stats init method
      * Allows overriding of Cpu Compute for hosts where it can't be detected
      36dc3307
  27. 11 Mar, 2017 1 commit
  28. 27 Feb, 2017 2 commits
  29. 31 Jan, 2017 1 commit
  30. 21 Jan, 2017 1 commit
  31. 19 Jan, 2017 1 commit
  32. 21 Dec, 2016 1 commit
  33. 27 Oct, 2016 1 commit
  34. 26 Oct, 2016 1 commit
  35. 24 Oct, 2016 1 commit
  36. 17 Oct, 2016 1 commit
    • Diptanu Choudhury's avatar
      Enable serf encryption (#1791) · f0806dce
      Diptanu Choudhury authored
      * Added the keygen command
      
      * Added support for gossip encryption
      
      * Changed the URL for keyring management
      
      * Fixed the cli
      
      * Added some tests
      
      * Added tests for keyring operations
      
      * Added a test for removal of keys
      
      * Added some docs
      
      * Fixed some docs
      
      * Added general options
      f0806dce
  37. 11 Oct, 2016 1 commit