-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvsphere-environment-do-not-add-sample
23 lines (23 loc) · 1.28 KB
/
vsphere-environment-do-not-add-sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# The Vmware Server host, where all hosts are controlled from
# This is the root item in the Hosts and Clusters view in vSphere
export VMWARECENTER_HOST=""
# The name the new virtual machine will have on the VMWare UI
export VMWARECENTER_VM_NAME="ccdc-basebox-windows-2019-$(date '+%Y-%m-%d-%H%M')"
# The name of the datacenter, it's the child item under the root item in the Hosts and Clusters view in vSphere
export VMWARECENTER_DATACENTER=""
# The cluster name, it's the child item under the datacenter in the Hosts and Clusters view in vSphere
export VMWARECENTER_CLUSTER_NAME=""
# The name of the physical machine where the VM will be hosted
export VMWARECENTER_ESXI_HOST=""
# The name of the datastore where the VM's files will be stored
export VMWARECENTER_DATASTORE=""
# The name of the network where the VM will connect to, there is no need to prefix this with the datacenter or cluster
export VMWARECENTER_VM_NETWORK=""
# The folder where the VM will go under in the VMs and Templates view in vSphere, there is no need to prefix this with the cluster
export VMWARECENTER_VM_FOLDER=""
# The username used to access vSphere
export VMWARECENTER_USERNAME=""
# The password used to access vSphere
export VMWARECENTER_PASSWORD=''
# Vagrant user's final password
export VAGRANT_USER_FINAL_PASSWORD='vagrant'