This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbakeries.yaml
52 lines (52 loc) · 2.17 KB
/
bakeries.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
devseed.bakery.development.aws.us-west-2:
region: aws.us-west-2
targets:
pangeo-forge-aws-bakery-flowcachebucketdasktest4-10neo67y7a924:
region: aws.us-west-2
description: "Internal bucket"
private:
protocol: s3
storage_options:
key: DEVSEED_BAKERY_DEVELOPMENT_AWS_US_WEST_2_KEY
secret: DEVSEED_BAKERY_DEVELOPMENT_AWS_US_WEST_2_SECRET
cluster:
type: aws.fargate
pangeo_forge_version: "0.5.0"
pangeo_notebook_version: "2021.07.17"
prefect_version: "0.14.22"
worker_image: pangeo/pangeo-forge-bakery-images:pangeonotebook-2021.07.17_prefect-0.14.22_pangeoforgerecipes-0.5.0
cluster_options:
vpc: vpc-01160815e8310bbe0
cluster_arn: arn:aws:ecs:us-west-2:552819999234:cluster/pangeo-forge-aws-bakery-dask-test-bakeryclusterdasktest4E1A8264-k6Cnpc8EuUpH
task_role_arn: arn:aws:iam::552819999234:role/pangeo-forge-aws-bakery-d-prefectecstaskroledaskte-XUA2HGW10IJV
execution_role_arn: arn:aws:iam::552819999234:role/pangeo-forge-aws-bakery-d-prefectecstaskexecutionr-KLL5UEHNBF8Z
security_groups:
- sg-0ca6b9d46294e5623
flow_storage: pangeo-forge-aws-bakery-flowstoragebucketdasktes-1bchocmkc3w0
flow_storage_protocol: s3
flow_storage_options:
key: DEVSEED_BAKERY_DEVELOPMENT_AWS_US_WEST_2_KEY
secret: DEVSEED_BAKERY_DEVELOPMENT_AWS_US_WEST_2_SECRET
max_workers: 10
devseed.bakery.development.azure.westeurope:
region: azure.westeurope
targets:
pangeof-bakery-flow-cache-container:
region: azure.westeurope
description: Flow output container
private:
protocol: abfs
storage_options:
secret: DEVSEED_BAKERY_DEVELOPMENT_AZURE_WESTEUROPE_CONNECTION_STRING
cluster:
type: azure.aks
pangeo_forge_version: 0.5.0
pangeo_notebook_version: 2021.07.17
prefect_version: 0.14.22
worker_image: pangeo/pangeo-forge-bakery-images:pangeonotebook-2021.07.17_prefect-0.14.22_pangeoforgerecipes-0.5.0
flow_storage: pangeof-bakery-flow-storage-container
flow_storage_protocol: abfs
flow_storage_options:
secret: DEVSEED_BAKERY_DEVELOPMENT_AZURE_WESTEUROPE_CONNECTION_STRING
max_workers: 20