-
Notifications
You must be signed in to change notification settings - Fork 22
Parameters are not being respected #7
Comments
Can you provide more details on the parameters you are entering and how they are not being respected? |
@emcfins Run this Deployment URL through CFN, you'll get errors with AMIs, if you fix the AMIs, and then proceed to the next step and fill out all of the parameters CFN is asking you, S3 license location, admin password, admin username, etc, none of these will be configured on the newly launched GitHub Server. It will instead take you to the initial setup screen asking you for the license file, admin password, etc. |
Here's my cloud-init-output notable spot from it:
Just to note, the license does get copied from my S3 bucket as I was able to md5sum the license in /tmp and see that it matched the MD5 of the license file in my bucket. |
We are working with the Github team on this issue. |
Thanks for letting me know, do you have any updates at this time? |
The current templates do not acknowledge the parameters provided and cause you to configure everything from the UI because the templates attempt to download the scripts from the S3 buckets via HTTPS instead of using Also im not sure if the default bucket in these examples is supposed to work or not, but it didnt for me, so I had to move the scripts folder from this repo into my own bucket. |
It is my understanding that this issue was resolved by #9 and #13
If not, please open a new issue with details on what you are seeing. |
@emcfins I rebuilt my instance quite a few times today so dont have the exact errors. But I opened #18 and #19 which were the root cause of me getting the same general result of the parameters being supplied to the template getting ignored and having to manually do the license upload, user creation, and org creation.
An error in any of these things leads to the same general issue described in the title of this ticket despite the fact that the individual errors for each condition may be different and occur at different points in the scripts. On the same note, the scripts themselves may be using |
When deploying GitHub enterprise by following the deployment buttons on this page: https://aws.amazon.com/quickstart/architecture/github-enterprise/
The parameters you give during the CFN setup are not respected / used. When you visit the IP of the new instance you're brought to a screen where you have to specify your license and user credentials to set up your environment with.
The text was updated successfully, but these errors were encountered: