diff options
author | Dave <dwallacelf@gmail.com> | 2016-10-05 22:38:59 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2016-10-06 21:04:20 -0400 |
commit | d08c8e467ae317d8c020d964cbf8ede6d2ce3765 (patch) | |
tree | 64e34c5db3e9d205654d5570b31bdc36690fda59 /resources/tools/disk-image-builder | |
parent | 42256120da72433dbafd3e2fefb201b47b38fdc9 (diff) |
CSIT-406: Add StrongSwan to VIRL TG image.
Change-Id: Ic1d046884f33409ce2f72f7f060208d5e8dba821
Signed-off-by: Dave <dwallacelf@gmail.com>
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'resources/tools/disk-image-builder')
-rw-r--r-- | resources/tools/disk-image-builder/ubuntu/CHANGELOG | 4 | ||||
-rwxr-xr-x | resources/tools/disk-image-builder/ubuntu/run-listmaker.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/resources/tools/disk-image-builder/ubuntu/CHANGELOG b/resources/tools/disk-image-builder/ubuntu/CHANGELOG index 6a0c7d9fb8..9adbb66648 100644 --- a/resources/tools/disk-image-builder/ubuntu/CHANGELOG +++ b/resources/tools/disk-image-builder/ubuntu/CHANGELOG @@ -1,3 +1,7 @@ +## [1.3] - 2016-10-06 + +Add StrongSwan + ## [1.2] - 2016-07-13 Add JAVA_HOME and include Java in PATH environment variables diff --git a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh index 4702448574..5af8f08f99 100755 --- a/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh +++ b/resources/tools/disk-image-builder/ubuntu/run-listmaker.sh @@ -48,7 +48,7 @@ echo "Storinging data in ${OUTPUT_DIR}/." # APT packages wanted APT_WANTLIST_INFRA="nfs-common cloud-init" -APT_WANTLIST_CSIT="python-dev python-virtualenv git" +APT_WANTLIST_CSIT="python-dev python-virtualenv git strongswan" APT_WANTLIST_VPP="dkms bridge-utils" APT_WANTLIST_TREX="zlib1g-dev unzip" APT_WANTLIST_NESTED="qemu-system-x86" |