"install_dpdk" ansible role fails if DPDK version has revision number 95/59695/2
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 11 Jul 2018 15:33:46 +0000 (16:33 +0100)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 12 Jul 2018 15:34:01 +0000 (15:34 +0000)
commita89e1737d628885f6a208eac5a4d6c22327011ae
tree20e32f0490a20b91daf8aeb790623ae31c7f122b
parent438f7b5100e05ed668a0ea90674008a391eb5784
"install_dpdk" ansible role fails if DPDK version has revision number

In [1], the DPDK version string is converted to a number to be compared.
If DPDK version format is "major.minor.revision", this conversion will fail.

[1] https://github.com/opnfv/yardstick/blob/master/ansible/roles/install_dpdk/tasks/main.yml#L119

JIRA: YARDSTICK-1306

Change-Id: Id8d32f28627ff5a0ff8d4fb604282ba2d9931c25
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
ansible/roles/install_dpdk/tasks/main.yml