forked from submariner-io/lighthouse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add e2e to verify round-robin for Service discovery (submariner-io#422)
Add e2e to verify round-robin for Service discovery Fixes : submariner-io#340 Signed-off-by: Aswin Surayanarayanan <[email protected]>
- Loading branch information
1 parent
fe9fbbe
commit 2863256
Showing
3 changed files
with
134 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
. "${SCRIPTS_DIR}"/lib/source_only | ||
|
||
# We need a minimal setup to verify that lighthouse works | ||
clusters=('cluster1' 'cluster2') | ||
clusters=('cluster1' 'cluster2' 'cluster3') | ||
cluster_nodes['cluster1']="control-plane worker worker" | ||
cluster_nodes['cluster2']="control-plane worker worker" | ||
cluster_nodes['cluster3']="control-plane worker" | ||
|
||
cluster_cni=( ['cluster1']="weave" ['cluster2']="weave" ) | ||
cluster_cni=( ['cluster1']="weave" ['cluster2']="weave" ['cluster3']="weave" ) | ||
|
||
cluster_subm=( ['cluster1']="true" ['cluster2']="true" ['cluster3']="true" ) | ||
|
||
cluster_subm=( ['cluster1']="true" ['cluster2']="true" ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters