diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-02-06 15:23:05 -0500 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-02-16 08:09:27 +0000 |
commit | 9fa5cf46690601e4e25605d548671c84634363e3 (patch) | |
tree | 83f5066290114e58341b93ca614c7e22b610f063 /extras/vpp_config/setup.py | |
parent | 56a0d06cb410b669eddf1533f22ec3afedb4b242 (diff) |
Add iperf VM/vhost creation
Change-Id: I27a59203f406120558f73bfcc12dca8835ae6361
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'extras/vpp_config/setup.py')
-rw-r--r-- | extras/vpp_config/setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extras/vpp_config/setup.py b/extras/vpp_config/setup.py index 6442f7c997f..c60162febe0 100644 --- a/extras/vpp_config/setup.py +++ b/extras/vpp_config/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name="vpp_config", - version="18.01.1", + version="18.01.4", author="John DeNisco", author_email="jdenisco@cisco.com", description="VPP Configuration Utility", @@ -14,6 +14,9 @@ setup(name="vpp_config", scripts=['scripts/vpp-config'], data_files=[('vpp/vpp-config/scripts', ['scripts/dpdk-devbind.py']), ('vpp/vpp-config/configs', ['data/auto-config.yaml']), + ('vpp/vpp-config/configs', ['data/cloud-config.iso']), + ('vpp/vpp-config/configs', ['data/iperf-centos.xml.template']), + ('vpp/vpp-config/configs', ['data/iperf-ubuntu.xml.template']), ('vpp/vpp-config/dryrun/sysctl.d', ['data/80-vpp.conf.template']), ('vpp/vpp-config/dryrun/default', ['data/grub.template']), ('vpp/vpp-config/dryrun/vpp', ['data/startup.conf.template']), |