Commits
master
Name already in use
Commits on Sep 10, 2021
-
Copy the full SHA a2abb02View commit details
Commits on Mar 22, 2021
-
Still better instructions on fixing a bad bootstrap
Still better instructions on fixing a bad bootstrap.
-
Better documentation on fixing bootstrap.
Better documentation on fixing bootstrap.
-
Add documentation on how to fix bad bootstrap.
Add documentation on how to fix bad bootstrap.
Commits on Mar 17, 2021
-
Add documentation on IdP restart
Add a note to the documentation that the IdP needs to be restarted after increasing the number of nodes.
Commits on Mar 15, 2021
-
Add account and SSH key for Laura Paglione
Add account and SSH key for Laura Paglione.
-
Update the COmanage Registry TAP image
Update the COmanage Registry TAP image.
-
Add a two minute pause after provisioning ec2 instances
Add a two minute pause after provisioning ec2 instances. This should not be necessary since the playbook already had a task to wait for SSH to become available, but for the CentOS 7.x instances that does not seem to be sufficient. Adding the additional two minute pause results in the nodes being available for provisioning.
Commits on Mar 12, 2021
-
Updates for the March 2021 training session.
Updates for the March 2021 training session.
Commits on Nov 12, 2020
-
Example of using Ansible to fix an issue
Adding fix_ldap.yml as an example of a playbook that can be used to fix some type of issue on all of the training nodes. This playbook recreates everything needed just for the LDAP service running on the training nodes.
-
Fix the secrets for the slapd daemon running on the training nodes.
Commits on Oct 31, 2020
-
Add environment variables for cron service
Add environment variables for cron service to stop the cron container from writing defaults into database and email configuration files.
-
Add Registrar and Human Resource OIS
Add CSV files with mockups of registrar and human resources system of record data to be used with the FileSource OIS plugin. Also enable the FileSource OIS plugin for COmanage Registry.
Commits on Oct 27, 2020
-
Updates for the November 2020 training offering
Updates for the November 2020 training offering, including changing the well known password used by the trainees, updating COmanage Registry to version 3.3.1, updating the Shibboleth IdP to 4.0.1, and updating the slapd image to the latest version.
Commits on May 20, 2020
-
Update LDIF and add tag and force variable
Update the LDIF with new password hash and add a tag and new variable to make it easy to force an update of the LDIF file on the training nodes.
Commits on May 19, 2020
-
Update secret for COmanage Registry email SMTP server config
Update the secret used for the COmanage Registry email SMTP server configuration.
Commits on May 13, 2020
-
Update documentation with more examples
Update the documentation with more examples of running playbooks, including how to target a specific vm and force an update of the COmanage Registry services stack file.
-
Add tags/variables to make targeting specific tasks easier
Add tags/variables to make it easier to target specific tasks, like forcing an update of the services stack file.
-
Update services stack to use image tier/comanage:3.2.4-20200430
Update the COmanage Registry services stack to use image tier/comanage:3.2.4-20200430 for COmanage Registry.
Commits on May 8, 2020
-
Tag training node roles and restart sshd
Tag the training node roles so that they can easily be run separately, and make sure sshd restarts so that password authentication succeeds.
Commits on Apr 30, 2020
-
Update for May 2020 online training
Update for the May 2020 online training. Includes an upgrade to Shibboleth IdP version 4.0 and COmanage Registry upgrade to 3.2.4.
Commits on Nov 14, 2019
-
Switch to use the TIER image for COmanage Registry
Switch to using the TIERR image for COmanage Registry instead of the Spherical Cow Group image.
Commits on Nov 10, 2019
-
Fix COMANAGE_REGISTRY_EMAIL_FROM environment variable
Fix the definition of the COMANAGE_REGISTRY_EMAIL_FROM environment variable in the services stack file.
Commits on Nov 9, 2019
-
Add more identities for authentication in LDIF.
Added more identities to the LDIF bootstrap file to use for authentication with the IdP.
-
Update Shib SP config to use template attribute resolver
Updated the Shibboleth SP configuration to use the template attribute resolver to copy ENV_OIS_EPPN to ENV_OIS_SORID.
-
Better management of inventory to pick up tags
Added a meta task to rebuild inventory. This causes the ec2.py script to be run again and pick up the tags for the recently provisioned ec2 instances, so that the tags can be used as variables later in plays/tasks.
-
Do not overwrite modified COmanage Registry service stack file
Do not overwrite a modified COmanage Registry service stack file. This change allows the trainers to be "practicing" on a node and not have their work disturbed when the playbook is run again.