1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: CC-BY-SA-3.0
5 # Main cluster configurations. No sensible defaults provided for these:
6 # region_name = "us-east-1"
7 # cluster_name = "xarv1"
8 # domain_name = "xarv1.example.com"
10 # Uncomment this to create an non-publicly accessible Arvados cluster
13 # Optional networking options. Set existing resources to be used instead of
15 # NOTE: We only support fully managed or fully custom networking, not a mix of both.
18 # public_subnet_id = "subnet-cccc"
19 # private_subnet_id = "subnet-dddd"
21 # Optional custom tags to add to every resource. Default: {}
23 # environment = "production"
28 # Optional cluster service nodes configuration:
30 # List of node names which either will be hosting user-facing or internal
32 # user_facing_hosts = [ "controller", "workbench" ]
33 # internal_service_hosts = [ "keep0", "shell" ]
35 # Map assigning each node name an internal IP address. Defaults:
37 # controller = "10.1.1.11"
38 # workbench = "10.1.1.15"
43 # Map assigning DNS aliases for service node names. Defaults: