[arvados] updated: 2.1.0-2968-g1f13763d7
git repository hosting
git at public.arvados.org
Thu Dec 1 22:38:07 UTC 2022
Summary of changes:
doc/_includes/_download_installer.liquid | 2 +-
tools/salt-install/local.params.example.multiple_hosts | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
via 1f13763d7da966618550163d43691c6cfb14dda0 (commit)
from 2c350c49f4cf8243f39cbc7bef0e5d5356891a66 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 1f13763d7da966618550163d43691c6cfb14dda0
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Dec 1 17:37:28 2022 -0500
19215: Fix *_INT_IP defaults and Terraform CLI install text.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/doc/_includes/_download_installer.liquid b/doc/_includes/_download_installer.liquid
index 7d401bb8f..724ed1416 100644
--- a/doc/_includes/_download_installer.liquid
+++ b/doc/_includes/_download_installer.liquid
@@ -28,7 +28,7 @@ Important! Once you have initialized the installer directory, all further comma
h3. Using Terraform (AWS specific)
-If you are going to use Terraform to set up the infrastructure on AWS, you first need to install the "Terraform CLI":https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli tool installed on your computer, as well as the "AWS CLI":https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html tool. Then you can initialize the installer.
+If you are going to use Terraform to set up the infrastructure on AWS, you first need to install the "Terraform CLI":https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli and the "AWS CLI":https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html tool. Then you can initialize the installer.
<notextile>
<pre><code>CLUSTER=xarv1
diff --git a/tools/salt-install/local.params.example.multiple_hosts b/tools/salt-install/local.params.example.multiple_hosts
index c39351d74..be94cea4f 100644
--- a/tools/salt-install/local.params.example.multiple_hosts
+++ b/tools/salt-install/local.params.example.multiple_hosts
@@ -46,9 +46,9 @@ CLUSTER_INT_CIDR=10.0.0.0/16
# Note the IPs in this example are shared between roles, as suggested in
# https://doc.arvados.org/main/install/salt-multi-host.html
-CONTROLLER_INT_IP=10.0.0.1
-WEBSOCKET_INT_IP=10.0.0.1
-KEEP_INT_IP=10.0.0.2
+CONTROLLER_INT_IP=10.1.1.1
+WEBSOCKET_INT_IP=10.1.1.1
+KEEP_INT_IP=10.1.1.2
# Both for collections and downloads
KEEPWEB_INT_IP=10.1.1.2
KEEPSTORE0_INT_IP=10.1.1.3
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list