Skip to content
Snippets Groups Projects
Commit 226dde89 authored by Paul Bourke's avatar Paul Bourke
Browse files

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
parent 539862ae
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,9 @@ node_templates_directory: "/usr/share/kolla/templates" ...@@ -13,6 +13,9 @@ node_templates_directory: "/usr/share/kolla/templates"
# The directory to store the config files on the destination node # The directory to store the config files on the destination node
node_config_directory: "/etc/kolla" node_config_directory: "/etc/kolla"
# The user Ansible uses to ssh to target nodes
ansible_ssh_user: "kolla"
################### ###################
# Kolla options # Kolla options
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
# additional groups are for more control of the environment. # additional groups are for more control of the environment.
[control] [control]
# These hostname must be resolvable from your deployment host # These hostname must be resolvable from your deployment host
control01 ansible_ssh_user=sam control01
control02 ansible_ssh_user=sam control02
control03 ansible_ssh_user=sam control03
# The above can also be specified as follows: # 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 # 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 # This can be the same as a a host in the control group
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment