From b417beabd253e93d494075f7474343e8c3ac3f34 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 14 Nov 2018 09:14:05 +0000 Subject: Adding python-cffi requirements - Introduce Ubuntu 18.04.5 VIRL image - FIX mac addresses for dhcp - Add ansible task for python-cffi install on perf testbeds Change-Id: I8acfcdc8ee97c13ad4795a4ccde868a96b3fee47 Signed-off-by: Peter Mikus --- resources/tools/disk-image-builder/centos/run-listmaker.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'resources/tools/disk-image-builder/centos/run-listmaker.sh') diff --git a/resources/tools/disk-image-builder/centos/run-listmaker.sh b/resources/tools/disk-image-builder/centos/run-listmaker.sh index b94f9fa3de..fe353deab5 100755 --- a/resources/tools/disk-image-builder/centos/run-listmaker.sh +++ b/resources/tools/disk-image-builder/centos/run-listmaker.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016 Cisco and/or its affiliates. +# Copyright (c) 2018 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -94,7 +94,7 @@ enabled=0 OS="centos-7.4-1711" VIRL_TOPOLOGY_FILE="listmaker/virl-listmaker-centos-7.4-1711.yaml" else - echo specify argument -- probably centos-7-1511 or centos-7.3-1611 + echo specify argument -- probably centos-7-1511 or centos-7.3-1611 or centos-7.4-1711 exit 1 fi fi @@ -123,6 +123,7 @@ python2-pip-8.1.2-5.el7.noarch http://mirror.math.princeton.edu/pub/epel/7/x86_6 openssl-devel git strongswan-5.6.1-2.el7.x86_64 http://mirror.math.princeton.edu/pub/epel/7/x86_64/Packages/s/ +python-cffi #RPM_WANTLIST_TLDK tcpdump #RPM_WANTLIST_VPP -- cgit 1.2.3-korg