| Summary: | [Docs] [Director] Document for update 7.x to 7.3 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Dan Yasny <dyasny> |
| Component: | documentation | Assignee: | Dan Macpherson <dmacpher> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Alexander Chuzhoy <sasha> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 (Kilo) | CC: | adahms, dmacpher, ohochman, yeylon, zbitter |
| Target Milestone: | y3 | Keywords: | Documentation, ZStream |
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-13 04:53:24 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: | |
|
Description
Dan Yasny
2016-02-16 19:46:53 UTC
Assigning to Dan for review. Hi Sasha, Link here: http://file.bne.redhat.com/~dmacpher/OpenStack/7.3/Director/#chap-Updating_the_Environment Bz #1: Under section 9.1. Important After the package update, make sure all OpenStack services are running properly on the director. Check the ironic-api and ironic-discoverd services are running. If not, please start them: $ sudo systemctl restart openstack-ironic-api openstack-ironic-discoverd Likewise, heat-engine on the Undercloud can fail to start if its database is unavailable. If this occurs, restart heat-engine manually after the update: $ sudo systemctl start openstack-heat-engine.service Bz #2: If upgrading from OpenStack Platform director 7.2 to OpenStack Platform director 7.3 or greater: Heat on the Undercloud requires an increase in the RPC response timeout to accomodate a known issue (see BZ#1305947). Edit the /etc/heat/heat.conf and set the following parameter: rpc_response_timeout=600 Then restart all Heat services: $ systemctl restart openstack-heat-api.service $ systemctl restart openstack-heat-api-cfn.service $ systemctl restart openstack-heat-engine.service We don't re-run Puppet after upgrading the undercloud, so if the undercloud was originally installed with a version of openstack-puppet-modules that exhibited bug 1305947 (i.e. 7.2), it will NOT be fixed after upgrading to 7.3 and the user will still have to apply the second workaround above. The first workaround should not actually be needed with respect to heat-engine though, because we included a fix for bug 1307125 in 7.3. Actually, the build that fixed bug 1307125 may not be in 7.3 after all; it seems to still be ON_QA. Sasha, based on Zane's comments, it looks like we'll be keeping both workarounds in the docs. Do you know if there's anything else required for this BZ? Verified Nothing else is required for the bz. The doc looks OK. Thanks. This content is now live on the Customer Portal. Closing. |