Merge "Set EnablePacemaker == false be default"
[apex-tripleo-heat-templates.git] / puppet / hieradata / controller.yaml
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
7
8 rabbitmq::delete_guest_user: false
9 rabbitmq::wipe_db_on_cookie_change: true
10 rabbitmq::port: '5672'
11 rabbitmq::package_source: undef
12 rabbitmq::repos_ensure: false
13
14 mongodb::server::replset: tripleo
15
16 redis::port: 6379
17 redis::sentinel::master_name: "%{hiera('bootstrap_nodeid')}"
18 redis::sentinel::redis_host: "%{hiera('bootstrap_nodeid_ip')}"
19 redis::sentinel::notification_script: '/usr/local/bin/redis-notifications.sh'
20
21 # service tenant
22 nova::api::admin_tenant_name: 'service'
23 glance::api::keystone_tenant: 'service'
24 glance::registry::keystone_tenant: 'service'
25 neutron::server::auth_tenant: 'service'
26 neutron::agents::metadata::auth_tenant: 'service'
27 cinder::api::keystone_tenant: 'service'
28 swift::proxy::authtoken::admin_tenant_name: 'service'
29 ceilometer::api::keystone_tenant: 'service'
30 heat::keystone_tenant: 'service'
31
32 #swift
33 swift::proxy::pipeline:
34   - 'catch_errors'
35   - 'healthcheck'
36   - 'cache'
37   - 'ratelimit'
38   - 'tempurl'
39   - 'formpost'
40   - 'staticweb'
41   - 'ceilometer'
42   - 'authtoken'
43   - 'keystone'
44   - 'proxy-logging'
45   - 'proxy-server'
46
47 swift::proxy::account_autocreate: true
48
49 # glance
50 glance::api::pipeline: 'keystone'
51 glance::api::known_stores:
52   - glance.store.filesystem.Store
53   - glance.store.swift.Store
54 glance::registry::pipeline: 'keystone'
55 glance::registry::manage_service: true
56 glance::backend::swift::swift_store_create_container_on_put: true
57
58 # neutron
59 neutron::core_plugin: 'ml2'
60 neutron::service_plugins:
61   - 'neutron.services.l3_router.l3_router_plugin.L3RouterPlugin'
62 neutron::dhcp_agents_per_network: 2
63 neutron::plugins::ml2::tunnel_id_ranges:
64   - '1:1000'
65 neutron::server::sync_db: true
66 neutron::agents::dhcp::dnsmasq_config_file: /etc/neutron/dnsmasq-neutron.conf
67
68 # nova
69 nova::notify_on_state_change: 'vm_and_task_state'
70 nova::api::osapi_v3: true
71
72 # cinder
73 cinder::scheduler::scheduler_driver: cinder.scheduler.filter_scheduler.FilterScheduler
74
75 # heat
76 heat::engine::heat_stack_user_role: ''
77 heat::engine::configure_delegated_roles: false
78 heat::engine::trusts_delegated_roles: []
79
80 # pacemaker
81 pacemaker::corosync::cluster_name: 'tripleo_cluster'
82 pacemaker::corosync::manage_fw: false
83
84 mysql::server::manage_config_file: true
85
86 tripleo::loadbalancer::keystone_admin: true
87 tripleo::loadbalancer::keystone_public: true
88 tripleo::loadbalancer::neutron: true
89 tripleo::loadbalancer::cinder: true
90 tripleo::loadbalancer::glance_api: true
91 tripleo::loadbalancer::glance_registry: true
92 tripleo::loadbalancer::nova_ec2: true
93 tripleo::loadbalancer::nova_osapi: true
94 tripleo::loadbalancer::nova_metadata: true
95 tripleo::loadbalancer::nova_novncproxy: true
96 tripleo::loadbalancer::mysql: true
97 tripleo::loadbalancer::rabbitmq: true
98 tripleo::loadbalancer::redis: true
99 tripleo::loadbalancer::swift_proxy_server: true
100 tripleo::loadbalancer::ceilometer: true
101 tripleo::loadbalancer::heat_api: true
102 tripleo::loadbalancer::heat_cloudwatch: true
103 tripleo::loadbalancer::heat_cfn: true