You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tosca.rst
+3-8
Original file line number
Diff line number
Diff line change
@@ -215,14 +215,9 @@ In order to let Yorc interact with Docker to manage sandboxes some requirements
215
215
Yorc uses standard Docker's APIs so ``DOCKER_HOST`` and ``DOCKER_CERT_PATH`` environment variables could be used
216
216
to configure the way Yorc interacts with Docker.
217
217
218
-
In order to execute operations on containers, either the following requirements
219
-
should be met on Docker images used as sandboxes:
220
-
221
-
* the ``/usr/bin/env`` command should be present
222
-
* a python 2 interpreter compatible with ansible |ansible_version| should be available as the ``python`` command
223
-
224
-
or Yorc configuration should provide a python interpreter path through the Ansible
225
-
behavioral inventory parameter ``ansible_python_interpreter``, like below in a Yaml
218
+
To execute operations on containers, Ansible will by default detect the python interpreter to use
219
+
as described in `Ansible documentation <https://docs.ansible.com/ansible/latest/reference_appendices/interpreter_discovery.html>`_ section ``auto_silent``.
220
+
To provide yourself a python interpreter path, use the Ansible behavioral inventory parameter ``ansible_python_interpreter``, like below in a Yaml
226
221
Yorc configuration excerpt specifying to use python3 :
0 commit comments