Assert that tempest playbook is not executed with a local connection#57
Assert that tempest playbook is not executed with a local connection#57markgoddard wants to merge 1 commit into
Conversation
This playbook copies files to temporary directories. They must be on the host rather than in the Kayobe container in order to be accessible by the docker-rally container.
|
If /tmp was bind mounted into the kayobe container would the local connection plugin work? |
|
Possibly, but it's a bit messy |
The only reason I'm hesitant is because I think we might use it like that at one customer. Could we instead try creating a file with docker and seeing if shows up in our /tmp: Although that might the customer where @scrungus hit this issue. |
Possibly - my advice was to not use a local connection, and that's why I came up with this change :) |
This playbook copies files to temporary directories. They must be on the
host rather than in the Kayobe container in order to be accessible by the
docker-rally container.