[ARVADOS] updated: 2.1.0-927-gaaf3e7305
Git user
git at public.arvados.org
Fri Jun 18 14:48:40 UTC 2021
Summary of changes:
tools/salt-install/provision.sh | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
via aaf3e7305837056e284938152187f2bee1f6b871 (commit)
from 5115ff8a1b9cb9e32ef93aa09760429684e5050b (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 aaf3e7305837056e284938152187f2bee1f6b871
Author: Javier Bértoli <jbertoli at curii.com>
Date: Fri Jun 18 11:48:20 2021 -0300
17821: address review comments.
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>
diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index 2f5a3954a..8b018e627 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -39,7 +39,16 @@ usage() {
echo >&2 " Defaults to applying them all"
echo >&2 " -h, --help Display this help and exit"
echo >&2 " --dump-config <dest_dir> Dumps the pillars and states to a directory"
- echo >&2 " Defaults to ./local_config_dump"
+ echo >&2 " This parameter does not perform any installation at all. It's"
+ echo >&2 " intended to give you a parsed sot of configuration files so"
+ echo >&2 " you can inspect them or use them in you Saltstack infrastructure."
+ echo >&2 " It"
+ echo >&2 " - parses the pillar and states templates,"
+ echo >&2 " - downloads the helper formulas with their desired versions,"
+ echo >&2 " - prepares the 'top.sls' files both for pillars and states"
+ echo >&2 " for the selected role/s"
+ echo >&2 " - writes the resulting files into <dest_dir>, which"
+ echo >&2 " defaults to ./local_config_dump"
echo >&2 " -v, --vagrant Run in vagrant and use the /vagrant shared dir"
echo >&2
}
@@ -150,13 +159,13 @@ ARVADOS_TAG="main"
# Other formula versions we depend on
POSTGRES_TAG="v0.41.6"
-NGINX_TAG="v2.7.4"
+NGINX_TAG="temp-fix-missing-statements-in-pillar"
DOCKER_TAG="v1.0.0"
LOCALE_TAG="v0.3.4"
LETSENCRYPT_TAG="v2.1.0"
# Salt's dir
-DUMP_SALT_CONFIG_DIR="./salt_config"
+DUMP_SALT_CONFIG_DIR="./local_config_dump"
## states
S_DIR="/srv/salt"
## formulas
@@ -235,7 +244,7 @@ cd ${F_DIR} || exit 1
git clone --branch "${ARVADOS_TAG}" https://git.arvados.org/arvados-formula.git
git clone --branch "${DOCKER_TAG}" https://github.com/saltstack-formulas/docker-formula.git
git clone --branch "${LOCALE_TAG}" https://github.com/saltstack-formulas/locale-formula.git
-git clone --branch "${NGINX_TAG}" https://github.com/saltstack-formulas/nginx-formula.git
+git clone --branch "${NGINX_TAG}" https://github.com/netmanagers/nginx-formula.git
git clone --branch "${POSTGRES_TAG}" https://github.com/saltstack-formulas/postgres-formula.git
git clone --branch "${LETSENCRYPT_TAG}" https://github.com/saltstack-formulas/letsencrypt-formula.git
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list