From ac1131a17dbbc47919dae59d661aee5604554f5f Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 17 Feb 2017 18:05:43 +0000 Subject: [PATCH] Add kolla-ansible Ocata split support & custom passwords --- etc/kayobe/bifrost.yml | 3 +++ etc/kayobe/kolla.yml | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/etc/kayobe/bifrost.yml b/etc/kayobe/bifrost.yml index d88eeab..a9860f9 100644 --- a/etc/kayobe/bifrost.yml +++ b/etc/kayobe/bifrost.yml @@ -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: diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 43bed55..90c0f91 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -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