Deploy the OCCNE Virtualized Cluster

The execution of the following command does all the work to deploy the VMs in the OpenStack Environment, configure the Bastion Host, and deploy and configure the Kubernetes clusters.

Table 2-17 Deploy the OCCNE Virtualized Cluster

Step # Procedure Description
1.

Deploy OCCNE Virtualized Cluster Execute the following command from the /var/terraform directory on the Bootstrap Host. This command may take a while to run (can be up to 2 hours depending on the machines its run on).
$ OCCNE_VERSION=1.3.x OCCNE_TFVARS_DIR=occne_<user> CENTRAL_REPO=<central_repo_hostname> CENTRAL_REPO_IP=<central_repo_ipv4_address> ./deploy.sh
 
Example:
$ OCCNE_VERSION=1.3.2 OCCNE_TFVARS_DIR=occne_jdoe CENTRAL_REPO=winterfell CENTRAL_REPO_IP=10.75.216.10 ./deploy.sh
2.

Change MySQL root user password Refer to Change MySQL root user password