Merge "Use TRex release v2.41 to support both x86 and aarch64"
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 7 Jun 2018 11:58:07 +0000 (11:58 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 7 Jun 2018 11:58:07 +0000 (11:58 +0000)
ansible/roles/download_trex/defaults/main.yml
ansible/roles/install_trex/defaults/main.yml

index 6e8fa70..cbaae1d 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 ---
-trex_version: v2.28
+trex_version: v2.41
 trex_url: "https://trex-tgn.cisco.com/trex/release/{{ trex_version }}.tar.gz"
 trex_file: "{{ trex_url|basename }}"
 trex_unarchive: "{{ trex_file|regex_replace('[.]tar.gz$', '') }}"
@@ -20,3 +20,4 @@ trex_dest: "{{ clone_dest }}/"
 trex_sha256s:
   "v2.20": "sha256:eb5a069f758a36133a185c7e27af10834ca03d11441165403529fbd7844658fb"
   "v2.28": "sha256:c3f08aabbd69dddb09843984d41acbe9ba1af6a6ef3380a7830f7c9e33134207"
+  "v2.41": "sha256:aa4122d82cc7b25a16a20d6dd465eccd89e31c51816d4103765b86d06a8b9810"
index a5555e3..79a04fe 100644 (file)
@@ -13,6 +13,6 @@
 # limitations under the License.
 ---
 #TREX_DOWNLOAD: "https://trex-tgn.cisco.com/trex/release/v2.05.tar.gz"
-TREX_VERSION: v2.28
+TREX_VERSION: v2.41
 TREX_DOWNLOAD: "{{ nsb_mirror_url|ternary(nsb_mirror_url, 'https://trex-tgn.cisco.com/trex/release' }}/{{ TREX_VERSION }}.tar.gz"
 INSTALL_BIN_PATH: "/opt/nsb_bin"