[ARVADOS] updated: 2.1.0-2007-g3010b1f1f
Git user
git at public.arvados.org
Fri Mar 4 20:36:03 UTC 2022
Summary of changes:
tools/salt-install/Vagrantfile | 18 ++++++++++++------
.../single_host/single_hostname/pillars/postgresql.sls | 8 +++++---
2 files changed, 17 insertions(+), 9 deletions(-)
via 3010b1f1f4163ec6e86688cdc51d53f2e2659d4b (commit)
from 4d6c3aec922838e8ad25b6b8ce229bf607a14de0 (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 3010b1f1f4163ec6e86688cdc51d53f2e2659d4b
Author: Javier Bértoli <jbertoli at curii.com>
Date: Fri Mar 4 17:34:54 2022 -0300
18830: address review comments
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>
diff --git a/tools/salt-install/Vagrantfile b/tools/salt-install/Vagrantfile
index a8dd34534..c2b19deb3 100644
--- a/tools/salt-install/Vagrantfile
+++ b/tools/salt-install/Vagrantfile
@@ -41,6 +41,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
/vagrant/local.params.example.single_host_multiple_hostnames > /tmp/local.params.single_host_multiple_hostnames"
# s/#\ BRANCH=\"main\"/\ BRANCH=\"main\"/g;' \
+ arv.vm.provision "shell",
+ inline: "cp -vr /tmp/local.params.single_host_multiple_hostnames /tmp/local.params.single_host_multiple_hostnames.falla;
+ cp -vr /vagrant/centos7-local.params.single_host_single_hostname-f258b604f831bb3bd7fab506c670b975ae8e4118 /tmp/local.params.single_host_multiple_hostnames"
arv.vm.provision "shell",
path: "provision.sh",
args: [
@@ -54,7 +57,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# A single_host single_hostname example
config.vm.define "arvados-sh-sn" do |arv|
- arv.vm.box = "bento/debian-11"
+ arv.vm.box = "bento/centos-7"
arv.vm.hostname = "zeppo"
# CPU/RAM
config.vm.provider :virtualbox do |v|
@@ -80,12 +83,15 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
arv.vm.provision "shell",
inline: "cp -vr /vagrant/config_examples/single_host/single_hostname /home/vagrant/local_config_dir;
cp -vr /vagrant/tests /home/vagrant/tests;
- sed 's#HOSTNAME_EXT=\"hostname_ext_fixme_or_this_wont_work\"#HOSTNAME_EXT=\"zeppo.local\"#g;
- 's#IP_INT=\"ip_int_fixme_or_this_wont_work\"#IP_INT=\"127.0.0.1\"#g;
- s#cluster_fixme_or_this_wont_work#zeppo#g;
- s#domain_fixme_or_this_wont_work#local#g;' \
+ sed 's#cluster_fixme_or_this_wont_work#cnts7#g;
+ s#domain_fixme_or_this_wont_work#local#g;
+ s#HOSTNAME_EXT=\"hostname_ext_fixme_or_this_wont_work\"#HOSTNAME_EXT=\"cnts7.local\"#g;
+ s#IP_INT=\"ip_int_fixme_or_this_wont_work\"#IP_INT=\"127.0.0.1\"#g;
+ s#RELEASE=\"production\"#RELEASE=\"development\"#g;
+ s/# BRANCH=\"main\"/BRANCH=\"main\"/g;
+ s/# VERSION=.*$/VERSION=\"latest\"/g' \
/vagrant/local.params.example.single_host_single_hostname > /tmp/local.params.single_host_single_hostname"
- # s/#\ BRANCH=\"main\"/\ BRANCH=\"main\"/g;
+
arv.vm.provision "shell",
path: "provision.sh",
args: [
diff --git a/tools/salt-install/config_examples/single_host/single_hostname/pillars/postgresql.sls b/tools/salt-install/config_examples/single_host/single_hostname/pillars/postgresql.sls
index 7f4a9ca71..a69b88cb1 100644
--- a/tools/salt-install/config_examples/single_host/single_hostname/pillars/postgresql.sls
+++ b/tools/salt-install/config_examples/single_host/single_hostname/pillars/postgresql.sls
@@ -26,9 +26,11 @@ postgres:
{%- endif %}
postgresconf: |-
listen_addresses = '*' # listen on all interfaces
- #ssl = on
- #ssl_cert_file = '/etc/ssl/certs/arvados-snakeoil-cert.pem'
- #ssl_key_file = '/etc/ssl/private/arvados-snakeoil-cert.key'
+ # If you want to enable communications' encryption to the DB server,
+ # uncomment these entries
+ # ssl = on
+ # ssl_cert_file = '/etc/ssl/certs/arvados-snakeoil-cert.pem'
+ # ssl_key_file = '/etc/ssl/private/arvados-snakeoil-cert.key'
acls:
- ['local', 'all', 'postgres', 'peer']
- ['local', 'all', 'all', 'peer']
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list