nlesc-sherlock / emma

Ansible playbook to create a cluster with GlusterFS, Docker, Spark and JupyterHub services
Apache License 2.0
3 stars 4 forks source link

If minio tag skipped then spark config fails #109

Open sverhoeven opened 6 years ago

sverhoeven commented 6 years ago

I provision cluster with

ansible-playbook install_platform_light.yml --skip-tags minio,pdal

Then I get following error:

TASK [spark : Configure Spark defaults config file] ****************************************************************************************************************************************************************************
fatal: [cod0.nlesc.nl]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'minio_server_addr' is undefined"}
sverhoeven commented 6 years ago

Disabling geotrellis aswell made playbook run successfully.

ansible-playbook install_platform_light.yml --skip-tags pdal,minio,geotrellis