mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 22:00:35 +00:00
committed by
Steve Mattar
parent
64d7c11506
commit
d74e4a6fd4
@@ -5,6 +5,12 @@ ifneq (,$(DAPPER_HOST_ARCH))
|
|||||||
include $(SHIPYARD_DIR)/Makefile.inc
|
include $(SHIPYARD_DIR)/Makefile.inc
|
||||||
|
|
||||||
CLUSTER_SETTINGS_FLAG = --cluster_settings $(DAPPER_SOURCE)/cluster_settings
|
CLUSTER_SETTINGS_FLAG = --cluster_settings $(DAPPER_SOURCE)/cluster_settings
|
||||||
|
ifneq (,$(filter ovn,$(_using)))
|
||||||
|
CLUSTER_SETTINGS_FLAG = --cluster_settings $(DAPPER_SOURCE)/cluster_settings.ovn
|
||||||
|
else
|
||||||
|
CLUSTER_SETTINGS_FLAG = --cluster_settings $(DAPPER_SOURCE)/cluster_settings
|
||||||
|
endif
|
||||||
|
|
||||||
override CLUSTERS_ARGS += $(CLUSTER_SETTINGS_FLAG)
|
override CLUSTERS_ARGS += $(CLUSTER_SETTINGS_FLAG)
|
||||||
override DEPLOY_ARGS += $(CLUSTER_SETTINGS_FLAG) --deploytool helm
|
override DEPLOY_ARGS += $(CLUSTER_SETTINGS_FLAG) --deploytool helm
|
||||||
export DEPLOY_ARGS
|
export DEPLOY_ARGS
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
. "${SCRIPTS_DIR}"/lib/source_only
|
||||||
|
|
||||||
|
# We need a minimal setup to verify the deployment works
|
||||||
|
clusters=('cluster1' 'cluster2')
|
||||||
|
cluster_nodes['cluster1']="control-plane worker worker"
|
||||||
|
cluster_nodes['cluster2']="control-plane worker worker"
|
||||||
|
|
||||||
|
cluster_cni=( ['cluster1']="ovn" ['cluster2']="ovn" )
|
||||||
|
|
||||||
|
cluster_subm=( ['cluster1']="true" ['cluster2']="true" )
|
||||||
Reference in New Issue
Block a user