-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdocker.properties
44 lines (32 loc) · 1.18 KB
/
docker.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## The host name of the server running your container
CONTAINERHOSTNAME=""
## The name of 2 VMWare clusters in you VMware environment
## This is where your VMs will live
CLUSTER1=""
CLUSTER2=""
## The name of your vCenter host
VCENTERHOST=""
## The name of your VMware Data Center
VMWARE_DATA_CENTER_NAME=""
## The name of a folder within VMware where your VMs will live
VMWARE_FOLDER=""
## A username and password that access your VMWare environment
## This account must have the proper permissions to create VMs
VMORCHESTRATORUSER=""
VMORPASSWD=""
## A datastore in VMWare that holds your RHEL ISOs
ISODATASTORENAME=""
## The name of your customized RHEL6 bootable DVD
RHEL6KICKSTARTISO=""
## The name of your customized RHEL7 bootable DVD
RHEL7KICKSTARTISO=""
## The name of a datastore in your VMWare environment where production VMs live
PRODDATASTORE=""
## The name of a datastore in your VMWare environment where test VMs live
TESTDATASTORE=""
## The name of your DHCP network in VMware, your VMs will need to DHCP during installation
SERVER_BUILD_DHCP_NETWORK=""
## The IPs of 2 DNS servers on your network and the domain name of your network
CONFIGDNS1=""
CONFIGDNS2=""
CONFIGDOMAIN=""