i think i found a way to avoid using cluster.py
if [tosca|figaro].js is found in ~/.sds/files/ then it copies the files to ~/mozart/etc
if not it instead copies [tosca|figaro].template.js to ~/mozart/etc
also @pymonger what description/docstring should i add to send_template_user_override so future developers have a better understanding of it
https://hysds-core.atlassian.net/browse/HC-348
i think i found a way to avoid using
cluster.py
if[tosca|figaro].js
is found in~/.sds/files/
then it copies the files to~/mozart/etc
if not it instead copies[tosca|figaro].template.js
to~/mozart/etc
also @pymonger what description/docstring should i add to
send_template_user_override
so future developers have a better understanding of it