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. 12 Aug, 2019 2 commits
  2. 09 Aug, 2019 1 commit
    • Nick Ethier's avatar
      Add sidecar_task stanza parsing (#6104) · 07ce33a7
      Nick Ethier authored
      * jobspec: breakup parse.go into smaller files
      
      * add sidecar_task parsing to jobspec and api
      
      * jobspec: combine service parsing logic for task and group service stanzas
      
      * api: use slice of ConsulUpstream values instead of pointers
      07ce33a7
  3. 07 Aug, 2019 1 commit
  4. 06 Aug, 2019 1 commit
    • Michael Schurter's avatar
      consul: add Connect structs · 75e5e033
      Michael Schurter authored
      Refactor all Consul structs into {api,structs}/services.go because
      api/tasks.go didn't make sense anymore and structs/structs.go is
      gigantic.
      75e5e033
  5. 31 Jul, 2019 1 commit
    • Nick Ethier's avatar
      Add network stanza to group · b60bc8c1
      Nick Ethier authored
      Adds a network stanza and additional options to the task group level
      in prep for allowing shared networking between tasks of an alloc.
      b60bc8c1
  6. 22 May, 2019 1 commit
  7. 30 Jan, 2019 1 commit
  8. 23 Jan, 2019 1 commit
  9. 11 Jan, 2019 1 commit
  10. 06 Dec, 2018 1 commit
    • Alex Dadgar's avatar
      Deprecate IOPS · 0953d913
      Alex Dadgar authored
      IOPS have been modelled as a resource since Nomad 0.1 but has never
      actually been detected and there is no plan in the short term to add
      detection. This is because IOPS is a bit simplistic of a unit to define
      the performance requirements from the underlying storage system. In its
      current state it adds unnecessary confusion and can be removed without
      impacting any users. This PR leaves IOPS defined at the jobspec parsing
      level and in the api/ resources since these are the two public uses of
      the field. These should be considered deprecated and only exist to allow
      users to stop using them during the Nomad 0.9.x release. In the future,
      there should be no expectation that the field will exist.
      0953d913
  11. 11 Oct, 2018 1 commit
  12. 08 Oct, 2018 1 commit
  13. 04 Sep, 2018 4 commits
  14. 07 May, 2018 2 commits
  15. 04 May, 2018 2 commits
  16. 26 Mar, 2018 1 commit
  17. 21 Mar, 2018 2 commits
  18. 14 Mar, 2018 2 commits
  19. 31 Jan, 2018 1 commit
  20. 09 Jan, 2018 1 commit
  21. 08 Dec, 2017 1 commit
    • Michael Schurter's avatar
      Allow custom ports for services and checks · 25569282
      Michael Schurter authored
      Fixes #3380
      
      Adds address_mode to checks (but no auto) and allows services and checks
      to set literal port numbers when using address_mode=driver.
      
      This allows SDNs, overlays, etc to advertise internal and host addresses
      as well as do checks against either.
      25569282
  22. 06 Dec, 2017 3 commits
  23. 26 Sep, 2017 1 commit
  24. 14 Sep, 2017 1 commit
  25. 08 Sep, 2017 1 commit
  26. 17 Aug, 2017 3 commits
  27. 01 Aug, 2017 1 commit
  28. 07 Jul, 2017 1 commit