Skip to content

Commit

Permalink
Merge pull request kubean-io#1095 from tu1h/fix_verify_kubespray_e2e
Browse files Browse the repository at this point in the history
Fix verify Kubespray e2e in cluster reset step
  • Loading branch information
ErikJiang authored Jan 25, 2024
2 parents 395ebda + 9ae9404 commit 36c9a37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ sed -i "s/ip:/ip: ${vm_ip_addr1}/" "${REPO_ROOT}"/test/kubean_reset_e2e/e2e-rese
sed -i "s/ansible_host:/ansible_host: ${vm_ip_addr1}/" "${REPO_ROOT}"/test/kubean_reset_e2e/e2e-reset-cluster/hosts-conf-cm.yml
sed -i "s/root_password/${AMD_ROOT_PASSWORD}/g" "${REPO_ROOT}"/test/kubean_reset_e2e/e2e-reset-cluster/hosts-conf-cm.yml
sed -i "s#image:#image: ${SPRAY_JOB}#" "${REPO_ROOT}"/test/kubean_reset_e2e/e2e-reset-cluster/kubeanClusterOps.yml
if [ -n "$KUBE_VERSION" ]; then
sed -i "s/kube_version: .*/kube_version: ${KUBE_VERSION}/" "${REPO_ROOT}"/test/kubean_reset_e2e/e2e-reset-cluster/vars-conf-cm.yml
fi

# prepare kubean install job yml using docker
CLUSTER_OPERATION_NAME2="cluster1-install-dcr"`date "+%H-%M-%S"`
Expand Down

0 comments on commit 36c9a37

Please sign in to comment.