containerized-data-importer/cluster-up/hack/config.sh
Alexander Wels 0773572e5d
Refactored provider infra structure (#831)
* Remove a flaky part of the test that didn't add value.

Signed-off-by: Alexander Wels <awels@redhat.com>

Updated k8s image to latest.
Refactored cluster up to allow for adding more providers easily.

Signed-off-by: Alexander Wels <awels@redhat.com>

* Updated k8s image to latest.
Refactored cluster up to allow for adding more providers easily.
Enable OKD 4.1 provider

Signed-off-by: Alexander Wels <awels@redhat.com>
2019-06-13 14:29:42 -04:00

11 lines
519 B
Bash

unset docker_prefix master_ip network_provider kubeconfig manifest_docker_prefix
KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-${PROVIDER}}
source ${KUBEVIRTCI_PATH}hack/config-default.sh
# Allow different providers to override default config values
test -f "${KUBEVIRTCI_CONFIG_PATH}/$KUBEVIRT_PROVIDER/config-provider-${KUBEVIRT_PROVIDER}.sh" && source ${KUBEVIRTCI_CONFIG_PATH}/$KUBEVIRT_PROVIDER/config-provider-${KUBEVIRT_PROVIDER}.sh
export docker_prefix master_ip network_provider kubeconfig manifest_docker_prefix