Skip to content
Snippets Groups Projects
Commit eaf511ad authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Don't use become for Kolla Ansible"

parents 6b19b817 939e298c
No related branches found
No related tags found
No related merge requests found
...@@ -335,7 +335,7 @@ kolla_ansible_group: kolla ...@@ -335,7 +335,7 @@ kolla_ansible_group: kolla
# Whether to use privilege escalation for all operations performed via Kolla # Whether to use privilege escalation for all operations performed via Kolla
# Ansible. # Ansible.
kolla_ansible_become: true kolla_ansible_become: false
############################################################################### ###############################################################################
# Kolla feature flag configuration. # Kolla feature flag configuration.
......
...@@ -54,7 +54,7 @@ kolla_ansible_group: kolla ...@@ -54,7 +54,7 @@ kolla_ansible_group: kolla
# Whether to use privilege escalation for all operations performed via Kolla # Whether to use privilege escalation for all operations performed via Kolla
# Ansible. # Ansible.
kolla_ansible_become: true kolla_ansible_become: false
############################################################################### ###############################################################################
# Kolla-ansible inventory configuration. # Kolla-ansible inventory configuration.
......
...@@ -151,7 +151,7 @@ The following variables affect how Ansible accesses the remote hosts. ...@@ -151,7 +151,7 @@ The following variables affect how Ansible accesses the remote hosts.
Primary group of Kolla SSH user. Default is ``kolla``. Primary group of Kolla SSH user. Default is ``kolla``.
``kolla_ansible_become`` ``kolla_ansible_become``
Whether to use privilege escalation for all operations performed via Kolla Whether to use privilege escalation for all operations performed via Kolla
Ansible. Default is ``true``. Ansible. Default is ``false`` since the 8.0.0 Ussuri release.
``kolla_ansible_target_venv`` ``kolla_ansible_target_venv``
Path to a virtual environment on remote hosts to use for Ansible module Path to a virtual environment on remote hosts to use for Ansible module
execution. Default is ``{{ virtualenv_path }}/kolla-ansible``. May be set execution. Default is ``{{ virtualenv_path }}/kolla-ansible``. May be set
......
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
#kolla_ansible_group: #kolla_ansible_group:
# Whether to use privilege escalation for all operations performed via Kolla # Whether to use privilege escalation for all operations performed via Kolla
# Ansible. Default is 'true'. # Ansible. Default is 'false'.
#kolla_ansible_become: #kolla_ansible_become:
############################################################################### ###############################################################################
......
---
upgrade:
- |
Modifies the default value of ``kolla_ansible_become`` to ``false``. This
means that Kolla Ansible will no longer use privilege escalation for all
tasks, and will only use it where necessary.
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