From 8a77f17dea7f479e755af64347fada0db0c90121 Mon Sep 17 00:00:00 2001 From: Jobin George Date: Fri, 18 Oct 2019 11:34:02 +0530 Subject: [PATCH] Update vmware ansible modules requirements section (#62797) * Update vSphere Automation Python SDK to the requirement section Signed-off-by: Jobin George Signed-off-by: Abhijeet Kasurde --- .../scenario_guides/vmware_scenarios/vmware_intro.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/docsite/rst/scenario_guides/vmware_scenarios/vmware_intro.rst b/docs/docsite/rst/scenario_guides/vmware_scenarios/vmware_intro.rst index 911d63fcdbf..7006e66514e 100644 --- a/docs/docsite/rst/scenario_guides/vmware_scenarios/vmware_intro.rst +++ b/docs/docsite/rst/scenario_guides/vmware_scenarios/vmware_intro.rst @@ -23,7 +23,17 @@ and vCenter infrastructure. You can install pyVmomi using pip: $ pip install pyvmomi +Ansible VMware modules leveraging latest vSphere(6.0+) features are using `vSphere Automation Python SDK `_. The vSphere Automation Python SDK also has client libraries, documentation, and sample code for VMware Cloud on AWS Console APIs, NSX VMware Cloud on AWS integration APIs, VMware Cloud on AWS site recovery APIs, NSX-T APIs. +You can install vSphere Automation Python SDK using pip: + +.. code-block:: bash + + $ pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git + +Note: + Installing vSphere Automation Python SDK also installs ``pyvmomi``. A separate installation of ``pyvmomi`` is not required. + vmware_guest module ===================