| Summary: | rhel-osp-director: 7.3->8.0 undercloud+ssl upgrade fails: /bin/openstack token issue --format value' returned 1: SSL exception connecting to https://192.0.2.2:13000/v3/auth/tokens: [SSL: CERTIFICATE_VERIFY_FAILED] | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> | ||||
| Component: | rhosp-director | Assignee: | Angus Thomas <athomas> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Arik Chernetsky <achernet> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 8.0 (Liberty) | CC: | bnemec, dbecker, jcoufal, mburns, mcornea, morazi, rhel-osp-director-maint | ||||
| Target Milestone: | ga | ||||||
| Target Release: | 8.0 (Liberty) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-03-23 14:10:07 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Alexander Chuzhoy
2016-03-22 18:56:30 UTC
Created attachment 1139195 [details]
install-undercloud.log
I would guess that this is because we don't set OS_CACERT in stackrc anymore. The cacert file needs to be installed in the undercloud trust store before running an upgrade. The same thing has to happen for new installations of 8.0 using SSL. What needs to be run is: sudo cp cacert.pem /etc/pki/ca-trust/source/anchors/ sudo update-ca-trust extract This is documented upstream in http://docs.openstack.org/developer/tripleo-docs/installation/installation.html#installing-the-undercloud No blocker, documentation needed. Can we address the automation of that? How difficult it would be? I'll roll this into our documentation. This is a one time change for upgrades from 7 to 8, so no need for future automation. |