Skip to content

Commit ace1840

Browse files
Merge pull request #2929 from ASFHyP3/develop
Release v10.11.10
2 parents 38fb800 + 2c91e1e commit ace1840

File tree

5 files changed

+6
-97
lines changed

5 files changed

+6
-97
lines changed

.github/workflows/deploy-daac-prod.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,6 @@ jobs:
3838
ami_id: /ngap/amis/image_id_ecs_al2023_x86
3939
distribution_url: 'https://d3gm2hf49xd6jj.cloudfront.net'
4040

41-
- environment: hyp3-opera-prod
42-
api_name: hyp3-opera-prod
43-
template_bucket: cf-templates-118mtzosmrltk-us-west-2
44-
image_tag: latest
45-
product_lifetime_in_days: 5
46-
default_credits_per_user: 0
47-
default_application_status: APPROVED
48-
cost_profile: EDC
49-
job_files: >-
50-
job_spec/OPERA_RTC_S1_SLC.yml
51-
instance_types: m6id.2xlarge
52-
default_max_vcpus: 8000
53-
expanded_max_vcpus: 8000
54-
required_surplus: 0
55-
security_environment: EDC
56-
ami_id: /ngap/amis/image_id_ecs_al2023_x86
57-
distribution_url: ''
58-
5941
environment:
6042
name: ${{ matrix.environment }}
6143

.github/workflows/deploy-daac-test.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,6 @@ jobs:
4040
ami_id: /ngap/amis/image_id_ecs_al2023_x86
4141
distribution_url: 'https://d1riv60tezqha9.cloudfront.net'
4242

43-
- environment: hyp3-opera-uat
44-
api_name: hyp3-opera-test
45-
template_bucket: cf-templates-118ylv0o6jp2n-us-west-2
46-
image_tag: test
47-
product_lifetime_in_days: 5
48-
default_credits_per_user: 0
49-
default_application_status: APPROVED
50-
cost_profile: EDC
51-
opera_rtc_s1_end_date: Default
52-
job_files: >-
53-
job_spec/OPERA_RTC_S1_SLC.yml
54-
instance_types: m6id.2xlarge
55-
default_max_vcpus: 800
56-
expanded_max_vcpus: 800
57-
required_surplus: 0
58-
security_environment: EDC
59-
ami_id: /ngap/amis/image_id_ecs_al2023_x86
60-
distribution_url: ''
61-
6243
environment:
6344
name: ${{ matrix.environment }}
6445

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [10.11.10]
8+
9+
### Removed
10+
- Removed hyp3-opera-uat and hyp3-opera-prod deployments.
11+
- Removed OPERA_RTC_S1_SLC job spec and OperaRtcSlc compute environment.
12+
713
## [10.11.9]
814

915
### Fixed

job_spec/OPERA_RTC_S1_SLC.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

job_spec/config/compute_environments.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,3 @@ compute_environments:
2727
ItsLiveMeta:
2828
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
2929
ami_id: ami-0aece254fc7c27a77 # /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id
30-
OperaRtcSlc:
31-
instance_types: m6id.2xlarge
32-
allocation_type: EC2
33-
allocation_strategy: BEST_FIT_PROGRESSIVE

0 commit comments

Comments
 (0)