pmu: remove event_download_local workaround script 35/47035/1
authorRoss Brattain <ross.b.brattain@intel.com>
Tue, 7 Nov 2017 19:49:47 +0000 (19:49 +0000)
committerRoss Brattain <ross.b.brattain@intel.com>
Fri, 10 Nov 2017 15:01:14 +0000 (15:01 +0000)
commited130329d8eda6f2143ffd35c2fe2209186e5d64
tree5987f95af30347f08dc7c92236a1a4a344cc761a
parent6d170b5075f5750ba34b4647830f4c96bf5379ed
pmu: remove event_download_local workaround script

intel_pmu needs to download a config file based on the
CPU model.  When generating VNF images we don't have
access to the actual vCPU that will be used, so we
can't predownload.  This code was meant to be a fix
for that by downloading all the configs and then
selecting one that matched the vCPU.

However we have license issues with intel_pmu enven GPLv2 code,
so remove it for now.

Change-Id: I5257ff7c4ddc1d40537dadb29efa40d1d68cb852
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit 7a5c45daa9b146dfc50068165aba5ec6bc2e1e2c)
ansible/roles/download_pmu_tools/files/event_download_local.py [deleted file]
ansible/roles/download_pmu_tools/tasks/main.yml
tests/unit/network_services/nfvi/test_resource.py
yardstick/network_services/nfvi/resource.py