. "${SCRIPTS_DIR}"/lib/source_only

# We need a minimal setup to verify that lighthouse works
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" ['cluster3']="weave" )

cluster_subm=( ['cluster1']="true" ['cluster2']="true"  ['cluster3']="true" )

