Categorize variables in etc/globals.yml

TrivialFix

Change-Id: I80211350c1c72d90168eba818d3c232c8e594b79
This commit is contained in:
Michal Rostecki 2016-02-01 10:11:14 +01:00
parent 1a3b4adf11
commit 124dbabc88

View File

@ -1,13 +1,31 @@
---
# You can use this file to override _any_ variable throughout Kolla-Mesos.
# Additional options can be found in the 'kolla-mesos/config/all.yml' file.
network_interface: "eth2"
docker_registry: "operator.local:5000"
docker_namespace: "kollaglue"
####################
# Kolla options
####################
config_strategy: "COPY_ONCE"
kolla_base_distro: "centos"
kolla_install_type: "binary"
openstack_release: "2.0.0"
config_strategy: "COPY_ONCE"
kolla_internal_address: "10.10.10.254"
ansible_task_cmd: "/usr/bin/ansible localhost -vvv"
####################
# Docker options
####################
docker_registry: "operator.local:5000"
docker_namespace: "kollaglue"
####################
# Networking options
####################
network_interface: "eth2"
neutron_external_interface: "eth2"
####################
# OpenStack options
####################
openstack_release: "2.0.0"
init_log_level: "debug"
database_max_timeout: 60