-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for ingesting WV04_Pan_L1B into CBA Prod (#293)
Fixes #292
- Loading branch information
1 parent
ade9c9d
commit 6189c4f
Showing
10 changed files
with
245 additions
and
34 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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"id": "cumulus", | ||
"protocol": "s3", | ||
"host": "csdap-cumulus-prod-protected" | ||
} |
20 changes: 20 additions & 0 deletions
20
app/stacks/cumulus/resources/rules/WV04_Pan_L1B/v1/WV04_Pan_L1B___1.json
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "WV04_Pan_L1B___1", | ||
"state": "DISABLED", | ||
"rule": { | ||
"type": "onetime" | ||
}, | ||
"provider": "cumulus", | ||
"collection": { | ||
"name": "WV04_Pan_L1B", | ||
"version": "1" | ||
}, | ||
"workflow": "DiscoverAndQueueGranules", | ||
"meta": { | ||
"discoverOnly": true, | ||
"providerPathFormat": "'WV04_Pan_L1B___1/'yyyy/DDD", | ||
"startDate": "2017-01-01T00:00:00Z", | ||
"endDate": "2019-01-01T00:00:00Z", | ||
"step": "P1D" | ||
} | ||
} |
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
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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
#<% depends_on("data-persistence") %> | ||
#<% depends_on("rds-cluster") %> | ||
|
||
cmr_environment = "UAT" | ||
cmr_environment = "UAT" | ||
orca_dlq_subscription_email = "[email protected]" | ||
|
||
system_bucket = "<%= bucket('internal') %>" | ||
|
@@ -49,7 +49,7 @@ buckets = { | |
name = "<%= bucket('dashboard') %>" | ||
type = "dashboard" | ||
} | ||
#----<% if in_sandbox? then %> | ||
#-----<% if in_sandbox? then %> | ||
# Sandbox provider bucket | ||
provider = { | ||
name = "<%= bucket('provider') %>" | ||
|
@@ -65,5 +65,9 @@ buckets = { | |
name = "csdap-maxar-delivery" | ||
type = "provider" | ||
} | ||
cumulus = { | ||
name = "csdap-cumulus-prod-protected" | ||
type = "provider" | ||
} | ||
#-----<% end %> | ||
} |
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
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
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
Oops, something went wrong.