cloudify-manager-blueprints
cloudify-manager-blueprints copied to clipboard
vsphere blueprint manager ssl error
Hi, I'm tryng to bootstrap with vsphere but I've this error:
Processing inputs source: vsphere-manager-blueprint-inputs.yaml
2016-07-12 10:29:27 CFY <manager> Starting 'install' workflow execution
2016-07-12 10:29:28 CFY <manager> [connection_configuration_c17ed] Creating node
2016-07-12 10:29:28 CFY <manager> [manager_host_097d9] Creating node
2016-07-12 10:29:28 CFY <manager> [connection_configuration_c17ed] Configuring node
2016-07-12 10:29:28 CFY <manager> [manager_host_097d9] Configuring node
2016-07-12 10:29:28 CFY <manager> [manager_host_097d9] Starting node
2016-07-12 10:29:28 CFY <manager> [connection_configuration_c17ed] Starting node
2016-07-12 10:29:29 CFY <manager> [manager_host_097d9.start] Sending task 'vsphere_server_plugin.server.start'
2016-07-12 10:29:29 CFY <manager> [manager_host_097d9.start] Task started 'vsphere_server_plugin.server.start'
2016-07-12 10:29:29 LOG <manager> [manager_host_097d9.start] WARNING: Unable to read connection configuration file /root/connection_config.yaml.
/opt/cfy/embedded/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)
2016-07-12 10:29:29 CFY <manager> [manager_host_097d9.start] Task failed 'vsphere_server_plugin.server.start' -> (vim.fault.HostConnectFault) {
dynamicType = <unset>,
dynamicProperty = (vmodl.DynamicProperty) [],
msg = '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)',
faultCause = <unset>,
faultMessage = (vmodl.LocalizableMessage) []
}
2016-07-12 10:29:59 CFY <manager> [manager_host_097d9.start] Sending task 'vsphere_server_plugin.server.start' [retry 1/5]
2016-07-12 10:29:59 CFY <manager> [manager_host_097d9.start] Task started 'vsphere_server_plugin.server.start' [retry 1/5]
2016-07-12 10:29:59 LOG <manager> [manager_host_097d9.start] WARNING: Unable to read connection configuration file /root/connection_config.yaml.
/opt/cfy/embedded/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)
2016-07-12 10:29:59 CFY <manager> [manager_host_097d9.start] Task failed 'vsphere_server_plugin.server.start' -> (vim.fault.HostConnectFault) {
dynamicType = <unset>,
dynamicProperty = (vmodl.DynamicProperty) [],
msg = '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)',
faultCause = <unset>,
faultMessage = (vmodl.LocalizableMessage) []
} [retry 1/5]
The vcenter has an auto generated certificate. Thanks