michaelklishin / cassandra-chef-cookbook

Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install multi DC cassandra on two separate Openshift Origin clusters to get HA and DR

Natarajan77 opened this issue · comments

We are in the process of installing Cassandra as multi DC on Openshift origin and running into challenges.

So we have two openshift clusters which are separated by Datacenter

Openshift Origin AB hosted in datacenter ELC

Openshift Origin CD hosted in datacenter CLC

Going to install cassandra cluster on AB and CD. Both cassandra cluster on AB and CD should be able to talk with each other. So that we get HA and DR.

Current challenge cassandra cluster in AB and CD they are not able to talk with each other.

Cassandra broadcasts on pod ip and unfortunately pod ips are accessible only in local origin cluster not across remote. How to make the pod ip accessible across open shift origin clusters?