Synchronise config with kayobe-config

Synchronises changes made to kayobe-config that were not synced back to kayobe.

Change-Id: Ib5946ef9423818ebc76cc89d1662cf0076e2f288
This commit is contained in:
Mark Goddard 2018-10-10 11:17:54 +01:00
parent ebf93b8dc1
commit 43db47305c
4 changed files with 8 additions and 14 deletions

View File

@ -1,12 +0,0 @@
---
# Switch configuration.
###############################################################################
# Interface configuration.
# Interface configuration. Dict mapping switch interface names to configuration
# dicts. Each dict contains a description item and a 'config' item which should
# contain a list of per-interface configuration.
# Generally this should be configured on a per-switch basis via a host_vars
# file.
switch_interface_config: {}

View File

@ -1,2 +1,8 @@
---
# Add extra Kolla global configuration here.
# Although Kolla-Ansible provides full support for Fernet tokens, it still
# defaults to UUID. This setting overrides K-A and brings it in-line with
# Keystone's default.
#
keystone_token_provider: 'fernet'

View File

@ -23,7 +23,7 @@
# Dict of monitoring node BIOS options. Format is same as that used by
# stackhpc.drac role.
#monitoring_bios_config:
#monitoring_bios_config:
# Dict of default monitoring node BIOS options. Format is same as that used by
# stackhpc.drac role.

View File

@ -34,7 +34,7 @@
#overcloud_host_image_workaround_cloud_init_enabled:
# cloud-init repository for overcloud_host_image_workaround_cloud_init_enabled
#overcloud_host_image_workaround_cloud_init_repo: https://stackhpc.github.io/cloud-init-repo/
#overcloud_host_image_workaround_cloud_init_repo:
###############################################################################
# Dummy variable to allow Ansible to accept this file.