Skip to content

Commit

Permalink
AWS e2e provider should identify zone and master and multizone
Browse files Browse the repository at this point in the history
Allows certain tests to pass
  • Loading branch information
smarterclayton committed Jan 5, 2019
1 parent 734b6e9 commit bf0a271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ objects:
mkdir -p ~/.ssh
cp /tmp/cluster/ssh-privatekey ~/.ssh/kube_aws_rsa || true
export PROVIDER_ARGS="-provider=aws -gce-zone=us-east-1"
export TEST_PROVIDER='{"type":"aws","zone":"us-east-1"}'
# TODO: make openshift-tests auto-discover this from cluster config
export TEST_PROVIDER='{"type":"aws","region":"us-east-1","zone":"us-east-1a","multizone":true,"multimaster":true}'
export KUBE_SSH_USER=core
elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then
mkdir -p ~/.ssh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ objects:
mkdir -p ~/.ssh
cp /tmp/cluster/ssh-privatekey ~/.ssh/kube_aws_rsa || true
export PROVIDER_ARGS="-provider=aws -gce-zone=us-east-1"
export TEST_PROVIDER='{"type":"aws","zone":"us-east-1"}'
# TODO: make openshift-tests auto-discover this from cluster config
export TEST_PROVIDER='{"type":"aws","region":"us-east-1","zone":"us-east-1a","multizone":true,"multimaster":true}'
export KUBE_SSH_USER=core
elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then
mkdir -p ~/.ssh
Expand Down

0 comments on commit bf0a271

Please sign in to comment.