1 # Hiera data here applies to all controller nodes
2 nova::api::enabled: true
3 nova::conductor::enabled: true
4 nova::consoleauth::enabled: true
5 nova::vncproxy::enabled: true
6 nova::scheduler::enabled: true
9 rabbitmq::delete_guest_user: false
10 rabbitmq::wipe_db_on_cookie_change: true
11 rabbitmq::port: '5672'
12 rabbitmq::package_source: undef
13 rabbitmq::repos_ensure: false
15 RABBITMQ_NODENAME: "rabbit@%{::hostname}"
16 RABBITMQ_SERVER_ERL_ARGS: '"+K true +A30 +P 1048576 -kernel inet_default_connect_options [{nodelay,true},{raw,6,18,<<5000:64/native>>}] -kernel inet_default_listen_options [{raw,6,18,<<5000:64/native>>}]"'
17 rabbitmq_kernel_variables:
18 inet_dist_listen_min: '35672'
19 inet_dist_listen_max: '35672'
20 rabbitmq_config_variables:
21 tcp_listen_options: '[binary, {packet, raw}, {reuseaddr, true}, {backlog, 128}, {nodelay, true}, {exit_on_close, false}, {keepalive, true}]'
22 cluster_partition_handling: 'pause_minority'
24 mongodb::server::replset: tripleo
27 redis::sentinel::master_name: "%{hiera('bootstrap_nodeid')}"
28 redis::sentinel::redis_host: "%{hiera('bootstrap_nodeid_ip')}"
29 redis::sentinel::notification_script: '/usr/local/bin/redis-notifications.sh'
32 nova::api::admin_tenant_name: 'service'
33 glance::api::keystone_tenant: 'service'
34 glance::registry::keystone_tenant: 'service'
35 neutron::server::auth_tenant: 'service'
36 neutron::agents::metadata::auth_tenant: 'service'
37 cinder::api::keystone_tenant: 'service'
38 swift::proxy::authtoken::admin_tenant_name: 'service'
39 ceilometer::api::keystone_tenant: 'service'
40 heat::keystone_tenant: 'service'
43 swift::proxy::pipeline:
56 swift::proxy::account_autocreate: true
59 glance::api::pipeline: 'keystone'
60 glance::registry::pipeline: 'keystone'
61 glance::backend::swift::swift_store_create_container_on_put: true
62 glance::backend::rbd::rbd_store_user: 'openstack'
65 neutron::core_plugin: 'ml2'
66 neutron::service_plugins:
67 - 'neutron.services.l3_router.l3_router_plugin.L3RouterPlugin'
68 neutron::server::sync_db: true
69 neutron::agents::dhcp::dnsmasq_config_file: /etc/neutron/dnsmasq-neutron.conf
72 nova::notify_on_state_change: 'vm_and_task_state'
73 nova::api::osapi_v3: true
76 cinder::scheduler::scheduler_driver: cinder.scheduler.filter_scheduler.FilterScheduler
79 heat::engine::configure_delegated_roles: false
80 heat::engine::trusts_delegated_roles: []
83 pacemaker::corosync::cluster_name: 'tripleo_cluster'
84 pacemaker::corosync::manage_fw: false
87 horizon::allowed_hosts: '*'
88 horizon::django_session_engine: 'django.contrib.sessions.backends.cache'
91 mysql::server::manage_config_file: true
94 tripleo::loadbalancer::keystone_admin: true
95 tripleo::loadbalancer::keystone_public: true
96 tripleo::loadbalancer::neutron: true
97 tripleo::loadbalancer::cinder: true
98 tripleo::loadbalancer::glance_api: true
99 tripleo::loadbalancer::glance_registry: true
100 tripleo::loadbalancer::nova_ec2: true
101 tripleo::loadbalancer::nova_osapi: true
102 tripleo::loadbalancer::nova_metadata: true
103 tripleo::loadbalancer::nova_novncproxy: true
104 tripleo::loadbalancer::mysql: true
105 tripleo::loadbalancer::redis: true
106 tripleo::loadbalancer::swift_proxy_server: true
107 tripleo::loadbalancer::ceilometer: true
108 tripleo::loadbalancer::heat_api: true
109 tripleo::loadbalancer::heat_cloudwatch: true
110 tripleo::loadbalancer::heat_cfn: true
111 tripleo::loadbalancer::horizon: true
113 controller_classes: []