-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build a custom EE for faster code deploys #4744
base: main
Are you sure you want to change the base?
Conversation
See https://ansible-tower.princeton.edu/#/jobs/playbook/579/output for more details. If you click on the error message of the failing task, you can see in the |
Co-authored-by: Francis Kayiwa <[email protected]> Co-authored-by: Vickie Karasic <[email protected]>
Co-authored-by: Carolyn Cole <[email protected]> Co-authored-by: Christina Chortaria <[email protected]> Co-authored-by: Jane Sandberg <[email protected]> Co-authored-by: regineheberlein <[email protected]> Co-authored-by: Robert-Anthony Lee-Faison <[email protected]> Co-authored-by: Max Kadel <[email protected]>
Co-authored-by: Jane Sandberg <[email protected]>
Co-authored-by: Jane Sandberg <[email protected]>
Co-authored-by: Jane Sandberg <[email protected]>
Co-authored-by: Jane Sandberg <[email protected]>
Co-authored-by: Jane Sandberg <[email protected]>
Co-authored-by: Jane Sandberg <[email protected]>
Co-authored-by: Jane Sandberg <[email protected]>
Co-authored-by: Denzil Phillips <[email protected]> Co-authored-by: Beck Davis <[email protected]> Co-authored-by: Francis Kayiwa <[email protected]> Co-authored-by: Vickie Karasic <[email protected]>
Co-authored-by: Denzil Phillips <[email protected]> Co-authored-by: Beck Davis <[email protected]> Co-authored-by: Francis Kayiwa <[email protected]> Co-authored-by: Vickie Karasic <[email protected]>
Co-authored-by: Denzil Phillips <[email protected]> Co-authored-by: Beck Davis <[email protected]> Co-authored-by: Francis Kayiwa <[email protected]> Co-authored-by: Vickie Karasic <[email protected]>
The EE now builds and a test template runs on it. However,
cap deploy
still fails, and the problem is with SSH keys. Not sure of the details.We also need to move the installation of the Capistrano dependencies out of the playbook and into the EE build - this will speed things up too.