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-ha | |
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-ha')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml | 3 | ||||
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml index 93acf13e8..0416d26db 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml @@ -72,10 +72,13 @@ parameters: gateway: vlan_aware_vms: true root_helper_daemon: false + dhcp_lease_duration: 3600 + report_interval: 120 nova: compute: disk_cachemodes: file=directsync,block=none preallocate_images: space + heal_instance_info_cache_interval: 300 barbican: enabled: ${_param:barbican_integration_enabled} image: diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 index 0770f5c45..9cb54da7e 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 @@ -87,6 +87,7 @@ parameters: <<: *db_conn_recycle_time vlan_aware_vms: true root_helper_daemon: false + agent_down_time: 300 global_physnet_mtu: ${_param:interface_mtu} backend: external_mtu: ${_param:interface_mtu} |