444d3ba902
Exposing 'instance_name_template' to be set via extra config for nuage-metadata-agent to function Making nova::api::admin_tenant_name available on the compute node which is required by nuage-metadata-agent service Making KeystonePublicApiVirtualIP available on the compute node, which is used by the nuage-metadata-agent to build the auth-url Change-Id: I9736015e18cebf32b07940bf559063b60085f2fb
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
# Common Hiera data gets applied to all nodes
|
|
ssh::server::storeconfigs_enabled: false
|
|
|
|
# ceilometer settings used by compute and controller ceilo auth settings
|
|
ceilometer::agent::auth::auth_region: 'regionOne'
|
|
# FIXME: Might be better to use 'service' tenant here but this requires
|
|
# changes in the tripleo-incubator keystone role setup
|
|
ceilometer::agent::auth::auth_tenant_name: 'admin'
|
|
|
|
nova::api::admin_tenant_name: 'service'
|
|
nova::network::neutron::neutron_admin_tenant_name: 'service'
|
|
nova::network::neutron::neutron_admin_username: 'neutron'
|
|
nova::network::neutron::dhcp_domain: ''
|
|
|
|
neutron::allow_overlapping_ips: true
|
|
|
|
sysctl_settings:
|
|
net.ipv4.tcp_keepalive_intvl:
|
|
value: 1
|
|
net.ipv4.tcp_keepalive_probes:
|
|
value: 5
|
|
net.ipv4.tcp_keepalive_time:
|
|
value: 5
|
|
|
|
nova::rabbit_heartbeat_timeout_threshold: 60
|
|
neutron::rabbit_heartbeat_timeout_threshold: 60
|
|
cinder::rabbit_heartbeat_timeout_threshold: 60
|
|
ceilometer::rabbit_heartbeat_timeout_threshold: 60
|
|
heat::rabbit_heartbeat_timeout_threshold: 60
|
|
keystone::rabbit_heartbeat_timeout_threshold: 60
|
|
|
|
nova::cinder_catalog_info: 'volumev2:cinderv2:internalURL'
|