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.
19 # public_subnet_id = "subnet-cccc"
20 # private_subnet_id = "subnet-dddd"
22 # RDS related parameters:
24 # additional_rds_subnet_id = "subnet-eeee"
26 # Optional custom tags to add to every resource. Default: {}
28 # environment = "production"
33 # Optional cluster service nodes configuration:
35 # List of node names which either will be hosting user-facing or internal
37 # user_facing_hosts = [ "controller", "workbench" ]
38 # internal_service_hosts = [ "keep0", "shell" ]
40 # Map assigning each node name an internal IP address. Defaults:
42 # controller = "10.1.1.11"
43 # workbench = "10.1.1.15"
48 # Map assigning DNS aliases for service node names. Defaults: