diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-02-26 18:09:14 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-02-28 13:16:43 +0400 |
commit | 4e4b7928649577beed448004acb9ed5f33700301 (patch) | |
tree | 9e88bcd185094c95d3c75ae63d424717a8edc327 /mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml | |
parent | ac56d7b14f46b05f497b3dca4b6a4b0bfedd83e2 (diff) |
Tune up nova/neutron intervals
Also re-align resources for virtual scenarios.
Change-Id: Id0d55407fd5b1720a24e30c364219f8b08e89d06
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml index 41841c922..15418c71e 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute.yml @@ -27,6 +27,7 @@ parameters: libvirt_bin: /etc/default/libvirtd disk_cachemodes: file=directsync,block=none vncproxy_url: http://${_param:cluster_vip_address}:6080 + heal_instance_info_cache_interval: 300 bind: vnc_address: ${_param:single_address} network: @@ -43,6 +44,7 @@ parameters: notification: true vlan_aware_vms: true root_helper_daemon: false + report_interval: 120 agent_mode: ${_param:neutron_compute_agent_mode} message_queue: host: ${_param:openstack_control_address} |