Upload the VCF Import Tool bundle and the NSX deployment bundle to SDDC Manager appliance to enable converting or importing existing vSphere environments to VMware Cloud Foundation.
Procedure
- SSH to the SDDC Manager appliance as user vcf.
- Copy the NSX deployment bundle bundle-<buildnumber>.zip to the /nfs/vmware/vcf/nfs-mount/bundle/ folder.
- Copy the VCF Import Tool to the SDDC Manager appliance.
- Create a folder for the VCF Import Tool.
For example:
mkdir /home/vcf/vcfimport
- Copy vcf-brownfield-import-<buildnumber>.tar.gz to the folder.
- Navigate to the folder and extract the bundle.
tar -xvf vcf-brownfield-import-<buildnumber>.tar.gz
- Navigate to the vcf-brownfield-toolset folder.
cd vcf-brownfield-import-<buildnumber>/vcf-brownfield-toolset
- Verify the scripts extracted correctly
python3 vcf_brownfield.py --help
This command should return the help information.
- Create a folder for the VCF Import Tool.