Merge "Disable "wait_for_external_config" while applying 9.x"

This commit is contained in:
Jenkins 2016-08-09 12:05:48 +00:00 committed by Gerrit Code Review
commit fc71315817
1 changed files with 9 additions and 0 deletions

View File

@ -672,6 +672,15 @@ class EnvironmentModel(object):
logger.info('{0} package(s) were updated'.format(updates_count))
# this is temporary solution for disabling 50min timeout;
# should be removed when the main script for 9.0->9.x will be merged
self.ssh_manager.execute_on_remote(
ip=self.ssh_manager.admin_ip,
cmd='sed -i '
'"s/wait_for_external_config=yes/wait_for_external_config=no/"'
' /etc/fuel/bootstrap_admin_node.conf')
# end of temporary solution
cmd = 'bootstrap_admin_node.sh;'
self.ssh_manager.execute_on_remote(