Change default ansible_ssh_user to "kolla"

Chnage to "kolla", and set in globals to easily apply to all nodes.

DocImpact
Closes-Bug: #1493801

Change-Id: I6cd53be9f542dbcbd3f1459bc5fc2721d56c5022
This commit is contained in:
Paul Bourke 2015-09-09 11:56:44 +01:00
parent 539862aeb0
commit 226dde89ac
2 changed files with 7 additions and 4 deletions

View File

@ -13,6 +13,9 @@ node_templates_directory: "/usr/share/kolla/templates"
# The directory to store the config files on the destination node
node_config_directory: "/etc/kolla"
# The user Ansible uses to ssh to target nodes
ansible_ssh_user: "kolla"
###################
# Kolla options

View File

@ -2,12 +2,12 @@
# additional groups are for more control of the environment.
[control]
# These hostname must be resolvable from your deployment host
control01 ansible_ssh_user=sam
control02 ansible_ssh_user=sam
control03 ansible_ssh_user=sam
control01
control02
control03
# The above can also be specified as follows:
#control[01:03] ansible_ssh_user=sam
#control[01:03] ansible_ssh_user=kolla
# The network nodes are where your l3-agent and loadbalancers will run
# This can be the same as a a host in the control group