contrail built thirdparty packages are not getting upgraded
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R1.1 |
Fix Committed
|
Critical
|
Ignatious Johnson Christopher | |||
R2.0 |
Fix Committed
|
Critical
|
Ignatious Johnson Christopher | |||
Trunk |
Fix Committed
|
Medium
|
Ignatious Johnson Christopher |
Bug Description
Following contrail built third-party packages are not getting upgraded in centos system.
For example python-
[root@a5s311 ~]# rpm -qa | grep 211
openstack-
openstack-
openstack-
openstack-
irond-1.
python-
libvirt-
contrail-
openstack-
openstack-
openstack-
openstack-
python-
python-
xmltodict-
redis-py-
python-
libvirt-
openstack-
python-
openstack-
openstack-
contrail-
python-
contrail-
libvirt-
contrail-
openstack-
contrail-
openstack-
contrail-
openstack-
python-
euca2ools-
[root@a5s311 ~]#
tags: | added: blocker |
description: | updated |
information type: | Proprietary → Public |
For all openstack packages not getting upgraded, need to back port a fix(https:/ /github. com/Juniper/ contrail- packaging/ blame/R1. 05/openstack/ centos_ 64/Makefile) from release 1.05 to 1.10 to set G_TAG as below,
G_TAG += --define "_buildTag $(CPLANE_ SRC_VER) .$(TAG) "
And for thirdparty packages, in release 1.05 we added epoch string, which is not allowing them to get ugraded to 1.10, as we dont have epoch string in 1.10.