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
This commit is contained in:
Marcin Juszkiewicz 2017-05-09 09:36:29 +02:00
parent 5841abe910
commit 1b795c7b30
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[opendaylight] [opendaylight]
name=CentOS CBS OpenDaylight Release Repository 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 enabled=1
gpgcheck=0 gpgcheck=0