-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Update deprecated program codes (#646)"
This reverts commit 7f6d5b5. Updating tags fails because AWS will attempt to redeploy templates however the old templates cannot be redeployed since it's stuck using an old version of the cfn-cr-same-region-bucket-download[1] lambda which is failing to deploy. [1] https://github.com/Sage-Bionetworks-IT/cfn-cr-same-region-bucket-download
- Loading branch information
Showing
26 changed files
with
39 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
[ | ||
"BMGF-Ki / 30144" | ||
"BMGF-Ki / 30144", | ||
"Genie-AACR / 312000", | ||
"CTF NF Amend 11 / 304002", | ||
"CSBC - NCI / 101300", | ||
"Model AD-IU / 116000", | ||
"NIA AMP-AD CC / 101500", | ||
"NTAP NF Addendum 4 / 301100", | ||
"HTAN-DFCI / 120100", | ||
"NIA AMP-AD CC / 101500", | ||
"PECDCC-UMass / 106000", | ||
"Psorcast Pscrosis App / 613500", | ||
"TREAT AD - Emory / 121100", | ||
"Washington Univ - DIAN / 403500", | ||
"Multi-Consortia Coordinating Center MC2 Center / 123100" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ template: | |
stack_name: "AMP-Emory-Bucket" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "Emory TREAT AD / 121100" | ||
CostCenter: "TREAT AD - Emory / 121100" | ||
parameters: | ||
# The Sage deparment for this resource | ||
Department: "SysBio" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ template: | |
stack_name: "PsychENCODE-Globus-S3" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "UMass PECDCC / 106000" | ||
CostCenter: "PECDCC-UMass / 106000" | ||
parameters: | ||
# The following parameters are only examples they are not required. | ||
# You may omit them if you do not need to override the defaults. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ template: | |
stack_name: "aacr-interactome-s3website-new" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "Genie AACR / 312000" | ||
CostCenter: "Genie-AACR / 312000" | ||
parameters: | ||
# Domain name for your website (sagebionetworks.org) | ||
DomainName: "sagebionetworks.org" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ template: | |
stack_name: "amp-mayo-sinai" | ||
stack_tags: | ||
OwnerEmail: '[email protected]' | ||
CostCenter: "IU Model AD / 116000" | ||
CostCenter: "Model AD-IU / 116000" | ||
parameters: | ||
# The Sage deparment (Platform, CompOnc, SysBio, Governance, etc..) | ||
Department: "NDR" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "dian-prod-hm-migration-s3" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "Washington University DIAN / 403500" | ||
CostCenter: "Washington Univ - DIAN / 403500" | ||
sceptre_user_data: | ||
# (Optional) Synapse IDs for owner.txt file | ||
SynapseIDs: ["3425758"] #[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "dian-uat-hm-migration-s3" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "Washington University DIAN / 403500" | ||
CostCenter: "Washington Univ - DIAN / 403500" | ||
sceptre_user_data: | ||
# (Optional) Synapse IDs for owner.txt file | ||
SynapseIDs: ["3425757"] #[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-casi-tnp" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-center-a" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-chop" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-dfci" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-duke" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-hms" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-msk" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-ohsu" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-pcapp" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-stanford" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-tma-tnp" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-tnp-sardana" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ template: | |
stack_name: "htan-dcc-vanderbilt" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/s3-synapse-sync.yaml" | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ template: | |
stack_name: "htan-synapse-sync-kms-key" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
parameters: | ||
AdminRoleArns: | ||
- "arn:aws:sts::055273631518:assumed-role/AWSReservedSSO_Developer_d1a84a78c9777596/[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ template: | |
stack_name: "htan2-testing1" | ||
stack_tags: | ||
OwnerEmail: '[email protected]' | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
parameters: | ||
GrantAccess: | ||
- 'arn:aws:iam::325565585839:root' # Required ARN for a synapse bucket | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ template: | |
stack_name: "nf-syn23664726-s3" | ||
stack_tags: | ||
OwnerEmail: '[email protected]' | ||
CostCenter: "JHU NTAP / 301100" | ||
CostCenter: "NTAP NF Addendum 4 / 301100" | ||
parameters: | ||
# The following parameters are only examples they are not required. | ||
# You may omit them if you do not need to override the defaults. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ template: | |
stack_name: "nf-syn28545963-s3" | ||
stack_tags: | ||
OwnerEmail: '[email protected]' | ||
CostCenter: "CTF Amendment 11 / 304002" | ||
CostCenter: "CTF NF Amend 11 / 304002" | ||
parameters: | ||
# The following parameters are only examples they are not required. | ||
# You may omit them if you do not need to override the defaults. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ template: | |
stack_name: "nf-test-s3" | ||
stack_tags: | ||
OwnerEmail: '[email protected]' | ||
CostCenter: "JHU NTAP / 301100" | ||
CostCenter: "NTAP NF Addendum 4 / 301100" | ||
parameters: | ||
BucketName: "nf-test-s3" | ||
EnableDataLifeCycle: 'Enabled' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ template: | |
stack_name: "s3-synapse-sync" | ||
stack_tags: | ||
OwnerEmail: "[email protected]" | ||
CostCenter: "DFCI HTAN / 120100" | ||
CostCenter: "HTAN-DFCI / 120100" | ||
dependencies: | ||
- "prod/htan-synapse-sync-kms-key.yaml" | ||
parameters: | ||
|