Install > Install the Container Deployment Foundation > Configure the install.properties file

Configure the install.properties file

On the (first) master node, go to the <foundation_temp_dir> directory, and edit the install.properties file by setting the following parameters:

* MASTER_NODES="<master node IP address>"
* WORKER_NODES="<worker node 1 IP address> <worker node 2 IP address> <worker node 3 IP address>"
* EXTERNAL_ACCESS_HOST=<master node FQDN>
* NFS_SERVER=<master node IP address>
* DEFAULT_DB_TYPE=<EMBEDDED | EXTERNAL_PG
>
* REGISTRY_ORGNAME=hpeswitom

Additionally, configure the following proxy settings if access to the Docker Hub or registry requires a proxy to connect to the internet:

* DOCKER_HTTP_PROXY="<HTTP proxy URL>:<port>"
* DOCKER_HTTPS_PROXY="<HTTPS proxy URL>:<port>"
* DOCKER_NO_PROXY=<IP address>

To reuse the install.properties file for additional master and worker node installations, list all IP addresses or FQDNs for all cluster nodes that you are going to install. Make sure that all FQDNs are resolved to the correct IP addresses, not the loop back IP 127.0.0.1.

This configuration uses the master node as the NFS server. If you installed a separate NFS server, configure the NFS server IP in the NFS_SERVER parameter. For a full description of the parameters in the install.properties file, see Parameters in the install.properties file.

Caution The worker node IP addresses must be separated with a space, and the master node and worker nodes must have a static IP address. Additionally, the EXTERNAL_ACCESS_HOST parameter must be set to an FQDN with only lowercase letters.