Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
2f10f9e8
Commit
2f10f9e8
authored
Nov 10, 2020
by
Aalekh Jain
Committed by
Daniel Scholl
Nov 10, 2020
Browse files
Added storage container and cosmos collection for sharing data across tasks in workflow
parent
21e9bbd2
Changes
2
Show whitespace changes
Inline
Side-by-side
infra/templates/osdu-r3-mvp/data_partition/terraform.tfvars
View file @
2f10f9e8
...
...
@@ -32,7 +32,8 @@ storage_replication_type = "GZRS"
storage_containers = [
"legal-service-azure-configuration",
"opendes",
"osdu-wks-mappings"
"osdu-wks-mappings",
"workflow-tasks-sharing"
]
...
...
@@ -134,6 +135,11 @@ cosmos_sql_collections = [
name = "MappingInfo"
database_name = "osdu-db"
partition_key_path = "/sourceSchemaKind"
},
{
name = "WorkflowTasksSharingInfo"
database_name = "osdu-db"
partition_key_path = "/workflowId"
}
]
...
...
infra/templates/osdu-r3-mvp/data_partition/tests/unit/unit_test.go
View file @
2f10f9e8
...
...
@@ -49,7 +49,7 @@ func TestTemplate(t *testing.T) {
TfOptions
:
tfOptions
,
Workspace
:
workspace
,
PlanAssertions
:
nil
,
ExpectedResourceCount
:
8
1
,
ExpectedResourceCount
:
8
3
,
ExpectedResourceAttributeValues
:
resourceDescription
,
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment