Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1073420

Summary: packstack fails to install with "cinder-manage db sync returned 1"
Product: Red Hat OpenStack Reporter: Giulio Fidente <gfidente>
Component: openstack-packstackAssignee: RHOS Maint <rhos-maint>
Status: CLOSED NOTABUG QA Contact: Ami Jeain <ajeain>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.0CC: aortega, derekh, yeylon
Target Milestone: ---Keywords: ZStream
Target Release: 3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-06 18:54:26 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 Flags
192.168.1.12_mysql.pp none

Description Giulio Fidente 2014-03-06 12:21:19 UTC
Description of problem:
by using the following packstack command line:

# packstack --allinone --nagios-install=n --os-swift-install=n --keystone-admin-passwd=redhat --keystone-demo-passwd=redhat --ssh-public-key=/root/.ssh/id_rsa.pub --os-quantum-install=n

installation fails with:

ERROR : Error during puppet run : err: /Stage[main]/Cinder::Api/Exec[cinder-manage db_sync]: Failed to call refresh: cinder-manage db sync returned 1 instead of one of [0] at /var/tmp/packstack/766948899919481090501f28b76f7550/modules/cinder/manifests/api.pp:141 

further investigation reveals realized mysql-server isn't installed and the mysql.pp fails with:

# more 192.168.1.12_mysql.pp.log
Syntax error at ')' at /var/tmp/packstack/766948899919481090501f28b76f7550/modules/nova/manifests/init.pp:81 on node gfidente-gp.novalocal 



Version-Release number of selected component (if applicable):
openstack-packstack-2013.1.1-0.37.dev705



Steps to Reproduce:
1. install rhel-6.5
2. try the packstack install cmd reported

Comment 2 Giulio Fidente 2014-03-06 13:30:08 UTC
Created attachment 871447 [details]
192.168.1.12_mysql.pp