X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/45f934ab9b1d0b6b9ce1797aa37660c28d5b114c..e78d91e8d1758c075ea35faa8538eab40ebcbfaa:/doc/install/salt-multi-host.html.textile.liquid?ds=sidebyside diff --git a/doc/install/salt-multi-host.html.textile.liquid b/doc/install/salt-multi-host.html.textile.liquid index 81aa2ab099..2d2317f0b0 100644 --- a/doc/install/salt-multi-host.html.textile.liquid +++ b/doc/install/salt-multi-host.html.textile.liquid @@ -21,6 +21,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0 # "Choose the SSL configuration":#certificates ## "Using a Let's Encrypt certificates":#lets-encrypt ## "Bring your own certificates":#bring-your-own +### "Securing your TLS certificate keys":#secure-tls-keys # "Create a compute image":#create_a_compute_image # "Begin installation":#installation # "Further customization of the installation":#further_customization @@ -267,8 +268,8 @@ The @local.params.secrets@ file is intended to store security-sensitive data suc h3. Parameters from @local.params@: -# Set @CLUSTER@ to the 5-character cluster identifier (e.g "xarv1") -# Set @DOMAIN@ to the base DNS domain of the environment, e.g. "xarv1.example.com" +# Set @CLUSTER@ to the 5-character cluster identifier. (e.g. "xarv1") +# Set @DOMAIN@ to the base DNS domain of the environment. (e.g. "xarv1.example.com") # Set the @*_INT_IP@ variables with the internal (private) IP addresses of each host. Since services share hosts, some hosts are the same. See "note about /etc/hosts":#etchosts # Edit @CLUSTER_INT_CIDR@, this should be the CIDR of the private network that Arvados is running on, e.g. the VPC. If you used terraform, this is emitted as @cluster_int_cidr@. _CIDR stands for "Classless Inter-Domain Routing" and describes which portion of the IP address that refers to the network. For example 192.168.3.0/24 means that the first 24 bits are the network (192.168.3) and the last 8 bits are a specific host on that network._ @@ -342,11 +343,13 @@ Arvados requires a database that is compatible with PostgreSQL 9.5 or later. Fo ... ) -# In @local.params@, set @DATABASE_INT_IP@ to the database endpoint (can be a hostname, does not have to be an IP address). -
DATABASE_INT_IP=...
+# In @local.params@, set @DATABASE_INT_IP@ to empty string and @DATABASE_EXTERNAL_SERVICE_HOST_OR_IP@ to the database endpoint (can be a hostname, does not have to be an IP address).
+
DATABASE_INT_IP=""
+...
+DATABASE_EXTERNAL_SERVICE_HOST_OR_IP="arvados.xxxxxxx.eu-east-1.rds.amazonaws.com"
 
-# In @local.params@, set @DATABASE_PASSWORD@ to the correct value. "See the previous section describing correct quoting":#localparams -# In @local_config_dir/pillars/arvados.sls@ you may need to adjust the database name and user. This can be found in the section @arvados.cluster.database@. +# In @local.params.secrets@, set @DATABASE_PASSWORD@ to the correct value. "See the previous section describing correct quoting":#localparams +# In @local.params@ you may need to adjust the database name and user. h2(#further_customization). Further customization of the installation (optional)