fix(provision): refactor single host architectures
authorJavier Bértoli <jbertoli@curii.com>
Thu, 4 Feb 2021 17:35:09 +0000 (14:35 -0300)
committerJavier Bértoli <jbertoli@curii.com>
Tue, 16 Feb 2021 13:51:28 +0000 (10:51 -0300)
commitd10dcb434de0bdb16c047da9e45c19ba2ef9b1c4
tree90e37adc87dbd97ce3954e650f933fa65bb46dc0
parent8195246d1e71c8e1801f85c95e33402775099e7d
fix(provision): refactor single host architectures

Allow to use a single-host/single-hostname or single-host/multiple-hostnames setup
refs #17246
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli@curii.com>
15 files changed:
tools/salt-install/Vagrantfile
tools/salt-install/Vagrantfile.single_host_single_hostname.example [new file with mode: 0644]
tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls
tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_controller_configuration.sls
tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_keepproxy_configuration.sls
tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_keepweb_configuration.sls
tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_webshell_configuration.sls
tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_websocket_configuration.sls
tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_workbench2_configuration.sls
tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/nginx_workbench_configuration.sls
tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_webshell_configuration.sls
tools/salt-install/config_examples/single_host/single_hostname/pillars/nginx_workbench2_configuration.sls
tools/salt-install/local.params.example
tools/salt-install/provision.sh
tools/salt-install/tests/run-test.sh