Bug 967309
| Summary: | packstack is not able to install and configure heat | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Attila Fazekas <afazekas> | ||||
| Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Nir Magnezi <nmagnezi> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 3.0 | CC: | aberezin, aortega, derekh, ichavero, jhenner, jkt, mlopes, mmagr, shardy, yeylon | ||||
| Target Milestone: | beta | ||||||
| Target Release: | 4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | openstack-packstack-2013.2.1-0.6.dev763.el6ost | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-20 00:03:17 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: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Attila Fazekas
2013-05-26 12:55:40 UTC
Martin, I tried to verify this fix as follows: # packstack --allinone --os-heat-install=y --os-heat-cloudwatch-install=y --os-heat-cfn-install=y -d This resulted an error: ERROR : Error appeared during Puppet run: 10.35.160.75_keystone.pp err: /Stage[main]/Keystone/Exec[keystone-manage db_sync]: Failed to call refresh: keystone-manage db_sync returned 1 instead of one of [0] at /var/tmp/packstack/a89224cfa84f46ed94885a996b18ac2a/modules/keystone/manifests/init.pp:199 I tried to run keystone-manage db_sync manually and it seems like mysql-server is not installed at all. (mysqld service is absent). I will attach the packstack log at the following comment. Let me know if I should re-open this bug. Created attachment 824083 [details]
packstack logs (DEBUG)
Auto adding >= MODIFIED bugs to beta Verified NVR: Verification Steps (Post installation): ======================================= 1. All heat services are up. # for i in api api-cfn api-cloudwatch engine ; do service openstack-heat-$i status ; done heat-api (pid 21579) is running... heat-api-cfn (pid 24254) is running... heat-api-cloudwatch (pid 22955) is running... heat-engine (pid 21620) is running... 2. No errors found in heat logs. 3. Heat API services are configured in keystone: # keystone service-list | grep heat | 31a30c85ba7b4c5fae5611f5c1bedfc2 | heat | orchestration | Heat API | | 6e6196ec4f0f48f4abc6f076d2df3f81 | heat-cfn | cloudformation | Heat CloudFormation API | 4. Heat is available via Horizon. Forgot to specify the NVR: openstack-packstack-2013.2.1-0.11.dev847.el6ost.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html |