From f215e840f051b62af2b3ed6ae6d6673e43a0936c Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Tue, 17 Jan 2017 00:09:55 -0800 Subject: [PATCH] Create README.md --- vsphere/samples/tagging/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vsphere/samples/tagging/README.md diff --git a/vsphere/samples/tagging/README.md b/vsphere/samples/tagging/README.md new file mode 100644 index 00000000..81f45d3e --- /dev/null +++ b/vsphere/samples/tagging/README.md @@ -0,0 +1,12 @@ +This directory contains samples for Tagging APIs: + +Running the samples + + * $ cd /path/to/VMware-vSphere-Automation-SDK-Python-/bin + * $ ./run_sample.sh ../vsphere/samples/tagging/tagging_workflow.py --server --name --password --clustername --categoryname --tagname + +* Testbed Requirement: + - 1 vCenter Server + - 1 ESX hosts + - 1 datastore +