Specifying vSphere parameters

During installation, after launch.sh has run and prior to running launch_deployment.sh, locate the template file for vSphere: /<installation_configuration_directory>/extensions/embedded/cfp-bosh-templates/uiconfig_vmware_template.yml. Copy this file to your installation directory and modify it. Replace the default and sample values with the actual values for your particular environment.

The following example parameters apply only to vSphere. You can also use common parameters. For more information, see Specifying common parameters.

uiconfig:
  #vSphere specific parameters
  vmware_address: "100.204.4.40"
  vmware_username: "vmware_user"
  vmware_password: "vmware_password"
  vmware_disk_type: "thin or preallocated"
  datacenter_name: "MyDataCenter"
  cluster_name: "MyPersistentDataStorePattern"
  resource_pool: "MyResourcePool"
  template_folder: "MyTemplateFolder"
  vm_folder: "MyVMFolder"
  disk_path: "/Disk"
  datastore_pattern: "MyDataStorePattern*"
  persistent_datastore_pattern: "MyPersistentDataStorePattern"
  portgroup: "myPortGroup"