Hi guys
I have a new question regarding anduril.
If you remember in a previous post (
https://groups.google.com/forum/#!topic/anduril-dev/V2IBC_PMPrs) I try to transfer everything from anduril 1.2.5 to 1.2.22
Now everything seems to work properly apart from the remote execution.
The hosts.conf file is same. I did not change anything there.
In the previous version I was running anduril like this:
anduril run "/path/to/workflow.and" --execution-dir="/path/to/exec/dir/" --component-dir="/path/to/components/dir" --hosts="/path/to/hosts.conf"
In the new version I do the following:
anduril run "/path/to/workflow.and" --execution-dir "/path/to/exec/dir/" -b "/path/to/bundle" --hosts "/path/to/hosts.conf"
But in this case I get the following error message:
Local execution mode incompatible with non local @host=long_hm
I get a result but by local run. It is not executed remotely.
Do you have any idea? I am a little confused.
Thank you in advance
Foivos