7da0b2a80c
Initial support for Nova in Ansible Partially-Implements: blueprint ansible-service Change-Id: I4b0a74bd3e5daa5664f5e1e622bfb40c3285949e
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
---
|
|
# The options in this file can be overridden in 'globals.yml', but typically
|
|
# shouldn't be modified. A comment describing why the option exists should be
|
|
# included before each option.
|
|
|
|
# Ansible Docker module bug. This can be removed when Ansible 2.0 arrives
|
|
# https://github.com/ansible/ansible-modules-core/issues/1227
|
|
docker_api_version: "1.18"
|
|
|
|
# TODO(SamYaple): remove references to these variables in Ansible
|
|
kolla_directory: "/usr/share/kolla"
|
|
koalla_directory: "/usr/share/kolla"
|
|
|
|
# The "temp" files that are created before merge need to stay persistent due
|
|
# to the fact that ansible will register a "change" if it has to create them
|
|
# again. Persistent files allow for idempotency
|
|
node_templates_directory: "/usr/share/kolla/templates"
|
|
|
|
# The directory to store the config files on the destination node
|
|
node_config_directory: "/opt/kolla/config"
|
|
|
|
# All services have ports that need to be referenced on a global scale between
|
|
# the different services. This prevents setting the ports in the defaults for
|
|
# each role.
|
|
|
|
keystone_public_port: "5000"
|
|
keystone_admin_port: "35357"
|
|
|
|
glance_api_port: "9292"
|
|
glance_registry_port: "9191"
|
|
|
|
nova_api_port: "8774"
|
|
|
|
neutron_server_port: "9696"
|