Merge "Change default ansible_ssh_user to "kolla""

This commit is contained in:
Jenkins 2015-09-10 01:28:09 +00:00 committed by Gerrit Code Review
commit e7c30a2fd4
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