diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-07-28 13:47:49 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-08-01 08:28:16 +0000 |
commit | bf46bcd0db5a35ce49e3b55e567fc83be37abd32 (patch) | |
tree | 73ab33efde6b3065a6f27aa4d95d31f65c38bb32 /resources/tools/disk-image-builder/centos/run-listmaker.sh | |
parent | cd21be9e5d7b3e3a88286473500fceb5524a555f (diff) |
CSIT-727 Add the tcpdump application into the VIRL image
- Reqested by TLDK
Change-Id: Iac94a946005fe2e919334309c77b8774af1a1573
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/disk-image-builder/centos/run-listmaker.sh')
-rwxr-xr-x | resources/tools/disk-image-builder/centos/run-listmaker.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/tools/disk-image-builder/centos/run-listmaker.sh b/resources/tools/disk-image-builder/centos/run-listmaker.sh index 0155d9c031..2cc0ec0302 100755 --- a/resources/tools/disk-image-builder/centos/run-listmaker.sh +++ b/resources/tools/disk-image-builder/centos/run-listmaker.sh @@ -62,6 +62,7 @@ echo "Storing data in ${OUTPUT_DIR}/." RPM_WANTLIST_INFRA="nfs-utils cloud-init pkgconfig yum-utils" RPM_WANTLIST_CSIT="python-devel python-pip python-virtualenv python-setuptools python-pip openssl-devel git strongswan" +RPM_WANTLIST_TLDK="tcpdump" RPM_WANTLIST_VPP="dkms bridge-utils" RPM_WANTLIST_TREX="zlib-devel unzip" RPM_WANTLIST_MISC="socat psmisc gperftools glusterfs glusterfs-api libiscsi libibverbs libpcap libpcap-devel pixman libpng pulseaudio-libs librados2 librbd1 librdmacm libseccomp spice-server libusb usbredir glusterfs-devel seavgabios-bin sgabios-bin ipxe-roms-qemu nss-devel seabios-bin" @@ -73,7 +74,7 @@ RPM_WANTLIST_JAVA="java-1.8.0-openjdk-headless java-1.8.0-openjdk-devel" ### For now, do not include WANTLIST_NESTED in the main list. We're installing qemu ### separately because of the possible need for specific versions but the supported version seem to be ok for Centos 7.3 ## -RPM_WANTLIST="$RPM_WANTLIST_INFRA $RPM_WANTLIST_CSIT $RPM_WANTLIST_VPP $RPM_WANTLIST_TREX $RPM_WANTLIST_MISC $RPM_WANTLIST_JAVA" +RPM_WANTLIST="$RPM_WANTLIST_INFRA $RPM_WANTLIST_CSIT $RPM_WANTLIST_VPP $RPM_WANTLIST_TREX $RPM_WANTLIST_MISC $RPM_WANTLIST_JAVA $RPM_WANTLIST_TLDK" RPM_OUTPUTFILE="${OUTPUT_DIR}/rpm-packages.txt" |