Switch VPP package repository to packagecloud.io 89/72889/1
authorGwenael Lambrouin <gwenael.lambrouin@orange.com>
Wed, 1 Sep 2021 13:13:18 +0000 (13:13 +0000)
committerGwenael Lambrouin <gwenael.lambrouin@orange.com>
Fri, 3 Sep 2021 09:05:36 +0000 (11:05 +0200)
VPP install guide [1] now refers to packagecloud.io instead of
nexus.fd.io as the source for VPP binary packages.

[1] https://fd.io/docs/vpp/v2106/gettingstarted/installing/centos.html

I could not find when the switch took place, but I recently got some
intermittent issues when trying to use nexus.fd.io (Bad Gateway errors),
so it seemed like a good opportunity to make the move.

Additionally, this will make it possible to get vpp releases higher
than 19.08 when building nfvbench loop VM image.

Signed-off-by: Gwenael Lambrouin <gwenael.lambrouin@orange.com>
Change-Id: I9cff7289e426e0ed8c8a7df8322a4a4baeb79f47

nfvbenchvm/dib/elements/nfvbenchvm/fdio-release.repo

index 3ad12fb..6b980c1 100644 (file)
@@ -1,5 +1,11 @@
 [fdio-release]
-name=fd.io release branch latest merge
-baseurl=https://nexus.fd.io/content/repositories/fd.io.stable.1710.centos7/
-enabled=1
+name=FD.io release 17.10 binary RPM package repository for CentOS 7
+baseurl=https://packagecloud.io/fdio/1710/el/7/$basearch
+repo_gpgcheck=1
 gpgcheck=0
+enabled=1
+gpgkey=https://packagecloud.io/fdio/1710/gpgkey
+sslverify=1
+sslcacert=/etc/pki/tls/certs/ca-bundle.crt
+metadata_expire=300
+