Skip to content

Commit e9c7ec5

Browse files
Merge pull request #1098 from metal3-io/revert-1093-enable-mariadb-backport-moshiur
Revert "🐛Manual back port enabling mariadb instead of SQLite for release-1.4"
2 parents e4a9cda + fc4953a commit e9c7ec5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

scripts/ci-e2e.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ M3_DEV_ENV_PATH="${M3_DEV_ENV_PATH:-${WORKING_DIR}/metal3-dev-env}"
2121
clone_repo "${M3_DEV_ENV_REPO}" "${M3_DEV_ENV_BRANCH}" "${M3_DEV_ENV_PATH}"
2222

2323
# Config devenv
24-
# Enabling Mariadb instead of SQLite. This can be set to false once SQLite issue is resolved
2524
cat <<-EOF > "${M3_DEV_ENV_PATH}/config_${USER}.sh"
2625
export CAPI_VERSION=${CAPI_VERSION:-"v1beta1"}
2726
export CAPM3_VERSION=${CAPM3_VERSION:-"v1beta1"}
2827
export NUM_NODES=${NUM_NODES:-"4"}
2928
export KUBERNETES_VERSION=${FROM_K8S_VERSION}
3029
export IMAGE_OS=${IMAGE_OS}
31-
export IRONIC_USE_MARIADB="true"
3230
export FORCE_REPO_UPDATE="false"
3331
EOF
3432

test/e2e/config/e2e_conf.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ variables:
123123
IRONIC_TLS_SETUP: "true"
124124
IRONIC_BASIC_AUTH: "true"
125125
IRONIC_KEEPALIVED: "true"
126-
# Enabling Mariadb instead of SQLite. This can be set to false once SQLite issue is resolved
127-
IRONIC_USE_MARIADB: "true"
126+
IRONIC_USE_MARIADB: "false"
128127
RESTART_CONTAINER_CERTIFICATE_UPDATED: "true"
129128
CONTAINER_REGISTRY: "${CONTAINER_REGISTRY:-quay.io}"
130129
DOCKER_HUB_PROXY: "${DOCKER_HUB_PROXY:-docker.io}"

0 commit comments

Comments
 (0)