in VM environment (vmware workstation), Fuel can not deploy openstack with ironic_upload_images task failed on controller node. the "ironic_upload_images task" take about 245.13 seconds. how to increase the task timeout value?? Steps: 1. Create cluster 2. Add 1 node with controller 3. Add 1 node with compute + ironic role 4. Add 1 nodes with ironic role 5. Deploy the cluster Error logs : Graph execution failed with error: 'All nodes are finished. Failed tasks: Task[ironic_upload_images/27] Stopping the deployment process!'.Please check deployment history for more details. Node 'Untitled (b2:c3)' failed: Task ironic_upload_images failed on node 27 [root@fuel ~]# vim /var/log/astute/astute.log 2016-12-25 02:43:33 INFO [1774] Deployment summary: time was spent 03:05:35 2016-12-25 02:43:33 INFO [1774] Casting message to Nailgun: {"method"=>"transaction_resp", "args"=> {"task_uuid"=>"2d2b76df-7123-4a5e-896f-07579be11b94", "status"=>"error", "progress"=>100, "error"=> "All nodes are finished. Failed tasks: Task[ironic_upload_images/27] Stopping the deployment process!"}} root@node-27:~# vim /var/log/puppet.log 2016-12-25 02:41:13 +0000 Scope(Class[main]) (notice): MODULAR: ironic_upload_images 2016-12-25 02:41:14 +0000 Puppet (notice): Compiled catalog for node-27.domain.tld in environment production in 1.02 seconds 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): /usr/bin/glance image-create --name 'ironic-deploy-linux' --visibility 'public' --protected 'true' --container-format='aki' --disk-format='aki' --min-ram='2048' --file '/tmp/tmp_img20161225-121611-tn05j9' 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): Image 'ironic-deploy-linux' was uploaded from 'http://192.168.147.50:8080/bootstrap/ironic/3/vmlinuz' 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): +------------------+--------------------------------------+ 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | Property | Value | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): +------------------+--------------------------------------+ 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | checksum | 2a003e3a535531908e858ed2000e5508 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | container_format | aki | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | created_at | 2016-12-25T02:42:30Z | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | disk_format | aki | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | id | 90ddb41e-1d32-4af8-875a-c917023f10d9 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | min_disk | 0 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | min_ram | 2048 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | name | ironic-deploy-linux | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | owner | 331b56357b304a32b2de3c2388e22853 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | protected | True | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | size | 7067152 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | status | active | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | tags | [] | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | updated_at | 2016-12-25T02:42:37Z | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | virtual_size | None | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | visibility | public | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): +------------------+--------------------------------------+ 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): /usr/bin/glance image-create --name 'ironic-deploy-initramfs' --visibility 'public' --protected 'true' --container-format='ari' --disk-format='ari' --min-ram='2048' --file '/tmp/tmp_img20161225-121611-hcyz7y' 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): Image 'ironic-deploy-initramfs' was uploaded from 'http://192.168.147.50:8080/bootstrap/ironic/3/initrd.img' 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): +------------------+--------------------------------------+ 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | Property | Value | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): +------------------+--------------------------------------+ 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | checksum | 54ccf4f252b58ac5b6e31e88dfb9a251 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | container_format | ari | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | created_at | 2016-12-25T02:42:59Z | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | disk_format | ari | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | id | 0c575d06-9c06-4f14-9f9c-f4ee8a555bcf | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | min_disk | 0 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | min_ram | 2048 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | name | ironic-deploy-initramfs | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | owner | 331b56357b304a32b2de3c2388e22853 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | protected | True | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | size | 25737484 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | status | active | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | tags | [] | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | updated_at | 2016-12-25T02:43:11Z | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | virtual_size | None | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | visibility | public | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): +------------------+--------------------------------------+ 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): /usr/bin/glance image-create --name 'ironic-deploy-squashfs' --visibility 'public' --protected 'true' --container-format='ari' --disk-format='ari' --min-ram='2048' --file '/tmp/tmp_img20161225-121611-kfwv1m' 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): Image 'ironic-deploy-squashfs' was uploaded from 'http://192.168.147.50:8080/bootstrap/ironic/3/root.squashfs' 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): +------------------+--------------------------------------+ 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | Property | Value | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): +------------------+--------------------------------------+ 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | checksum | 95cba6af1ba298f9cae4f27853686893 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | container_format | ari | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | created_at | 2016-12-25T02:44:44Z | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | disk_format | ari | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | id | 92fe6ca4-5a2b-4cac-ad2e-d314ac59fe38 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | min_disk | 0 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | min_ram | 2048 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | name | ironic-deploy-squashfs | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | owner | 331b56357b304a32b2de3c2388e22853 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | protected | True | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | size | 305647616 | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | status | active | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | tags | [] | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | updated_at | 2016-12-25T02:45:28Z | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | virtual_size | None | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): | visibility | public | 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): +------------------+--------------------------------------+ 2016-12-25 02:45:30 +0000 /Stage[main]/Main/Exec[ironic_upload_images_shell]/returns (notice): executed successfully 2016-12-25 02:45:37 +0000 Puppet (notice): Finished catalog run in 245.13 seconds