Bug 1211072
Summary: | openvswitch 2.3.1 package missing from rdo juno epel-7 repo | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Jeff Weber <jweber> |
Component: | openvswitch | Assignee: | Alan Pevec (Fedora) <apevec> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ofer Blaut <oblaut> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | Juno | CC: | apevec, apevec, bderzhavets, chrisw, yeylon |
Target Milestone: | --- | ||
Target Release: | Juno | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-04-21 23:06:32 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: |
Description
Jeff Weber
2015-04-12 19:09:33 UTC
Same picture on CentOS 7.1 During RDO Juno install pop-ups "problems in openvswitch package", afterwards system is unstable same pop-ups during Controller and Compute nodes booting up. For now downloaded openvswitch-2.3.1-2.el7.src.rpm from https://repos.fedorapeople.org/repos/openstack/openstack-juno/epel-7/ installed and did a local build , afterwards upgrade OVS to 2.3.1 #yum install openvswitch-2.3.1-2.el7.centos.x86_64.rpm \ openvswitch-debuginfo-2.3.1-2.el7.centos.x86_64.rpm \ openvswitch-devel-2.3.1-2.el7.centos.x86_64.rpm \ openvswitch-test-2.3.1-2.el7.centos.noarch.rpm \ python-openvswitch-2.3.1-2.el7.centos.noarch.rpm Rebooted nodes. Controller && Network Node in Cluster ( normal behaviour after upgrade) [root@junowks01 ~(keystone_admin)]# uname -a Linux junowks01.localdomain 3.10.0-229.1.2.el7.x86_64 #1 SMP Fri Mar 27 03:04:26 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux [root@junowks01 ~(keystone_admin)]# ovs-vsctl show 6f9300d0-7dc1-4e40-9628-d2674760cd79 Bridge br-int fail_mode: secure Port patch-tun Interface patch-tun type: patch options: {peer=patch-int} Port br-int Interface br-int type: internal Port "qr-9fb96858-db" tag: 1 Interface "qr-9fb96858-db" type: internal Port "tapc58924cf-10" tag: 1 Interface "tapc58924cf-10" type: internal Port int-br-ex Interface int-br-ex type: patch options: {peer=phy-br-ex} Bridge br-ex Port "qg-00d8f4c6-3b" Interface "qg-00d8f4c6-3b" type: internal Port phy-br-ex Interface phy-br-ex type: patch options: {peer=int-br-ex} Port br-ex Interface br-ex type: internal Port "eth0" Interface "eth0" Bridge br-tun Port br-tun Interface br-tun type: internal Port patch-int Interface patch-int type: patch options: {peer=patch-tun} Port "vxlan-c0a80089" Interface "vxlan-c0a80089" type: vxlan options: {df_default="true", in_key=flow, local_ip="192.168.0.127", out_key=flow, remote_ip="192.168.0.137"} ovs_version: "2.3.1" Target release - Kilo ? Back port to Juno is required. I'll have a look, something went wrong when syncing stage to live. rdopkg ignored non-noarch subpackages, I've uploaded x86-64 to RDO Juno now and will look at fixing rdopkg/rdoupdate. |