File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ source "${REPO_ROOT}/scripts/environment.sh"
2020# Clone dev-env repo
2121sudo mkdir -p ${WORKING_DIR}
2222sudo chown " ${USER} " :" ${USER} " ${WORKING_DIR}
23- M3_DEV_ENV_REPO=" https://github.com/metal3-io /metal3-dev-env.git"
24- M3_DEV_ENV_BRANCH=main
23+ M3_DEV_ENV_REPO=" https://github.com/Nordix /metal3-dev-env.git"
24+ M3_DEV_ENV_BRANCH=Integrate-fakeIPA/mohammed
2525M3_DEV_ENV_PATH=" ${M3_DEV_ENV_PATH:- ${WORKING_DIR} / metal3-dev-env} "
2626clone_repo " ${M3_DEV_ENV_REPO} " " ${M3_DEV_ENV_BRANCH} " " ${M3_DEV_ENV_PATH} "
2727
@@ -33,6 +33,8 @@ export NUM_NODES=${NUM_NODES:-"4"}
3333export KUBERNETES_VERSION=${KUBERNETES_VERSION}
3434export IMAGE_OS=${IMAGE_OS}
3535export FORCE_REPO_UPDATE="false"
36+ export VM_PLATFORM="fake"
37+ export FAKE_IPA_I="192.168.111.1:5000/localimages/fake-ipa"
3638EOF
3739if [[ ${GINKGO_FOCUS:- } == " features" ]]; then
3840 mkdir -p " $CAPI_CONFIG_FOLDER "
You can’t perform that action at this time.
0 commit comments