summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-09-16 02:08:41 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-16 02:08:41 +0000
commitfb29c048fc1e0da14cc3318e4c1a76d1258f2b83 (patch)
treeed1edf4f0e9460072c7d4da74d2a098615379e2f
parent37d2dc147574a6d5bdd5cae44e2ac02f8cac4d59 (diff)
parentb23aabab1bb5d6fb88e035897f08cdf864d69eac (diff)
Merge "Increase ironic undercloud timouts"
-rwxr-xr-xlib/undercloud-functions.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/undercloud-functions.sh b/lib/undercloud-functions.sh
index 177fe443..d2ba6bca 100755
--- a/lib/undercloud-functions.sh
+++ b/lib/undercloud-functions.sh
@@ -206,6 +206,8 @@ if [[ "$net_isolation_enabled" == "TRUE" ]]; then
openstack-config --set undercloud.conf DEFAULT inspection_iprange ${admin_network_introspection_range}
openstack-config --set undercloud.conf DEFAULT undercloud_debug false
openstack-config --set undercloud.conf DEFAULT undercloud_hostname "undercloud.${domain_name}"
+ sudo openstack-config --set /etc/ironic/ironic.conf disk_utils iscsi_verify_attempts 30
+ sudo openstack-config --set /etc/ironic/ironic.conf disk_partitioner check_device_max_retries 40
fi