Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 2.93 KB

step-by-step.md

File metadata and controls

44 lines (34 loc) · 2.93 KB

Step by Step Setup

The following labs guide you through the steps to create the three clusters considered the baseline setup.

Note: The labs depend on a master params.yaml file that is used for environment specific configuration data. A sample REDACTED-params.yaml file is included at the root of this repo, named REDACTED-params.yaml. It is recommended you copy this file and rename it to params.yaml and place it in the local-config/ directory, and then start making your adjustments. local-config/ is included in the .gitignore so your version won't be included in an any future commits you have to the repo.

Setup Environment Variable for params.yaml

Set the PARAMS_YAML environment variable to the path of your params.yaml file. If you followed the recommendation, the value would be local-config/params.yaml, however you may choose otherwise. This may be the case if you are using multiple params.yaml files in the case of AWS and vSphere deployments.

# Update the the path from the default if you have a different params.yaml file name or location.
export PARAMS_YAML=local-config/params.yaml

Management Cluster

Setup Shared Services Cluster

Finalize Management Cluster

Setup Workload Cluster

At this point you have the basis for the lab exercises!