diff --git a/docs/docsite/rst/common/images/inventories-create-source-ocpvirt-example.png b/docs/docsite/rst/common/images/inventories-create-source-ocpvirt-example.png deleted file mode 100644 index 3e1398aa3860..000000000000 Binary files a/docs/docsite/rst/common/images/inventories-create-source-ocpvirt-example.png and /dev/null differ diff --git a/docs/docsite/rst/userguide/inventories.rst b/docs/docsite/rst/userguide/inventories.rst index db78bcb08ea8..e2b17bdf73d5 100644 --- a/docs/docsite/rst/userguide/inventories.rst +++ b/docs/docsite/rst/userguide/inventories.rst @@ -1,4 +1,4 @@ -.. _ug_inventories: + .. _ug_inventories: ******************* Inventories @@ -482,7 +482,6 @@ Inventory updates use dynamically-generated YAML files which are parsed by their - :ref:`ug_source_rhv` - :ref:`ug_source_rhaap` - :ref:`ug_source_terraform` -- :ref:`ug_source_ocpv` Newly created configurations for inventory sources will contain the default plugin configuration values. If you want your newly created inventory sources to match the output of legacy sources, you must apply a specific set of configuration values for that source. To ensure backward compatibility, AWX uses "templates" for each of these sources to force the output of inventory plugins into the legacy format. Refer to :ref:`ir_inv_plugin_templates_reference` section of this guide for each source and their respective templates to help you migrate to the new style inventory plugin output. @@ -1101,11 +1100,11 @@ This inventory source uses the `terraform_state `. For Terraform, enable **Overwrite** and **Update on launch** options. -4. Use the **Source Variables** field to override variables used by the ``terraform`` inventory plugin. Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two. For more information on these variables, see the `terraform_state `_ file for detail. +4. Use the **Source Variables** field to override variables used by the ``controller`` inventory plugin. Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two. For more information on these variables, see the `terraform_state `_ file for detail. The ``backend_type`` variable is required by the Terraform state inventory plugin. This should match the remote backend configured in the Terraform backend credential, here is an example for an Amazon S3 backend: @@ -1121,43 +1120,6 @@ This inventory source uses the `terraform_state `. - -4. Use the **Source Variables** field to override variables used by the ``kubernetes`` inventory plugin. Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two. For more information on these variables, see the `kubevirt.core.kubevirt inventory source `_ documentation for detail. - - In the example below, the ``connections`` variable is used to specify access to a particular namespace in a cluster. - - :: - - --- - connections: - - namespaces: - - hao-test - - - .. image:: ../common/images/inventories-create-source-ocpvirt-example.png - -5. Save the configuration and click the **Sync** button to sync the inventory. - - - - .. _ug_customscripts: Export old inventory scripts