Hide Forgot
Created attachment 1208834 [details] log Description of problem: Try to deploy undercloud (on Baremetal) and set ssl option by mistake (as a result no certification set) the undercloud deployment failed and there is no clear message in log that the reason for that is ssl parameter. Version-Release number of selected component (if applicable): [stack@puma07 ~]$ rpm -qa |grep instack instack-0.0.8-3.el7ost.noarch instack-undercloud-4.0.0-13.el7ost.noarch rhos-9 How reproducible: always Steps to Reproduce: 1.deploy undercloud and set undercloud_service_certificate = /etc/pki/instack-certs/undercloud.pem without certification 2.the deployment will fail with this error : 2016-10-10 09:26:50,103 INFO: + echo 'puppet apply exited with exit code 6' 2016-10-10 09:26:50,103 INFO: puppet apply exited with exit code 6 2016-10-10 09:26:50,103 INFO: + '[' 6 '!=' 2 -a 6 '!=' 0 ']' 2016-10-10 09:26:50,104 INFO: + exit 6 2016-10-10 09:26:50,104 INFO: [2016-10-10 09:26:50,103] (os-refresh-config) [ERROR] during configure phase. [Command '['dib-run-parts', '/usr/libexec/os-refresh-config/configure.d']' returned non-zero exit status 6] 2016-10-10 09:26:50,104 INFO: 2016-10-10 09:26:50,104 INFO: [2016-10-10 09:26:50,103] (os-refresh-config) [ERROR] Aborting... 3. Actual results: Expected results: Additional info: