From 1b795c7b308c137e6307e9cce42889f22e7aa352 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 9 May 2017 09:36:29 +0200 Subject: [PATCH] opendaylight: get it working on CentOS/non-x86 Package is not architecture specific but CentOS repo is. So change URL to not use $basearch in it so package can be installed on non-x86 machines. Debian/Ubuntu fail due to lack of key used for signing packages. Partially-Implements: blueprint multiarch-and-arm64-containers Change-Id: I8539b1b3af7e25fb7c1aef4a017add4efe2fe73b --- docker/opendaylight/opendaylight.repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/opendaylight/opendaylight.repo b/docker/opendaylight/opendaylight.repo index 0962252e12..bf99023f8e 100644 --- a/docker/opendaylight/opendaylight.repo +++ b/docker/opendaylight/opendaylight.repo @@ -1,5 +1,5 @@ [opendaylight] name=CentOS CBS OpenDaylight Release Repository -baseurl=http://cbs.centos.org/repos/nfv7-opendaylight-5-release/$basearch/os/ +baseurl=http://cbs.centos.org/repos/nfv7-opendaylight-5-release/x86_64/os/ enabled=1 gpgcheck=0