File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3737if [ " ${PROVIDER_NAME} " = " ovirt" ]; then
3838 bazel run push-ovirt-populator
3939fi
40+ if [ " ${PROVIDER_NAME} " = " ova" ]; then
41+ bazel run push-ova-provider-server
42+ bazel run --package_path=virt-v2v/cold push-forklift-virt-v2v
43+ fi
4044
4145bazel run push-populator-controller
4246
@@ -69,8 +73,7 @@ if [ "${PROVIDER_NAME}" = "vsphere" ]; then
6973fi
7074
7175if [ " ${PROVIDER_NAME} " = " ova" ]; then
72- ACTION_ENV=" $ACTION_ENV --action_env VIRT_V2V_IMAGE=quay.io/kubev2v/forklift-virt-v2v:${REGISTRY_TAG} \
73- --action_env VIRT_V2V_DONT_REQUEST_KVM=true \
76+ ACTION_ENV=" $ACTION_ENV --action_env VIRT_V2V_IMAGE=${REGISTRY} /forklift-virt-v2v:${REGISTRY_TAG} \
7477 --action_env OVA_PROVIDER_SERVER_IMAGE=${REGISTRY} /forklift-ova-provider-server:${REGISTRY_TAG} "
7578fi
7679
You can’t perform that action at this time.
0 commit comments