18785: make sure the user configures IP_INT in the single host case.
authorWard Vandewege <ward@curii.com>
Tue, 1 Mar 2022 16:45:42 +0000 (11:45 -0500)
committerWard Vandewege <ward@curii.com>
Wed, 2 Mar 2022 01:11:33 +0000 (20:11 -0500)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

tools/salt-install/local.params.example.single_host_single_hostname

index 48354a0d99274d34c83aed19bd3324c356801baa..87d23af7d4eb1cbd947607ba83f5c128839ee755 100644 (file)
@@ -18,7 +18,7 @@ DOMAIN="domain_fixme_or_this_wont_work"
 HOSTNAME_EXT="hostname_ext_fixme_or_this_wont_work"
 # The internal hostname for the host. In the example files, only used in the
 # single_host/single_hostname example
-IP_INT="127.0.1.1"
+IP_INT="ip_int_fixme_or_this_wont_work"
 # Host SSL port where you want to point your browser to access Arvados
 # Defaults to 443 for regular runs, and to 8443 when called in Vagrant.
 # You can point it to another port if desired