fuel-library/deployment/puppet/osnailyfacter/modular/netconfig/tasks.yaml
Alex Schultz e2845376be Increase repo url availability timeout values
In order to improve the experiance when deploying nodes on slow or
congested network links, we need to increase the values of the
timeouts for our url availability check. We are increasing them from
5 seconds for the open and read timeouts to 60 seconds. Additionally
we are increasing the overall timeout on the check to 180 seconds. We
are also increasing the task timeout from 600 seconds to 3600 seconds.

Change-Id: Ibd4e87fbf3a27d1fca1bcad39ee9f534c9a92f60
Closes-Bug: 1456805
Related-Bug: 1261940
2015-05-19 16:23:46 -05:00

25 lines
951 B
YAML

- id: netconfig
type: puppet
groups: [primary-controller, controller, cinder, cinder-vmware, compute, ceph-osd, zabbix-server, primary-mongo, mongo]
required_for: [deploy_end]
requires: [tools]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/netconfig/netconfig.pp
puppet_modules: /etc/puppet/modules
timeout: 3600
test_pre:
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/netconfig/netconfig_pre.rb
test_post:
cmd: ruby /etc/puppet/modules/osnailyfacter/modular/netconfig/netconfig_post.rb
- id: connectivity_tests
type: puppet
groups: [primary-controller, controller, cinder, cinder-vmware, compute, ceph-osd, zabbix-server, primary-mongo, mongo]
required_for: [firewall, hosts]
requires: [netconfig]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/netconfig/connectivity_tests.pp
puppet_modules: /etc/puppet/modules
timeout: 3600
cwd: /