mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-21 16:22:51 +00:00
22 lines
269 B
Bash
22 lines
269 B
Bash
#export TF_VAR_node_size=GP2.4
|
|
#export TF_VAR_node_size=g6-standard-6
|
|
#export TF_VAR_node_size=m7i.xlarge
|
|
|
|
|
|
CLUSTERSIZE=1
|
|
|
|
CLUSTERPREFIX=CHANGEME
|
|
|
|
USER_LOGIN=portal
|
|
USER_PASSWORD=CHANGEME
|
|
|
|
STEPS="
|
|
wait
|
|
standardize
|
|
clusterize
|
|
tools
|
|
docker
|
|
createuser
|
|
ips
|
|
"
|