Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The values.yaml file is what defines the GEO partitioning for the clusters, so myODLCluster should have the IP address of the this the Primary Master node and the peerODLCluster should have the IP address of the Secondary Master node of the peer cluster.

isPrimaryODLCluster should be true on the Primary Cluster and false on the Secondary Cluster.

Green values are not in the file by default and must be added.

...

Follow steps from following link to deploy SDN-C: Deploying SDN-C using helm chart

Before deploying Before deploying SDN-C Cluster on secondary kubernetes cluster, a)  configure configure the values.yaml file for SDN-C chart to enable geo redundancyGeoRedundancy.

The values.yaml file is what defines the GEO partitioning for the clusters, so for the primary cluster so myODLCluster should have the IP address of the the master node of the primary cluster Secondary Master node and the peerODLCluster should have the IP address of the master Primary Master node of the secondary (standby) cluster. And the secondary cluster, it would be the reverse of the primary clusterpeer cluster.

isPrimaryODLCluster should be false on the Secondary Cluster.

Green values are not in the file by default and must be added.


Info
titleExample of <oom repo>/kubernetes/sdnc/values.yaml

enableODLClustergeoEnabled: true

config:
geoEnabled enableClustering: true
peerODLCluster myODLCluster: 10.147.114112.5105
myODLCluster peerODLCLuster: 10.147.114.1405
isPrimaryODLCluster: false


b) configure the geographic site id for secondary site for MySQL chart as below:

...