mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 04:19:43 +00:00
It is now possible to set the user login (instead of having it hardcoded to "docker"). Also, various actions have been broken out in separate functions to facilitate future maintenance.
32 lines
515 B
YAML
32 lines
515 B
YAML
# Number of VMs per cluster
|
|
clustersize: 3
|
|
|
|
# The hostname of each node will be clusterprefix + a number
|
|
clusterprefix: test
|
|
|
|
# Jinja2 template to use to generate ready-to-cut cards
|
|
cards_template: cards.html
|
|
|
|
# Use "Letter" in the US, and "A4" everywhere else
|
|
paper_size: A4
|
|
|
|
# Login and password that students will use
|
|
user_login: k8s
|
|
user_password: training
|
|
|
|
image:
|
|
|
|
steps:
|
|
- wait
|
|
- clusterize
|
|
- tools
|
|
- docker
|
|
- createuser
|
|
- webssh
|
|
- tailhist
|
|
- kube
|
|
- kubetools
|
|
- kubetest
|
|
- cards
|
|
- ips
|