diff --git a/scripts/dev/contexts/e2e_multi_cluster_2_clusters b/scripts/dev/contexts/e2e_multi_cluster_2_clusters index a06efaed9..eab3a9ee7 100644 --- a/scripts/dev/contexts/e2e_multi_cluster_2_clusters +++ b/scripts/dev/contexts/e2e_multi_cluster_2_clusters @@ -15,3 +15,10 @@ export test_pod_cluster=kind-e2e-cluster-1 export TEST_POD_CLUSTER=kind-e2e-cluster-1 export ops_manager_version="cloud_qa" +# MCK is capable of deploying a webhook (optional). +# To do so it needs know which pods to select for routing traffic +# in the Service and operator name currently serves as a selector. +# This value must be different for multi cluster setup, +# but we can unify once we are done with unified operator +# installation for both multicluster and single cluster setups. +export OPERATOR_NAME="mongodb-kubernetes-operator-multi-cluster" diff --git a/scripts/dev/contexts/e2e_multi_cluster_kind b/scripts/dev/contexts/e2e_multi_cluster_kind index 28b48c50b..df449891e 100644 --- a/scripts/dev/contexts/e2e_multi_cluster_kind +++ b/scripts/dev/contexts/e2e_multi_cluster_kind @@ -15,3 +15,11 @@ export CENTRAL_CLUSTER=kind-e2e-operator export TEST_POD_CLUSTER=kind-e2e-cluster-1 export test_pod_cluster=kind-e2e-cluster-1 export ops_manager_version="cloud_qa" + +# MCK is capable of deploying a webhook (optional). +# To do so it needs know which pods to select for routing traffic +# in the Service and operator name currently serves as a selector. +# This value must be different for multi cluster setup, +# but we can unify once we are done with unified operator +# installation for both multicluster and single cluster setups. +export OPERATOR_NAME="mongodb-kubernetes-operator-multi-cluster" diff --git a/scripts/dev/contexts/e2e_multi_cluster_om_appdb b/scripts/dev/contexts/e2e_multi_cluster_om_appdb index beb13e5a1..31e68b112 100644 --- a/scripts/dev/contexts/e2e_multi_cluster_om_appdb +++ b/scripts/dev/contexts/e2e_multi_cluster_om_appdb @@ -20,3 +20,11 @@ export CENTRAL_CLUSTER=kind-e2e-cluster-1 export TEST_POD_CLUSTER=kind-e2e-cluster-1 export test_pod_cluster=kind-e2e-cluster-1 export ops_manager_version="${CUSTOM_OM_VERSION}" + +# MCK is capable of deploying a webhook (optional). +# To do so it needs know which pods to select for routing traffic +# in the Service and operator name currently serves as a selector. +# This value must be different for multi cluster setup, +# but we can unify once we are done with unified operator +# installation for both multicluster and single cluster setups. +export OPERATOR_NAME="mongodb-kubernetes-operator-multi-cluster" diff --git a/scripts/dev/contexts/e2e_multi_cluster_om_operator_not_in_mesh b/scripts/dev/contexts/e2e_multi_cluster_om_operator_not_in_mesh index 8e6f6972c..f4aeb33c8 100644 --- a/scripts/dev/contexts/e2e_multi_cluster_om_operator_not_in_mesh +++ b/scripts/dev/contexts/e2e_multi_cluster_om_operator_not_in_mesh @@ -15,3 +15,11 @@ export CENTRAL_CLUSTER=kind-e2e-operator export test_pod_cluster=kind-e2e-cluster-1 export TEST_POD_CLUSTER=kind-e2e-cluster-1 export ops_manager_version="${CUSTOM_OM_VERSION}" + +# MCK is capable of deploying a webhook (optional). +# To do so it needs know which pods to select for routing traffic +# in the Service and operator name currently serves as a selector. +# This value must be different for multi cluster setup, +# but we can unify once we are done with unified operator +# installation for both multicluster and single cluster setups. +export OPERATOR_NAME="mongodb-kubernetes-operator-multi-cluster" diff --git a/scripts/dev/contexts/e2e_static_multi_cluster_2_clusters b/scripts/dev/contexts/e2e_static_multi_cluster_2_clusters index c86e8655e..429fdd685 100644 --- a/scripts/dev/contexts/e2e_static_multi_cluster_2_clusters +++ b/scripts/dev/contexts/e2e_static_multi_cluster_2_clusters @@ -16,3 +16,11 @@ export ops_manager_version="cloud_qa" export MDB_DEFAULT_ARCHITECTURE=static export CUSTOM_MDB_VERSION=6.0.5 + +# MCK is capable of deploying a webhook (optional). +# To do so it needs know which pods to select for routing traffic +# in the Service and operator name currently serves as a selector. +# This value must be different for multi cluster setup, +# but we can unify once we are done with unified operator +# installation for both multicluster and single cluster setups. +export OPERATOR_NAME="mongodb-kubernetes-operator-multi-cluster" diff --git a/scripts/dev/contexts/e2e_static_multi_cluster_kind b/scripts/dev/contexts/e2e_static_multi_cluster_kind index cc198e34f..092dc9004 100644 --- a/scripts/dev/contexts/e2e_static_multi_cluster_kind +++ b/scripts/dev/contexts/e2e_static_multi_cluster_kind @@ -20,3 +20,11 @@ export MDB_DEFAULT_ARCHITECTURE=static # For upgrade/downgrade tests we need to override this for static containers since we don't have 5.0.x versions # of MDB binaries for ubi9 export CUSTOM_MDB_PREV_VERSION=6.0.5 + +# MCK is capable of deploying a webhook (optional). +# To do so it needs know which pods to select for routing traffic +# in the Service and operator name currently serves as a selector. +# This value must be different for multi cluster setup, +# but we can unify once we are done with unified operator +# installation for both multicluster and single cluster setups. +export OPERATOR_NAME="mongodb-kubernetes-operator-multi-cluster" diff --git a/scripts/dev/contexts/e2e_static_multi_cluster_om_appdb b/scripts/dev/contexts/e2e_static_multi_cluster_om_appdb index 4a5ab72f3..5a0828ae2 100644 --- a/scripts/dev/contexts/e2e_static_multi_cluster_om_appdb +++ b/scripts/dev/contexts/e2e_static_multi_cluster_om_appdb @@ -24,3 +24,11 @@ export MDB_DEFAULT_ARCHITECTURE=static # clear cloud-qa settings export OM_ORGID="" + +# MCK is capable of deploying a webhook (optional). +# To do so it needs know which pods to select for routing traffic +# in the Service and operator name currently serves as a selector. +# This value must be different for multi cluster setup, +# but we can unify once we are done with unified operator +# installation for both multicluster and single cluster setups. +export OPERATOR_NAME="mongodb-kubernetes-operator-multi-cluster" diff --git a/scripts/dev/contexts/manual_telemetry_multi_cluster_dev b/scripts/dev/contexts/manual_telemetry_multi_cluster_dev index 12983c708..138735359 100644 --- a/scripts/dev/contexts/manual_telemetry_multi_cluster_dev +++ b/scripts/dev/contexts/manual_telemetry_multi_cluster_dev @@ -19,3 +19,11 @@ export MDB_OPERATOR_TELEMETRY_SEND_ENABLED=true export MDB_OPERATOR_TELEMETRY_SEND_BASEURL="https://cloud-dev.mongodb.com/" export MDB_OPERATOR_TELEMETRY_SEND_FREQUENCY="10m" # let's send frequently export MDB_OPERATOR_TELEMETRY_COLLECTION_FREQUENCY="1m" # let's collect as often as we can + +# MCK is capable of deploying a webhook (optional). +# To do so it needs know which pods to select for routing traffic +# in the Service and operator name currently serves as a selector. +# This value must be different for multi cluster setup, +# but we can unify once we are done with unified operator +# installation for both multicluster and single cluster setups. +export OPERATOR_NAME="mongodb-kubernetes-operator-multi-cluster" diff --git a/scripts/dev/contexts/manual_telemetry_multi_cluster_prod b/scripts/dev/contexts/manual_telemetry_multi_cluster_prod index f3a385bb8..58852fc60 100644 --- a/scripts/dev/contexts/manual_telemetry_multi_cluster_prod +++ b/scripts/dev/contexts/manual_telemetry_multi_cluster_prod @@ -18,3 +18,11 @@ export ops_manager_version="cloud_qa" export MDB_OPERATOR_TELEMETRY_SEND_ENABLED=true export MDB_OPERATOR_TELEMETRY_SEND_FREQUENCY="10m" # let's send frequently export MDB_OPERATOR_TELEMETRY_COLLECTION_FREQUENCY="1m" # let's collect as often as we can + +# MCK is capable of deploying a webhook (optional). +# To do so it needs know which pods to select for routing traffic +# in the Service and operator name currently serves as a selector. +# This value must be different for multi cluster setup, +# but we can unify once we are done with unified operator +# installation for both multicluster and single cluster setups. +export OPERATOR_NAME="mongodb-kubernetes-operator-multi-cluster" diff --git a/scripts/dev/contexts/root-context b/scripts/dev/contexts/root-context index 3531b112d..7b147aa34 100644 --- a/scripts/dev/contexts/root-context +++ b/scripts/dev/contexts/root-context @@ -121,3 +121,11 @@ export MDB_SEARCH_COMMUNITY_REPO_URL="quay.io/mongodb" if [[ ${MDB_BASH_DEBUG:-0} == 1 ]]; then export PS4='+(${BASH_SOURCE}:${LINENO})[^$?]: ${FUNCNAME[0]:+${FUNCNAME[0]}(): }' fi + +# MCK is capable of deploying a webhook (optional). +# To do so it needs know which pods to select for routing traffic +# in the Service and operator name currently serves as a selector. +# This value must be different for multi cluster setup, +# but we can unify once we are done with unified operator +# installation for both multicluster and single cluster setups. +export OPERATOR_NAME="mongodb-kubernetes-operator"