Specify supported architectures for Ubuntu backports repository 83/48083/2
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 30 Nov 2017 10:46:45 +0000 (10:46 +0000)
committerRoss Brattain <ross.b.brattain@intel.com>
Fri, 22 Dec 2017 10:44:51 +0000 (10:44 +0000)
commit4ba399eaf8ca3beff2dfa554f7f187e6d67b9073
treebb4c406532bffca6ddaed054fc3d642907953807
parent8578189f27e5560814cc78eb32757d2a20caa70a
Specify supported architectures for Ubuntu backports repository

Currently Trusty (Ubuntu 14.04 LTS) and Xenial (Ubuntu 16.04 LTS) doesn't
have support for arch=ARM64 in backports repository:
- http://archive.ubuntu.com/ubuntu/dists/xenial-backports/
- http://archive.ubuntu.com/ubuntu/dists/trusty-backports/

During the Yardstick image building process, the repository is added to the
APT repository list. In order to avoid errors during the repository retrival,
the available architectures must be specified [1].

[1]https://github.com/opnfv/yardstick/blob/stable/euphrates/ansible/roles/add_custom_repos/templates/sources.list.j2#L4

JIRA: YARDSTICK-874

Change-Id: I7774189fbdd7d74ff5df29526ba0da2693b3b53a
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
ansible/roles/add_custom_repos/templates/sources.list.j2