From 7cf38275da586380044a6190cc509b97324a5e0c Mon Sep 17 00:00:00 2001 From: Forrest Williams Date: Fri, 24 May 2024 12:38:39 -0500 Subject: [PATCH 1/4] add prod lavas --- .github/workflows/deploy-enterprise.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/deploy-enterprise.yml b/.github/workflows/deploy-enterprise.yml index 23669e144..c873dcec3 100644 --- a/.github/workflows/deploy-enterprise.yml +++ b/.github/workflows/deploy-enterprise.yml @@ -224,6 +224,23 @@ jobs: ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id distribution_url: '' + - environment: hyp3-lavas + domain: hyp3-lavas.asf.alaska.edu + template_bucket: cf-templates-10a5pjrsv3cgo-us-west-2 + image_tag: latest + product_lifetime_in_days: 14 + default_credits_per_user: 0 + default_application_status: APPROVED + cost_profile: DEFAULT + job_files: job_spec/INSAR_ISCE_BURST.yml + instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge + default_max_vcpus: 640 + expanded_max_vcpus: 640 + required_surplus: 0 + security_environment: ASF + ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id + distribution_url: '' + environment: name: ${{ matrix.environment }} url: https://${{ matrix.domain }} From 7b2267a5930feca04e06798c8d15eecb6b2b0c28 Mon Sep 17 00:00:00 2001 From: Forrest Williams Date: Fri, 24 May 2024 12:52:23 -0500 Subject: [PATCH 2/4] add test deployment --- .github/workflows/deploy-enterprise-test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/deploy-enterprise-test.yml b/.github/workflows/deploy-enterprise-test.yml index 1e9bdce3d..d1070eb41 100644 --- a/.github/workflows/deploy-enterprise-test.yml +++ b/.github/workflows/deploy-enterprise-test.yml @@ -76,6 +76,22 @@ jobs: ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id distribution_url: '' + - environment: hyp3-lavas-test + domain: hyp3-lavas-test.asf.alaska.edu + template_bucket: cf-templates-10a5pjrsv3cgo-us-west-2 + image_tag: latest + product_lifetime_in_days: 14 + default_credits_per_user: 0 + default_application_status: APPROVED + cost_profile: DEFAULT + job_files: job_spec/INSAR_ISCE_BURST.yml + instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge + default_max_vcpus: 640 + expanded_max_vcpus: 640 + required_surplus: 0 + security_environment: ASF + ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id + distribution_url: '' environment: name: ${{ matrix.environment }} From 2b02dd339fd5777d9022b79110d79bd1dd9df06e Mon Sep 17 00:00:00 2001 From: Forrest Williams Date: Fri, 24 May 2024 12:56:27 -0500 Subject: [PATCH 3/4] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c260abd71..7daae2788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [7.4.0] + +### Added +* The `hyp3-lavas` and `hyp3-lavas-test` enterprise HyP3 deployments. + ## [7.3.0] This release adds support for access codes. If a user specifies an active access code when they apply for HyP3 access, they will be granted automatic approval without the need for a HyP3 operator to review their application. From b60dbe4d72a829cbd4afc2e3e03db8d440d6d0c4 Mon Sep 17 00:00:00 2001 From: Forrest Williams Date: Fri, 24 May 2024 13:57:50 -0500 Subject: [PATCH 4/4] change test image tag --- .github/workflows/deploy-enterprise-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-enterprise-test.yml b/.github/workflows/deploy-enterprise-test.yml index d1070eb41..cbd2762e1 100644 --- a/.github/workflows/deploy-enterprise-test.yml +++ b/.github/workflows/deploy-enterprise-test.yml @@ -79,7 +79,7 @@ jobs: - environment: hyp3-lavas-test domain: hyp3-lavas-test.asf.alaska.edu template_bucket: cf-templates-10a5pjrsv3cgo-us-west-2 - image_tag: latest + image_tag: test product_lifetime_in_days: 14 default_credits_per_user: 0 default_application_status: APPROVED