Skip to content

Commit e2c5085

Browse files
Merge pull request #3 from vmware/topic/sp026394/release_90
Fix the urls in the README of the vSphere Automation SDK.
2 parents 5143019 + 135996f commit e2c5085

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

vsphere-samples/vsphere-automation-sdk/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ samples require the vSphere Management SDK packages (pyVmomi) to be installed on
1919
The samples have been developed to work with python 3.9+
2020

2121
## Supported OnPrem vCenter Releases
22-
vCenter 7.0, 7.0U1, 7.0U2, 7.0U3 , 8.0, 8.0U1, 8.0U2, 8.0U3, 9.0
22+
vCenter 7.0, 7.0U1, 7.0U2, 7.0U3 , 8.0, 8.0U1, 8.0U2, 8.0U3, 9.0.0.0
2323
Please refer to the notes in each sample for detailed compatibility information.
2424

2525
## Quick Start Guide
@@ -48,7 +48,7 @@ Install/Update setuptools
4848
```cmd
4949
pip install --upgrade setuptools
5050
```
51-
Install SDK packages from Gitlab.
51+
Install SDK packages from GitHub.
5252
```cmd
5353
pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git
5454
```
@@ -99,8 +99,7 @@ Type "help", "copyright", "credits" or "license" for more information.
9999

100100
## Run SDK Samples
101101

102-
In this section we will walk you through the steps to run the sample code for vSphere
103-
and VMware Cloud on AWS APIs.
102+
In this section, we will walk you through the steps to run the sample code for vSphere.
104103

105104
### First, set PYTHONPATH to use SDK helper methods
106105

vsphere-samples/vsphere-automation-sdk/samples/vsphere/compute_policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This directory contains samples for the Compute Policy APIs.
1111
- 1 vCenter server.
1212
- 1 cluster on the vCenter server with DRS enabled.
1313
- At least 2 hosts and 1 virtual machine in the cluster.
14-
- A tag that can be associated with virtual machines and a tag that can be associated with hosts. Please refer to the [tagging samples](https://gitlab-vmw.devops.broadcom.net/core-build/vsphere-automation-sdk-python/tree/cloud/samples/vsphere/tagging) for more information on creating categories, tags and tag associations.
14+
- A tag that can be associated with virtual machines and a tag that can be associated with hosts. Please refer to the [tagging samples](https://github.com/vmware/vsphere-automation-sdk-python/tree/master/samples/vsphere/tagging) for more information on creating categories, tags and tag associations.
1515

1616
## Running the sample for compute_policy_workflow.py
1717
```

vsphere-samples/vsphere-automation-sdk/samples/vsphere/vcenter/setup/testbed.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
config["DISK_DATACENTER_NAME"] = config["VM_DATACENTER_NAME"]
6868
config["DISK_DATASTORE_ROOT_PATH"] = config["BACKENDS_DATASTORE_ROOT_PATH"] + "/disk"
6969

70-
config["ISO_SRC_URL"] = "https://packages.vcfd.broadcom.net/artifactory/vmlib-generic-virtual/exit15/home/ISO-Images/OS/Linux/Photon/5.0/GA/photon-5.0-dde71ec57.x86_64.iso"
70+
config["ISO_SRC_URL"] = "https://packages.vmware.com/photon/3.0/Rev3/iso/photon-minimal-3.0-a383732.iso"
7171
config["ISO_DATACENTER_NAME"] = config["VM_DATACENTER_NAME"]
7272
config["ISO_DATASTORE_ROOT_PATH"] = config["BACKENDS_DATASTORE_ROOT_PATH"] + "/iso"
7373
config["ISO_DATASTORE_PATH"] = config["ISO_DATASTORE_ROOT_PATH"] + "/photonOS.iso"
@@ -83,7 +83,7 @@
8383
config["PARALLEL_PORT_DATASTORE_ROOT_PATH"] = config["BACKENDS_DATASTORE_ROOT_PATH"] + "/parallel"
8484
config["PARALLEL_PORT_DATASTORE_PATH"] = config["PARALLEL_PORT_DATASTORE_ROOT_PATH"] + "/parallel.log"
8585

86-
config["FLOPPY_SRC_URL"] = "https://usw5.packages.broadcom.com/ui/native/dp-lwd-generic-virtual/drs/hotplugbootimage/hotPlug.flp"
86+
config["FLOPPY_SRC_URL"] = "http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.0/fdboot.img"
8787
config["FLOPPY_DATACENTER_NAME"] = config["VM_DATACENTER_NAME"]
8888
config["FLOPPY_DATASTORE_ROOT_PATH"] = config["BACKENDS_DATASTORE_ROOT_PATH"] + "/floppy"
8989
config["FLOPPY_DATASTORE_PATH"] = config["FLOPPY_DATASTORE_ROOT_PATH"] + "/fdboot.img"

0 commit comments

Comments
 (0)