Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pinning process of librdkafka doesn't work & Juniper packages break the installation #45

Open
tmonguillon opened this issue Aug 31, 2017 · 0 comments

Comments

@tmonguillon
Copy link

Hi François,

I have recently faced to two bugs which are bound together when I tried to install OpenContrail R3.2.3.x (and also R3.2 and R3.1) with Openstack Mitaka on Ubuntu 14.04.

The first one is related to the building process of the contrail-controller which I've explained in the issue #153 => Juniper/contrail-installer#153.

The second one is about the pinning process of the librdkafka packages. On my Ubuntu 14.04 and after the /etc/apt/preferences.d/contrail-ppa file is created, the apt command always installs the Juniper/OpenContrail PPA version of librdkafka packages instead of the Ubuntu ones. And as the version 0.11.0 of librdkafka is available on the OpenContrail PPA, I'm facing with the problem described above. My problem here is I have no idea why the pinning process fails and how it can be fixed.

However, I've pushed a patch to fix the first problem available here => https://github.com/tmonguillon/devstack-conf/blob/mitaka-eol-contrail/bug-analytics-librdkafka_0.11.0.patch.
This patch can be applied in the local.conf file :

CONTRAIL_PATCHES='cd $CONTRAIL_DEST/controller/src/analytics && wget https://raw.githubusercontent.com/tmonguillon/devstack-conf/mitaka-eol-contrail/bug-analytics-librdkafka_0.11.0.patch && patch -N -r r < bug-analytics-librdkafka_0.11.0.patch'

I think it could be nice to share with the community this problem and a fix until Juniper corrects this.

Regards,
Thomas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant