Pahuni,
As the cluster manager is in alpha, we don't plan on supporting it, since it's still really early in production. We are currently doing a major re-haul of the functions as a whole, but in the mean-time we've developed a manual method you can check out here:
https://gluu.org/docs/ce/3.0.2/installation-guide/cluster/
I don't think you can just copy the /opt/gluu-server-3.0.2 folder from one OS to another, so you might have to copy the setup.properties.last from /install/community-edition-setup/ to the other OS server and edit the `hostname=` and `ip=` entries. Then rename the file to `setup.properties` and run setup.py. This should automatically have all configuration entries filled. You'll also need to copy all the /etc/certs/ from 1 server to the other one you're setting up.
In my opinion it would be best to run all your servers on CentOS if that's what you want to use, with the manual method, until development is finished on Cluster-mgr.