X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=cmd%2Fbpa-operator%2Fbpa_verifier.sh;h=d0d33a33c7655d3ddba971b6d1ef4dc4a74918f4;hb=a28f9de209c34ff053b92513e2cb546943c83813;hp=974f7b3c5149766ae7b38f15cb487f31ea554b75;hpb=3d2f5205ffa58fd58068e2b7ce2754a4fa907397;p=icn.git diff --git a/cmd/bpa-operator/bpa_verifier.sh b/cmd/bpa-operator/bpa_verifier.sh index 974f7b3..d0d33a3 100755 --- a/cmd/bpa-operator/bpa_verifier.sh +++ b/cmd/bpa-operator/bpa_verifier.sh @@ -42,20 +42,6 @@ lease ${workerIP} { } EOF -# Build KUD image -echo "Building KUD image" -git clone https://github.com/onap/multicloud-k8s.git -pushd multicloud-k8s -docker build --rm \ - --build-arg http_proxy=${http_proxy} \ - --build-arg HTTP_PROXY=${HTTP_PROXY} \ - --build-arg https_proxy=${https_proxy} \ - --build-arg HTTPS_PROXY=${HTTPS_PROXY} \ - --build-arg no_proxy=${no_proxy} \ - --build-arg NO_PROXY=${NO_PROXY} \ - -t github.com/onap/multicloud-k8s:latest . -f kud/build/Dockerfile - -popd # Create ssh-key-secret required for job kubectl create secret generic ssh-key-secret --from-file=id_rsa=/root/.ssh/id_rsa --from-file=id_rsa.pub=/root/.ssh/id_rsa.pub @@ -121,5 +107,4 @@ kubectl delete secret ssh-key-secret rm e2e_test_provisioning_cr.yaml rm -rf /multi-cluster/cluster-test rm /opt/icn/dhcp/dhcpd.leases -rm -rf multicloud-k8s make delete