[doc] Fix inventory.yaml example in user doc
By default the deploy-env role sets up ssh key to make it possible to connect to the k8s master node via ssh without a password. The default user is zuul which does not correspond to envs of most users. Change-Id: Id40f0870a1938e68c99ad24577b3b6fba1afb5b9
This commit is contained in:
parent
a556dbe232
commit
fb2731b762
@ -77,6 +77,10 @@ must have passwordless sudo on the nodes.
|
|||||||
# The user and group that will be used to run Docker commands.
|
# The user and group that will be used to run Docker commands.
|
||||||
docker_users:
|
docker_users:
|
||||||
- ununtu
|
- ununtu
|
||||||
|
# By default the deploy-env role sets up ssh key to make it possible
|
||||||
|
# to connect to the k8s master node via ssh without a password.
|
||||||
|
client_ssh_user: ubuntu
|
||||||
|
cluster_ssh_user: ubuntu
|
||||||
# The MetalLB controller will be installed on the Kubernetes cluster.
|
# The MetalLB controller will be installed on the Kubernetes cluster.
|
||||||
metallb_setup: true
|
metallb_setup: true
|
||||||
# Loopback devices will be created on all cluster nodes which then can be used
|
# Loopback devices will be created on all cluster nodes which then can be used
|
||||||
|
Loading…
Reference in New Issue
Block a user