1 # Hiera data here applies to all controller nodes
3 nova::api::enabled: true
4 nova::conductor::enabled: true
5 nova::consoleauth::enabled: true
6 nova::vncproxy::enabled: true
7 nova::scheduler::enabled: true
10 rabbitmq::delete_guest_user: false
11 rabbitmq::wipe_db_on_cookie_change: true
12 rabbitmq::port: '5672'
13 rabbitmq::package_source: undef
14 rabbitmq::repos_ensure: false
16 RABBITMQ_NODENAME: "rabbit@%{::hostname}"
17 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>>}]"'
18 rabbitmq_kernel_variables:
19 inet_dist_listen_min: '35672'
20 inet_dist_listen_max: '35672'
21 rabbitmq_config_variables:
22 tcp_listen_options: '[binary, {packet, raw}, {reuseaddr, true}, {backlog, 128}, {nodelay, true}, {exit_on_close, false}, {keepalive, true}]'
23 cluster_partition_handling: 'pause_minority'
25 mongodb::server::replset: tripleo
26 mongodb::server::journal: false
29 redis::sentinel::master_name: "%{hiera('bootstrap_nodeid')}"
30 redis::sentinel::redis_host: "%{hiera('bootstrap_nodeid_ip')}"
31 redis::sentinel::notification_script: '/usr/local/bin/redis-notifications.sh'
34 keystone::roles::admin::email: 'root@localhost'
37 glance::api::keystone_tenant: 'service'
38 glance::registry::keystone_tenant: 'service'
39 neutron::server::auth_tenant: 'service'
40 neutron::agents::metadata::auth_tenant: 'service'
41 neutron::agents::l3::router_delete_namespaces: True
42 neutron::agents::dhcp::dhcp_delete_namespaces: True
43 cinder::api::keystone_tenant: 'service'
44 swift::proxy::authtoken::admin_tenant_name: 'service'
45 ceilometer::api::keystone_tenant: 'service'
46 heat::keystone_tenant: 'service'
47 sahara::admin_tenant_name: 'service'
50 keystone::cron::token_flush::maxdelay: 3600
51 keystone::roles::admin::service_tenant: 'service'
52 keystone::roles::admin::admin_tenant: 'admin'
53 keystone::cron::token_flush::destination: '/dev/null'
54 keystone::config::keystone_config:
55 DEFAULT/secure_proxy_ssl_header:
56 value: 'HTTP_X_FORWARDED_PROTO'
58 value: 'keystone.contrib.ec2.backends.sql.Ec2'
59 keystone::service_name: 'httpd'
60 keystone::wsgi::apache::ssl: false
63 swift::proxy::pipeline:
76 swift::proxy::account_autocreate: true
79 glance::api::pipeline: 'keystone'
80 glance::api::show_image_direct_url: true
81 glance::registry::pipeline: 'keystone'
82 glance::backend::swift::swift_store_create_container_on_put: true
83 glance::backend::rbd::rbd_store_user: 'openstack'
84 glance_file_pcmk_directory: '/var/lib/glance/images'
87 neutron::server::sync_db: true
88 neutron::agents::dhcp::dnsmasq_config_file: /etc/neutron/dnsmasq-neutron.conf
91 nova::notify_on_state_change: 'vm_and_task_state'
92 nova::api::default_floating_pool: 'public'
93 nova::api::osapi_v3: true
94 nova::api::sync_db_api: true
95 nova::scheduler::filter::ram_allocation_ratio: '1.0'
96 nova::cron::archive_deleted_rows::hour: '*/12'
97 nova::cron::archive_deleted_rows::destination: '/dev/null'
98 nova::notification_driver: messaging
101 ceilometer::agent::auth::auth_endpoint_type: 'internalURL'
104 cinder::scheduler::scheduler_driver: cinder.scheduler.filter_scheduler.FilterScheduler
105 cinder::cron::db_purge::destination: '/dev/null'
106 cinder::host: hostgroup
107 cinder_user_enabled_backends: []
110 heat::engine::configure_delegated_roles: false
111 heat::engine::trusts_delegated_roles: []
112 heat::instance_user: ''
113 heat::cron::purge_deleted::age: 30
114 heat::cron::purge_deleted::age_type: 'days'
115 heat::cron::purge_deleted::maxdelay: 3600
116 heat::cron::purge_deleted::destination: '/dev/null'
117 heat::keystone::domain::domain_name: 'heat_stack'
118 heat::keystone::domain::domain_admin: 'heat_stack_domain_admin'
119 heat::keystone::domain::domain_admin_email: 'heat_stack_domain_admin@localhost'
122 pacemaker::corosync::cluster_name: 'tripleo_cluster'
123 pacemaker::corosync::manage_fw: false
124 pacemaker::resource_defaults::defaults:
125 resource-stickiness: { value: INFINITY }
128 horizon::cache_backend: django.core.cache.backends.memcached.MemcachedCache
129 horizon::django_session_engine: 'django.contrib.sessions.backends.cache'
130 horizon::vhost_extra_params:
135 mysql::server::manage_config_file: true
138 tripleo::loadbalancer::keystone_admin: true
139 tripleo::loadbalancer::keystone_public: true
140 tripleo::loadbalancer::neutron: true
141 tripleo::loadbalancer::cinder: true
142 tripleo::loadbalancer::glance_api: true
143 tripleo::loadbalancer::glance_registry: true
144 tripleo::loadbalancer::nova_ec2: true
145 tripleo::loadbalancer::nova_osapi: true
146 tripleo::loadbalancer::nova_metadata: true
147 tripleo::loadbalancer::nova_novncproxy: true
148 tripleo::loadbalancer::mysql: true
149 tripleo::loadbalancer::redis: true
150 tripleo::loadbalancer::sahara: true
151 tripleo::loadbalancer::swift_proxy_server: true
152 tripleo::loadbalancer::ceilometer: true
153 tripleo::loadbalancer::heat_api: true
154 tripleo::loadbalancer::heat_cloudwatch: true
155 tripleo::loadbalancer::heat_cfn: true
156 tripleo::loadbalancer::horizon: true
158 controller_classes: []
160 tripleo::firewall::firewall_rules:
161 '101 mongodb_config':
163 '102 mongodb_sharding':
214 '114 neutron server':
218 '115 neutron dhcp input':
221 '116 neutron dhcp output':
225 '118 neutron vxlan networks':
232 '120 iscsi initiator':