Upgrade VMware Cloud Director extension for Data Solutions
VMware Cloud Director extension for Data Solutions
You can upgrade
VMware Cloud Director extension for Data Solutions
using the VMware Cloud Director
Solution Add-On Landing
Zone or the command-line interface.- Verify that you have the credentials of aVMware Cloud DirectorSystem Administratoraccount.
- If you maintain an internal container registry, verify that theData Solutions operatorpackage is cloned to its internal container registry.
You can upgrade to
VMware Cloud Director extension for Data Solutions
1.5 from version 1.4.Upgrade the VMware Cloud Director extension for Data Solutions solution add-on instance
VMware Cloud Director extension for Data Solutions
solution add-on instance
Upgrade
VMware Cloud Director extension for Data Solutions
using the VMware Cloud Director
Solution Add-On Landing Zone.If you installed
VMware Cloud Director extension for Data Solutions
by using the command-line interface, with a parameter --encryption-key
, you cannot perform the upgrade by using the VMware Cloud Director
UI.- Log in to theVMware Cloud Director service provider admin portal.
- Upload the latest version of theVMware Cloud Director extension for Data Solutions.isofile in the Solution Add-On Landing Zone. SeeUpload a Solution Add-On to Your VMware Cloud Directorin theVMware Cloud Director Documentation.
- Upgrade your add-on instance ofVMware Cloud Director extension for Data Solutions. SeeUpgrade a Solution Add-On Instance in VMware Cloud Directorin theVMware Cloud Director Documentation.
The tenant administrator must upgrade each
Data Solutions operator
, which runs in the Kubernetes clusters within their organizations. To avoid upgrading the Data Solutions operator
s during the next VMware Cloud Director extension for Data Solutions
upgrade, the tenant administrator must set the Data Solutions operator
upgrade policy to Auto upgrade to the latest version
.Upgrade VMware Cloud Director extension for Data Solutions using the CLI
VMware Cloud Director extension for Data Solutions
using the CLI
Upgrade
VMware Cloud Director extension for Data Solutions
using the command-line interface.If you installed
VMware Cloud Director extension for Data Solutions
using the command-line interface, with parameter --encryption-key
, you must provide the same encryption key, when you perform the upgrade and you must not specify the parameter --iso
. The parameters --encryption-key
and --iso
are mutually exclusive.To get the certificate file, run the following command:
$ run get certificates --host
. You must not download the HOST_NAME
-o CERTIFICATE_FILENAME
--acceptVMware Cloud Director
certificate file in the folder, where you mount the ISO package. If you do not trust the VMware Cloud Director
certificate, use the following command to trust it: $ run trust --host
.HOST_NAME
--username USER_NAME
--password PASSWORD
--certificate-file CERTIFICATE_FILENAME
--accept- To upgradeVMware Cloud Director extension for Data Solutions, navigate to the folder, which contains the extracted ISO package and run the following command:
- For Windows:windows.run.exe upgrade instance --nameEXTENSION_NAME--hostHOST_NAME--usernameUSER_NAME--passwordPASSWORD--certificate-fileCERTIFICATE_FILE_NAME--accept --isoDSE_ISO_PATH
- For Linux:./linux.run upgrade instance --nameEXTENSION_NAME--hostHOST_NAME--usernameUSER_NAME--passwordPASSWORD--certificate-fileCERTIFICATE_FILE_NAME--accept --isoDSE_ISO_PATH
The following table describes the parameters values that you must enter. To see the full list of command parameters, run the following command:<run> upgrade instance -h.Upgrade command parametersParameterDescriptionEXTENSION_NAMEThe name of theVMware Cloud Director extension for Data Solutions.HOST_NAMEThe name of theVMware Cloud Directorhost.USER_NAMEThe user name of theVMware Cloud Directorsystem administrator.PASSWORDThe password of theVMware Cloud Directorsystem administrator.CERTIFICATE_FILE_NAMETheVMware Cloud DirectorAPI endpoint SSL certificate filename.DSE_ISO_PATHThe path to theVMware Cloud Director extension for Data SolutionsISO file.Example:windows.run.exe get certificates --hostatl1-vcd-static-000-00.eng.vmware.com-oC:\Users\Administrator\Downloads\vcd_cert.pem--accept windows.run.exe trust --hostatl1-vcd-static-000-00.eng.vmware.com--usernameadmin--passwordvmware--certificate-fileC:\Users\Administrator\Downloads\vcd_cert.pem--accept windows.run.exe upgrade instance --nametds1--hostatl1-vcd-static-000-00.eng.vmware.com--usernameadmin--passwordvmware--certificate-fileC:\Users\Administrator\Downloads\vcd_cert.pem--accept --isovmware-ds-1.5.0-xxx.iso
- Update theVMware Cloud Director extension for Data Solutionsrepository and set to the latest version. You can preview the latest version, by selecting theUse Default Valuecheck box in theUpdate Repositorywindow.The default registry path forData Solutions operator1.5 isprojects.packages.broadcom.com/vcdds/vcd-data-solutions-package-repo:1.5.0. See Managing container registries in theUsingguide.VMware Cloud Director extension for Data Solutionsas a Service Provider
- The tenant administrator must upgrade eachData Solutions operator, which runs in the Kubernetes clusters within their organizations. To avoid upgrading theData Solutions operators during the nextVMware Cloud Director extension for Data Solutionsupgrade, the tenant administrator must set theData Solutions operatorupgrade policy toAuto upgrade to the latest version.