diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2021-07-22 14:12:00 -0700 |
---|---|---|
committer | Todd Malsbary <todd.malsbary@intel.com> | 2021-08-17 10:46:06 -0700 |
commit | f2fe996e63e406973de99fc558b297757d325546 (patch) | |
tree | a9b6aedf4ae9f47c329b07752e91ab5f668da6b4 /kud/hosting_providers/containerized | |
parent | 70924000b2d00ec5c692daf425b2f28cbecbc8b1 (diff) |
Replace virtlet with kubevirt in plugin_fw_v2
Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ifd8ae34b8f04da52acc4c3a6a8259d1bcd05616c
Diffstat (limited to 'kud/hosting_providers/containerized')
-rwxr-xr-x | kud/hosting_providers/containerized/installer.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kud/hosting_providers/containerized/installer.sh b/kud/hosting_providers/containerized/installer.sh index cdb43dd5..18ebfff3 100755 --- a/kud/hosting_providers/containerized/installer.sh +++ b/kud/hosting_providers/containerized/installer.sh @@ -239,6 +239,9 @@ function install_host_artifacts { for test in _common _common_test _functions topology-manager-sriov kubevirt multus ovn4nfv nfd sriov-network qat cmk; do cp ${kud_tests}/${test}.sh ${host_addons_dir}/tests done + cp ${kud_tests}/plugin_fw_v2.sh ${host_addons_dir}/tests + cp ${kud_tests}/plugin_fw_v2.yaml ${host_addons_dir}/tests + cp -r ${kud_tests}/../demo/composite-firewall ${host_addons_dir}/tests mkdir -p ${host_artifacts_dir} cp -rf ${kud_inventory_folder}/artifacts/* ${host_artifacts_dir} |