Fix salt-install's crunch-dispatch-local config and tests
authorPeter van Heusden <pvh@sanbi.ac.za>
Wed, 18 Nov 2020 14:01:32 +0000 (16:01 +0200)
committerJavier Bértoli <jbertoli@curii.com>
Tue, 24 Nov 2020 12:26:52 +0000 (09:26 -0300)
commitcc9b9dac7be9c0bbf1d8e227466e9c71a7b3d35e
tree8513db690a2cbd09e5ca39f39ef9100bb234801e
parent5d23eb939e64e4cf86dccb33aa24d9be3addf068
Fix salt-install's crunch-dispatch-local config and tests

* added [@pvanheus fix]:https://github.com/arvados/arvados/pull/140
* added [a debug parameter to the provision script](https://gitter.im/arvados/community?at=5fb54b4bd37a1a13d6b46a05)
* added a test script to verify the cluster is able to run a CWL workflow
* document salt-install's workflow test

refs #17146, #17147, #17150

Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli@curii.com>
17 files changed:
doc/install/salt-single-host.html.textile.liquid
doc/install/salt-vagrant.html.textile.liquid
tools/salt-install/Vagrantfile
tools/salt-install/provision.sh
tools/salt-install/single_host/arvados.sls
tools/salt-install/single_host/nginx_api_configuration.sls
tools/salt-install/single_host/nginx_controller_configuration.sls
tools/salt-install/single_host/nginx_keepproxy_configuration.sls
tools/salt-install/single_host/nginx_keepweb_configuration.sls
tools/salt-install/single_host/nginx_webshell_configuration.sls
tools/salt-install/single_host/nginx_websocket_configuration.sls
tools/salt-install/single_host/nginx_workbench_configuration.sls
tools/salt-install/tests/hasher-workflow-job.yml [new file with mode: 0644]
tools/salt-install/tests/hasher-workflow.cwl [new file with mode: 0644]
tools/salt-install/tests/hasher.cwl [new file with mode: 0644]
tools/salt-install/tests/run-test.sh [new file with mode: 0755]
tools/salt-install/tests/test.txt [new file with mode: 0644]