[ARVADOS] updated: 2.3.2-45-gec3e2323a

Git user git at public.arvados.org
Tue Mar 1 16:48:27 UTC 2022


Summary of changes:
 tools/salt-install/local.params.example.single_host_single_hostname | 2 +-
 tools/salt-install/provision.sh                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  ec3e2323aa4f6e452d60f7dfa1f33840a5772c63 (commit)
       via  75ff775de23ee3cca4fb1d273075d5d8881d97b0 (commit)
      from  de8a7ced0ac2f45c71f8fa2f419b6e8403301fcb (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 ec3e2323aa4f6e452d60f7dfa1f33840a5772c63
Author: Ward Vandewege <ward at curii.com>
Date:   Tue Mar 1 11:46:25 2022 -0500

    18785: fix self-signed single host installation.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index c4221d205..e1f6db0ed 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -587,7 +587,7 @@ if [ -z "${ROLES}" ]; then
         CERT_NAME=${c}
       fi
 
-      if [[ "${SSL_MODE}" = "bring-your-own" || "${SSL_MODE}" == "self-signed" ]]; then
+      if [[ "$SSL_MODE" == "bring-your-own" ]]; then
         copy_custom_cert ${CUSTOM_CERTS_DIR} ${CERT_NAME}
       fi
 

commit 75ff775de23ee3cca4fb1d273075d5d8881d97b0
Author: Ward Vandewege <ward at curii.com>
Date:   Tue Mar 1 11:45:42 2022 -0500

    18785: make sure the user configures IP_INT in the single host case.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/tools/salt-install/local.params.example.single_host_single_hostname b/tools/salt-install/local.params.example.single_host_single_hostname
index 48354a0d9..87d23af7d 100644
--- a/tools/salt-install/local.params.example.single_host_single_hostname
+++ b/tools/salt-install/local.params.example.single_host_single_hostname
@@ -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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list