RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1320644 - Packstack fails to configure Compute Node doing ML2&OVS&VLAN deployment (Mitaka build 20160322)
Summary: Packstack fails to configure Compute Node doing ML2&OVS&VLAN deployment (Mit...
Keywords:
Status: CLOSED EOL
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: trunk
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: Kilo
Assignee: Martin Magr
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-23 16:50 UTC by Boris Derzhavets
Modified: 2016-05-19 16:02 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-19 16:02:53 UTC
Embargoed:


Attachments (Terms of Use)
Answer filed been used for 2 Node deployment Controller/Network,Compute (3.20 KB, application/x-gzip)
2016-03-23 16:50 UTC, Boris Derzhavets
no flags Details

Description Boris Derzhavets 2016-03-23 16:50:13 UTC
Created attachment 1139660 [details]
Answer filed been used for 2 Node deployment Controller/Network,Compute

Description of problem:

Answer file is attached ( version which worked for Kilo)

Version-Release number of selected component (if applicable):

[root@ServerCentOS01 ~(keystone_boris)]# rpm -qa \*openstack-packstack\*
openstack-packstack-puppet-8.0.0-0.20160316101826.9fd26e8.el7.centos.noarch
openstack-packstack-8.0.0-0.20160316101826.9fd26e8.el7.centos.noarch

[root@ServerCentOS01 ~(keystone_boris)]# rpm -qa \*nova-common\*
openstack-nova-common-13.0.0.0-0.20160322123219.ce6dbea.el7.centos.noarch

How reproducible:

Ethernet interface eth1 supposed to support vm/data VLAN tagged network connection to Controller/Network Node doesn't become a port of OVS bridge br-eth1. Br-eth1 OVS bridge is not configured on Compute node. File openvswitch_agent.ini is missing required lines, ml2_conf.ini is absent at all. So, neutron-openvswitch-agent at start up is unable to configure required bridges and ports on Compute Node.

Compute Node :-
1.Block is absent on Compute
Bridge "br-eth1"
        Port "br-eth1"
            Interface "br-eth1"
                type: internal
        Port "eth1"
            Interface "eth1"
        Port "phy-br-eth1"
            Interface "phy-br-eth1"
                type: patch
                options: {peer="int-br-eth1"}

2.Block is absent on Compute
Port "int-br-eth1"
            Interface "int-br-eth1"
                type: patch
                options: {peer="phy-br-eth1"}
 
OVS/VLAN configuration on Compute node should be done manually via updating
required files in /etc/neutron/plugins/ml2 folder and copying over from Controller ifcfg-br-eth1 and ifcfg-eth1 into /etc/sysconfig/network-scripts
folder.

Afterwards :-

# openstack-service restart
# chkconfig network on
# systemctl stop Network Manager
# systemctl disable Network Manager 
# service network restart


Steps to Reproduce:
1. # yum -y install yum-plugin-priorities
# cd /etc/yum.repos.d
# curl -O https://trunk.rdoproject.org/centos7-mitaka/delorean-deps.repo
# curl -O https://trunk.rdoproject.org/centos7-mitaka/current-passed-ci/delorean.repo

on both nodes

2. packstack --answer-file=./answerVLAN2NODE.txt

3.SSH to Compute node and run `ovs-vsctl show` right after packstack
  completion to make sure that nothing was done by packstack run.

Actual results:

Manual OVS configuration is required on Compute Node(s)

Expected results:

Packstack did OVS configuration properly on Compute Node(s)
As,actually, happens via same answer-file on RDO Kilo.


Additional info:

Comment 2 Chandan Kumar 2016-05-19 16:02:53 UTC
This bug is against a Version which has reached End of Life.
If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.


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