X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f5162efc3578d0420e869e3fcbda46454a855909..e3e6b374664f92aa6b48c8572e70f3ba5f723b4c:/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 a7784fd7be..f27aa40ac4 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