Fix for enabling use of MOS7
Support Zabbix 2.5.1 plugin on MOS7, MOS8 and MOS9 Update fuel-devops to 2.9.23 like all branches of fuel-qa Change-Id: I176c6a921dfd53ce83b860e0259ab63a850df1f5
This commit is contained in:
committed by
Olivier Bourdon
parent
2456d7fe6e
commit
078a76b013
@@ -240,7 +240,7 @@ class PluginHelper(object):
|
||||
|
||||
def deploy_cluster(self, nodes_roles, verify_network=False,
|
||||
update_interfaces=True, check_services=True,
|
||||
timeout=settings.DEPLOYMENT_TIMEOUT):
|
||||
timeout=getattr(settings, 'DEPLOYMENT_TIMEOUT', 7800)):
|
||||
"""Assign roles to nodes and deploy the cluster.
|
||||
|
||||
:param nodes_roles: nodes to roles mapping.
|
||||
|
||||
Reference in New Issue
Block a user