| applications: |
| - nova |
| classes: |
| - service.nova.support |
| parameters: |
| _param: |
| nova_vncproxy_url: http://${_param:single_address}:6080 |
| nova_networking: default |
| openstack_log_appender: false |
| openstack_fluentd_handler_enabled: false |
| openstack_ossyslog_handler_enabled: false |
| nova_rpc_response_timeout: 30 |
| nova: |
| controller: |
| enabled: true |
| networking: ${_param:nova_networking} |
| version: ${_param:nova_version} |
| vncproxy_url: ${_param:nova_vncproxy_url} |
| security_group: false |
| dhcp_domain: novalocal |
| scheduler_default_filters: "DifferentHostFilter,SameHostFilter,RetryFilter,AvailabilityZoneFilter,RamFilter,CoreFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,PciPassthroughFilter,NUMATopologyFilter,AggregateInstanceExtraSpecsFilter" |
| cpu_allocation_ratio: 16.0 |
| ram_allocation_ratio: 1.5 |
| disk_allocation_ratio: 1.0 |
| workers: 8 |
| bind: |
| private_address: ${_param:cluster_local_address} |
| public_address: ${_param:cluster_vip_address} |
| public_name: ${_param:cluster_vip_address} |
| novncproxy_port: 6080 |
| database: |
| engine: mysql |
| host: ${_param:cluster_vip_address} |
| port: 3306 |
| name: nova |
| user: nova |
| password: ${_param:mysql_nova_password} |
| identity: |
| engine: keystone |
| region: RegionOne |
| host: ${_param:cluster_vip_address} |
| port: 35357 |
| user: nova |
| password: ${_param:keystone_nova_password} |
| tenant: service |
| logging: |
| log_appender: ${_param:openstack_log_appender} |
| log_handlers: |
| watchedfile: |
| enabled: true |
| fluentd: |
| enabled: ${_param:openstack_fluentd_handler_enabled} |
| ossyslog: |
| enabled: ${_param:openstack_ossyslog_handler_enabled} |
| message_queue: |
| engine: rabbitmq |
| host: ${_param:cluster_vip_address} |
| port: 5672 |
| rpc_response_timeout: ${_param:nova_rpc_response_timeout} |
| user: openstack |
| password: ${_param:rabbitmq_openstack_password} |
| virtual_host: '/openstack' |
| glance: |
| host: ${_param:cluster_vip_address} |
| port: 9292 |
| network: |
| engine: neutron |
| region: RegionOne |
| host: ${_param:cluster_vip_address} |
| port: 9696 |
| mtu: 1500 |
| retry: 3 |
| metadata: |
| password: metadataPass |
| cache: |
| engine: memcached |
| # NOTE (dukov) Do not change this unless you 100% sure what you are doing |
| expiration_time: 600 |
| backend_argument: |
| # NOTE (dukov) WARNING! This parameter depends on expiration_time. |
| # Value of 'memcached_expire_time' must be bigger than 'expiration_time' |
| memcached_expire_time: |
| value: 660 |
| members: |
| - host: ${_param:cluster_node01_address} |
| port: 11211 |
| - host: ${_param:cluster_node02_address} |
| port: 11211 |
| - host: ${_param:cluster_node03_address} |
| port: 11211 |