RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1154702 - Juno RDO packstack fails to install at _neutron.pp on Fedora21
Summary: Juno RDO packstack fails to install at _neutron.pp on Fedora21
Keywords:
Status: CLOSED DUPLICATE of bug 1157599
Alias: None
Product: RDO
Classification: Community
Component: openstack-puppet-modules
Version: unspecified
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
: Juno
Assignee: Ivan Chavero
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-20 14:51 UTC by Tzach Shefi
Modified: 2014-11-10 22:19 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-11-10 22:19:44 UTC
Embargoed:


Attachments (Terms of Use)
Packstak logs and answer file (137.62 KB, application/x-gzip)
2014-10-20 14:51 UTC, Tzach Shefi
no flags Details

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 ***


Note You need to log in before you can comment on or make changes to this bug.