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. 16 Nov, 2017 1 commit
  2. 15 Nov, 2017 1 commit
    • Charlie Voiselle's avatar
      Dropped loglevel for AWS fingerprinter env reads · 3a88718b
      Charlie Voiselle authored
      Certain environments use WARN for serious logging; however, it's very
      possible to have machines without some of the fingerprinted keys
      (public-ipv4 and public-hostname specifcally).  Setting log level to
      INFO seems more consistent with this possibility.
      3a88718b
  3. 26 Sep, 2017 1 commit
  4. 09 Aug, 2017 1 commit
  5. 21 Jul, 2017 1 commit
  6. 15 Nov, 2016 1 commit
  7. 07 Nov, 2016 1 commit
  8. 16 Jun, 2016 1 commit
  9. 26 Jan, 2016 2 commits
  10. 22 Dec, 2015 1 commit
  11. 11 Dec, 2015 1 commit
  12. 24 Nov, 2015 1 commit
  13. 13 Nov, 2015 1 commit
    • Guillaume Jacquet's avatar
      Fix AWS metadata url · f5b5741d
      Guillaume Jacquet authored
      Fix URL. It was printing an error message on startup:
      ```
      2015/11/13 15:49:21 [ERR] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
      ```
      
      By the way is it safe to use latest? Is there a chance that Amazon decides to change the format of the metadata? It could be safer to use something like `http://169.254.169.254/2014-11-05/meta-data`
      f5b5741d
  14. 05 Nov, 2015 1 commit
  15. 03 Nov, 2015 1 commit
  16. 22 Oct, 2015 2 commits
  17. 12 Oct, 2015 1 commit
  18. 08 Oct, 2015 1 commit
  19. 05 Oct, 2015 1 commit
    • Daniel Imfeld's avatar
      isAWS should return false on GCE · 444d6f63
      Daniel Imfeld authored
      GCE and AWS both expose metadata servers, and GCE's 404 response
      includes the URL in the content, which maatches the regex. So,
      check the response code as well and if a 4xx code comes back,
      take that to meanit's not AWS.
      444d6f63
  20. 23 Sep, 2015 6 commits
  21. 22 Sep, 2015 2 commits
  22. 31 Aug, 2015 2 commits
  23. 28 Aug, 2015 2 commits