Pull request #132: Separate instance typesMerge in HYRAX/hyrax from separate_instance_types to master
* commit '38ee8299a510d3b0a1e02539e506b022038b9127':
Moved retired cloud_formation files/scripts to top-level retired directory
Moved previous Cloudformation project files to retired/.
WIP instance_refresh
Trigger instance_refresh on auto_scaling launch_template
Fix typo for build_dmrpp_memory variable
Allow separate insta...
Pull request #131: Fix for a reported error regarding Bourne-vs-BASH syntaxMerge in HYRAX/hyrax from function-syntax-fix to master
* commit '98add55c192be4bdda2ad7881684e753e6053bf9':
Fix for a reported error regarding Bourne-vs-BASH syntax
Fix for a reported error regarding Bourne-vs-BASH syntaxThe Bourne shell does not officially support the keyword 'function'
while the Bash shell does as an alternative. I am not well enough
vesed in the Bamboo/NGAP deployment system to understand why this
code worked on SIT but not on UAT, but based on the sources appened,
this fix is correct.
Bourne: http://sayle.net/book/functions.htm
Bash: https://phoenixnap.com/kb/bash-function
Pull request #130: Cloud watchMerge in HYRAX/hyrax from cloud-watch to master
* commit 'e378fb17d8e2e23c00c65df191cc56bfe09f3925':
Missing changes added
Add instance name tag to auto_scaling_launch_template
Functions are not defined using ()s in sh (but are in Bash, I believe).
Pull request #129: Separate service sizesMerge in HYRAX/hyrax from separate-service-sizes to master
* commit 'bbfeeaefb0b6575ad79292325a1796e9a01ea039':
Remove old/unused target groups
Updated BuildDmrpp ECS Service with its own desired_number of tasks
Set different desired/min/man number of instances for build_dmrpp and hyrax
Pull request #128: Ngap ditMerge in HYRAX/hyrax from ngap-dit to master
* commit '639691c1b4a8c29b197dcec9f6f3a0e4ab1e4798':
Remove debugging
Remove echoing task_definitions
Remove Bamboo debugging artifacts
Updated for NGAP DIT
Add debugging for ngap_cert in Bamboo - more
Add debugging for ngap_cert in Bamboo - more
Add debugging for ngap_cert in Bamboo - step 2
Add debugging for ngap_cert in Bamboo
U...
Pull request #127: Ngap ditMerge in HYRAX/hyrax from ngap-dit to master
* commit '5f2857278edeb8f60748a708fb6476c90c551565':
Cleaned up all unused changes; left DIT but commented out
WIP with DIT
Removed test, just push the image to the ECR
Updates for DIT Certificate Handling
Updates for DIT Port 8443 changes
Fixed mislabeled BUILD_DMRPP_IMAGE_TAG in argument list
Fixed broken commented out autoscaling po...