1. 13 Jan, 2015 2 commits
    • Lesko, Matthew (NIH/NLM/NCBI) [C]'s avatar
      Permit Temp keys and named SSH keypairs · 9d097f9d
      Lesko, Matthew (NIH/NLM/NCBI) [C] authored
      These changes permit the use of pre-created SSH keypairs with AWS. If
      so, the configuration for the builder needs to include an
      ssh_keypair_name option and a ssh_private_key_file.
      
      If ssh_private_key_file is *not* defined, it'll go through the
      rigamarole of creating a temporary keypair. The ssh_keypair_name option
      by itself won't make that change, because it doesn't make sense to
      specify a keypair but not tell packer where the private key is, but it
      does happen that you could have a private key and the public-key is
      "baked in", and not part of your EC2 account.
      9d097f9d
    • Lesko, Matthew (NIH/NLM/NCBI) [C]'s avatar
      First attempt for re-using a named EC2 keypair · 8c87b1cc
      Lesko, Matthew (NIH/NLM/NCBI) [C] authored
      Adds a 'ssh_keypair_name' option to the configuration
      for AWS, along with some munging to create the
      temporarily keypair if one isn't specific.
      
      NOT YET WORKING.
      
      From a 'make' I get the following errors:
      
      builder/amazon/ebs/builder.go:94: b.config.SSHKeyPairName undefined
      (type config has no field or method SSHKeyPairName)
      
      builder/amazon/instance/builder.go:199: b.config.SSHKeyPairName
      undefined (type Config has no field or method SSHKeyPairName)
      8c87b1cc
  2. 10 Jan, 2015 1 commit
  3. 07 Jan, 2015 1 commit
  4. 04 Jan, 2015 1 commit
  5. 03 Jan, 2015 2 commits
  6. 31 Dec, 2014 3 commits
  7. 30 Dec, 2014 7 commits
  8. 29 Dec, 2014 7 commits
  9. 28 Dec, 2014 1 commit
  10. 27 Dec, 2014 1 commit
  11. 26 Dec, 2014 1 commit
  12. 24 Dec, 2014 3 commits
  13. 22 Dec, 2014 4 commits
  14. 21 Dec, 2014 2 commits
  15. 19 Dec, 2014 1 commit
  16. 17 Dec, 2014 2 commits
  17. 16 Dec, 2014 1 commit