Add kolla-ansible Ocata split support & custom passwords

This commit is contained in:
Mark Goddard 2017-02-17 18:05:43 +00:00
parent 9e4655f0fd
commit ac1131a17d
2 changed files with 21 additions and 0 deletions

View File

@ -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:

View File

@ -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