Add kolla-ansible Ocata split support & custom passwords
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
# DIB base OS element.
|
||||
#kolla_bifrost_dib_os_element:
|
||||
|
||||
# DIB image OS release.
|
||||
#kolla_bifrost_dib_os_release:
|
||||
|
||||
# List of DIB elements.
|
||||
#kolla_bifrost_dib_elements:
|
||||
|
||||
|
@@ -14,6 +14,13 @@
|
||||
# 'source'.
|
||||
#kolla_source_version:
|
||||
|
||||
# URL of Kolla Ansible source code repository if type is 'source'.
|
||||
#kolla_ansible_source_url:
|
||||
|
||||
# Version (branch, tag, etc.) of Kolla Ansible source code repository if type
|
||||
# is 'source'.
|
||||
#kolla_ansible_source_version:
|
||||
|
||||
###############################################################################
|
||||
# Kolla configuration.
|
||||
|
||||
@@ -83,6 +90,17 @@
|
||||
#kolla_enable_vmtp:
|
||||
#kolla_enable_watcher:
|
||||
|
||||
###############################################################################
|
||||
# Passwords and credentials.
|
||||
|
||||
# Dictionary containing default custom passwords to add or override in the
|
||||
# Kolla passwords file.
|
||||
#kolla_ansible_default_custom_passwords:
|
||||
|
||||
# Dictionary containing custom passwords to add or override in the Kolla
|
||||
# passwords file.
|
||||
#kolla_ansible_custom_passwords:
|
||||
|
||||
###############################################################################
|
||||
# Dummy variable to allow Ansible to accept this file.
|
||||
workaround_ansible_issue_8743: yes
|
||||
|
Reference in New Issue
Block a user