X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d2d20f664ec207d1c9492edea6d893b1e333b055..f7bf9d69603db2d500563648460e2a96524de266:/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls index 4ecc65e28f..8c14c56ed3 100644 --- a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls +++ b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls @@ -106,7 +106,7 @@ arvados: CloudVMs: ResourceTags: Name: __CLUSTER__-compute-node - BootProbeCommand: 'sudo docker ps -q' + BootProbeCommand: 'systemctl is-system-running' ImageID: ami-FIXMEFIXMEFIXMEFI Driver: ec2 DriverParameters: @@ -118,8 +118,8 @@ arvados: SubnetID: subnet-FIXMEFIXMEFIXMEFI DispatchPrivateKey: | -----BEGIN OPENSSH PRIVATE KEY----- - Read https://doc.arvados.org/v2.0/install/install-dispatch-cloud.html - for details on how to create it and where to place the key + Read https://doc.arvados.org/install/crunch2-cloud/install-compute-node.html#sshkeypair + for details on how to create this key. FIXMEFIXMEFIXMEFI -----END OPENSSH PRIVATE KEY----- @@ -128,24 +128,18 @@ arvados: Volumes: # the volume name will be composed with # -nyw5e- - __CLUSTER__-nyw5e-0000000000000000: - AccessViaHosts: - 'http://__KEEPSTORE0_INT_IP__:25107': - ReadOnly: false + __CLUSTER__-nyw5e-000000000000000: Replication: 2 Driver: S3 DriverParameters: - Bucket: __CLUSTER__-nyw5e-0000000000000000-volume + Bucket: __CLUSTER__-nyw5e-000000000000000-volume IAMRole: __CLUSTER__-keepstore-00-iam-role Region: FIXME __CLUSTER__-nyw5e-0000000000000001: - AccessViaHosts: - 'http://__KEEPSTORE1_INT_IP__:25107': - ReadOnly: false Replication: 2 Driver: S3 DriverParameters: - Bucket: __CLUSTER__-nyw5e-0000000000000001-volume + Bucket: __CLUSTER__-nyw5e-000000000000001-volume IAMRole: __CLUSTER__-keepstore-01-iam-role Region: FIXME @@ -163,6 +157,9 @@ arvados: DispatchCloud: InternalURLs: 'http://__CONTROLLER_INT_IP__:9006': {} + Keepbalance: + InternalURLs: + 'http://localhost:9005': {} Keepproxy: ExternalURL: 'https://keep.__CLUSTER__.__DOMAIN__:__KEEP_EXT_SSL_PORT__' InternalURLs: @@ -175,7 +172,7 @@ arvados: InternalURLs: 'http://localhost:8004': {} WebDAV: - ExternalURL: 'https://*--collections.__CLUSTER__.__DOMAIN__:__KEEPWEB_EXT_SSL_PORT__/' + ExternalURL: 'https://*.collections.__CLUSTER__.__DOMAIN__:__KEEPWEB_EXT_SSL_PORT__/' InternalURLs: 'http://localhost:9002': {} WebDAVDownload: @@ -196,69 +193,59 @@ arvados: ProviderType: t3.small VCPUs: 2 RAM: 2GiB - IncludedScratch: 50GB AddedScratch: 50GB Price: 0.0208 c5large: ProviderType: c5.large VCPUs: 2 RAM: 4GiB - IncludedScratch: 50GB AddedScratch: 50GB Price: 0.085 m5large: ProviderType: m5.large VCPUs: 2 RAM: 8GiB - IncludedScratch: 50GB AddedScratch: 50GB Price: 0.096 c5xlarge: ProviderType: c5.xlarge VCPUs: 4 RAM: 8GiB - IncludedScratch: 100GB AddedScratch: 100GB Price: 0.17 m5xlarge: ProviderType: m5.xlarge VCPUs: 4 RAM: 16GiB - IncludedScratch: 100GB AddedScratch: 100GB Price: 0.192 m5xlarge_extradisk: ProviderType: m5.xlarge VCPUs: 4 RAM: 16GiB - IncludedScratch: 400GB AddedScratch: 400GB Price: 0.193 c52xlarge: ProviderType: c5.2xlarge VCPUs: 8 RAM: 16GiB - IncludedScratch: 200GB AddedScratch: 200GB Price: 0.34 m52xlarge: ProviderType: m5.2xlarge VCPUs: 8 RAM: 32GiB - IncludedScratch: 200GB AddedScratch: 200GB Price: 0.384 c54xlarge: ProviderType: c5.4xlarge VCPUs: 16 RAM: 32GiB - IncludedScratch: 400GB AddedScratch: 400GB Price: 0.68 m54xlarge: ProviderType: m5.4xlarge VCPUs: 16 RAM: 64GiB - IncludedScratch: 400GB AddedScratch: 400GB Price: 0.768