Bug 1154702

Summary: Juno RDO packstack fails to install at _neutron.pp on Fedora21
Product: [Community] RDO Reporter: Tzach Shefi <tshefi>
Component: openstack-puppet-modulesAssignee: Ivan Chavero <ichavero>
Status: CLOSED DUPLICATE QA Contact: Ami Jeain <ajeain>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: yeylon
Target Milestone: ---   
Target Release: Juno   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-10 22:19:44 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
Packstak logs and answer file none

Description Tzach Shefi 2014-10-20 14:51:21 UTC
Created attachment 948579 [details]
Packstak logs and answer file

Description of problem: Can't install Packstack AIO on Fedora21, fail to pass _neutron.pp due to missing firewalld. Can't have firewalld installed due to known _prescript.pp bug (https://bugzilla.redhat.com/show_bug.cgi?id=1148426).

Version-Release number of selected component (if applicable):
Fedora21 (upgraded from Fedora20)
openstack-packstack-2014.2-0.3.dev1266.g63d9c50.fc22.noarch
openstack-packstack-puppet-2014.2-0.3.dev1266.g63d9c50.fc22.noarch

How reproducible:
Every time

Steps to Reproduce:
1. Before installing ran yum remove firewalld (bz 1148426)
2. Ran packstack fails at _neutron.pp 
3. Yum installed firewalld ran same answer file then I get stuck on _prescript.pp (bz 1148426)


Actual results:
Can't pass _neutron.pp without firewalld, can't continue with it installed.

ERROR : Error appeared during Puppet run: 10.35.160.113_neutron.pp
Notice: /Stage[main]/Main/Exec[neutron-db-manage upgrade]/returns: sqlalchemy.exc.OperationalError: (OperationalError) (1054, "Unknown column 'id' in 'field list'") 'DELETE routerl3agentbindings FROM routerl3agentbindings LEFT OUTER JOIN (SELECT MIN(id) as id, router_id, l3_agent_id  FROM routerl3agentbindings GROUP BY router_id, l3_agent_id) AS temp ON routerl3agentbindings.id = temp.id WHERE temp.id is NULL;' ()                                                                              
You will find full trace in log /var/tmp/packstack/20141020-161004-V_ostq/manifests/10.35.160.113_neutron.pp.log                                                     
Please check log file /var/tmp/packstack/20141020-161004-V_ostq/openstack-setup.log for more information           

Expected results:
Should be able to install AIO on Fedora21

Attaching answer file plus last packstack logs.

Comment 1 Ivan Chavero 2014-11-10 22:19:44 UTC
i was able to reproduce it, this is a neutron bug

*** This bug has been marked as a duplicate of bug 1157599 ***