Vsphere Secrets
These secrets are provided only if vSphere is used as the deployment platform for CF.
The following vSphere secrets reside on the same machine where the chaos infrastructure is executed. These secrets are provided in the /etc/linux-chaos-infrastructure/vsphere.env file in the following format:
GOVC_URL=XXXXXXXXXXXXXXXXXXXXXX
GOVC_USERNAME=XXXXXXXXXXXXXXXXX
GOVC_PASSWORD=XXXXXXXXXXXXXXXXX
GOVC_INSECURE=XXXXXXXXXXXXXXXXX
VM_NAME=XXXXXXXXXXXXXXXXXXXXXXX
VM_USERNAME=XXXXXXXXXXXXXXXXXXX
VM_PASSWORD=XXXXXXXXXXXXXXXXXXXGOVC_URL
Endpoint for vSphere
For example, 192.168.214.244
GOVC_USERNAME
Username for the vSphere user
For example, username
GOVC_PASSWORD
Password for the vSphere user
For example, password
GOVC_INSECURE
Skip SSL validation for govc commands
For example, true
VM_NAME
Name of the vSphere VM where the fault-injector utility is installed
For example, cf-vm
VM_USERNAME
Username for the VM guest user
For example, root
VM_PASSWORD
Password for the VM guest user
For example, password
Last updated
Was this helpful?