Hello guys,
I am trying to generate an image with GHE (GitHub Enterprise) on it using packer + customized configurations, like hostname, authentication, LDAP host... My goal is to generate images ready to go for lab tests inside AWS, Vagrant, OpenStack and VMware. Spin, perform a few tests, destroy. GHE installation options: https://enterprise.github.com/releases/2.21.3/download GitHub on-premises - OVA - VHD - QCOW2 GitHub in the Cloud - AWS - Azure - GCP However, once it starts, it has an initial step to add the SSH key... without this step, I am not able to access ssh into this machine. It means that using packer, it stuck on the "ssh_username": "xxxx". Do you guys know a solution for it? I believe with Terraform; I will have the same problem. This is my current packer code: https://gist.github.com/rmarcandier/0e8233e0fe8c4e52a16029fb94f83848 Regards RG -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/hashicorp/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/94a1ba6f-4a4e-4768-9d7c-ba8e0bb61ad3o%40googlegroups.com.
