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
Sacha Brants
infra-azure-provisioning
Commits
ad94babf
Commit
ad94babf
authored
Nov 19, 2020
by
Aman Verma
Committed by
Kishore Battula
Nov 19, 2020
Browse files
Adding new storage containers for File service
parent
c9613dfe
Changes
5
Show whitespace changes
Inline
Side-by-side
infra/templates/osdu-r3-mvp/data_partition/terraform.tfvars
View file @
ad94babf
...
...
@@ -34,7 +34,9 @@ storage_containers = [
"opendes",
"osdu-wks-mappings",
"workflow-tasks-sharing",
"wdms-osdu"
"wdms-osdu",
"file-staging-area",
"file-persistent-area"
]
...
...
infra/templates/osdu-r3-mvp/data_partition/tests/unit/unit_test.go
View file @
ad94babf
...
...
@@ -49,7 +49,7 @@ func TestTemplate(t *testing.T) {
TfOptions
:
tfOptions
,
Workspace
:
workspace
,
PlanAssertions
:
nil
,
ExpectedResourceCount
:
88
,
ExpectedResourceCount
:
90
,
ExpectedResourceAttributeValues
:
resourceDescription
,
}
...
...
tools/test_data/tenant_info_1.json
View file @
ad94babf
...
...
@@ -22,6 +22,8 @@
"service.workflow.admin"
,
"users.datalake.ops"
,
"cron.job"
,
"notification.pubsub"
"notification.pubsub"
,
"service.file.viewers"
,
"service.file.editors"
]
}
tools/test_data/tenant_info_2.json
View file @
ad94babf
...
...
@@ -21,6 +21,8 @@
"service.workflow.admin"
,
"users.datalake.ops"
,
"cron.job"
,
"notification.pubsub"
"notification.pubsub"
,
"service.file.viewers"
,
"service.file.editors"
]
}
tools/test_data/user_info_1.json
View file @
ad94babf
...
...
@@ -23,7 +23,9 @@
"service.workflow.admin"
,
"users.datalake.ops"
,
"cron.job"
,
"notification.pubsub"
"notification.pubsub"
,
"service.file.viewers"
,
"service.file.editors"
]
},
{
...
...
@@ -48,7 +50,9 @@
"service.workflow.admin"
,
"users.datalake.ops"
,
"cron.job"
,
"notification.pubsub"
"notification.pubsub"
,
"service.file.viewers"
,
"service.file.editors"
]
}
]
...
...
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