Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Noam Manos <nmanos@redhat.com>
  • Loading branch information
manosnoam committed Apr 20, 2021
1 parent 259882e commit 9a97040
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions setup_subm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2155,6 +2155,11 @@ function install_broker_aws_cluster_a() {
rm broker-info.subm.* || echo "# Previous ${BROKER_INFO} already removed"

echo "# Executing Subctl Deploy command: ${DEPLOY_CMD}"

BUG "For Submariner 0.9+ operator image should be accessible before broker deploy" \
"Run broker deployment after uploading custom images to the cluster registry" \
"https://github.com/submariner-io/submariner-website/issues/483"

$DEPLOY_CMD
}

Expand Down Expand Up @@ -4338,10 +4343,6 @@ export KUBECONF_CLUSTER_B=${CLUSTER_B_DIR}/auth/kubeconfig

${junit_cmd} label_first_gateway_cluster_b

${junit_cmd} install_broker_aws_cluster_a

${junit_cmd} test_broker_before_join

${junit_cmd} set_join_parameters_for_cluster_a

${junit_cmd} set_join_parameters_for_cluster_b
Expand All @@ -4355,6 +4356,10 @@ export KUBECONF_CLUSTER_B=${CLUSTER_B_DIR}/auth/kubeconfig

fi

${junit_cmd} install_broker_aws_cluster_a

${junit_cmd} test_broker_before_join

${junit_cmd} run_subctl_join_on_cluster_a

${junit_cmd} run_subctl_join_on_cluster_b
Expand Down

0 comments on commit 9a97040

Please sign in to comment.