mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Alt text for Execution Env section of Userguide (#14576)
Co-authored-by: TVo <thavo@redhat.com>
This commit is contained in:
parent
f133580172
commit
6cdea1909d
@ -48,16 +48,19 @@ In order to use an |ee| in a job, a few components are required:
|
|||||||
- **Registry credential**: If the image has a protected container registry, provide the credential to access it.
|
- **Registry credential**: If the image has a protected container registry, provide the credential to access it.
|
||||||
|
|
||||||
.. image:: ../common/images/ee-new-ee-form-filled.png
|
.. image:: ../common/images/ee-new-ee-form-filled.png
|
||||||
|
:alt: Create new Execution Environment form
|
||||||
|
|
||||||
4. Click **Save**.
|
4. Click **Save**.
|
||||||
|
|
||||||
Now your newly added |ee| is ready to be used in a job template. To add an |ee| to a job template, specify it in the **Execution Environment** field of the job template, as shown in the example below. For more information on setting up a job template, see :ref:`ug_JobTemplates` in the |atu|.
|
Now your newly added |ee| is ready to be used in a job template. To add an |ee| to a job template, specify it in the **Execution Environment** field of the job template, as shown in the example below. For more information on setting up a job template, see :ref:`ug_JobTemplates` in the |atu|.
|
||||||
|
|
||||||
.. image:: ../common/images/job-template-with-example-ee-selected.png
|
.. image:: ../common/images/job-template-with-example-ee-selected.png
|
||||||
|
:alt: Job template using newly created Execution Environment
|
||||||
|
|
||||||
Once you added an |ee| to a job template, you can see those templates listed in the **Templates** tab of the |ee|:
|
Once you added an |ee| to a job template, you can see those templates listed in the **Templates** tab of the |ee|:
|
||||||
|
|
||||||
.. image:: ../common/images/ee-details-templates-list.png
|
.. image:: ../common/images/ee-details-templates-list.png
|
||||||
|
:alt: Templates tab of the Execution Environment showing one job associated with it
|
||||||
|
|
||||||
|
|
||||||
Execution environment mount options
|
Execution environment mount options
|
||||||
@ -82,6 +85,7 @@ If you encounter this error, or have upgraded from an older version of AWX, perf
|
|||||||
2. In the **Paths to expose to isolated jobs** field of the Job Settings page, using the current example, expose the path as such:
|
2. In the **Paths to expose to isolated jobs** field of the Job Settings page, using the current example, expose the path as such:
|
||||||
|
|
||||||
.. image:: ../common/images/settings-paths2expose-iso-jobs.png
|
.. image:: ../common/images/settings-paths2expose-iso-jobs.png
|
||||||
|
:alt: Jobs Settings page showing Paths to expose to isolated jobs field with defaults
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
@ -99,10 +103,11 @@ This informs podman to run a command similar to the example below, where the con
|
|||||||
To expose isolated paths in OpenShift or Kubernetes containers as HostPath, assume the following configuration:
|
To expose isolated paths in OpenShift or Kubernetes containers as HostPath, assume the following configuration:
|
||||||
|
|
||||||
.. image:: ../common/images/settings-paths2expose-iso-jobs-mount-containers.png
|
.. image:: ../common/images/settings-paths2expose-iso-jobs-mount-containers.png
|
||||||
|
:alt: Jobs Settings page showing Paths to expose to isolated jobs field with assumed configuration and Expose host paths for Container Group toggle enabled
|
||||||
|
|
||||||
Use the **Expose host paths for Container Groups** toggle to enable it.
|
Use the **Expose host paths for Container Groups** toggle to enable it.
|
||||||
|
|
||||||
Once the playbook runs, the resulting Pod spec will display similar to the example below. Note the details of the ``volumeMounts`` and ``volumes`` sections.
|
Once the playbook runs, the resulting Pod spec will display similar to the example below. Note the details of the ``volumeMounts`` and ``volumes`` sections.
|
||||||
|
|
||||||
.. image:: ../common/images/mount-containers-playbook-run-podspec.png
|
.. image:: ../common/images/mount-containers-playbook-run-podspec.png
|
||||||
|
:alt: Pod spec for the playbook run showing volumeMounts and volumes details
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user