Netflix / dynomite-manager

A sidecar to manage Dynomite clusters
https://github.com/Netflix/dynomite
Apache License 2.0
91 stars 59 forks source link

Dynomite-manager for local cluster deployment #98

Open raz08 opened 6 years ago

raz08 commented 6 years ago

I'm trying to write an interface for our local cluster deployment and i'm trying to give implementation for the given interfaces IMembership; ICredential; ICredential; InstanceEnvIdentity; InstanceDataRetriever; IEnvVariables;

1) Register membership. Here we need to provide cluster info i.e RAC details like racid ,name nodes etc. Can some one help here in how to start with. (is there any doc for this?)

2) InstanceEnvIdentity Do we need to set isClassic to true?

Can you help us in implementing these interfaces? This requirement discussion is already in following threads #529 , #95

Thanks

ipapapa commented 6 years ago

I am sorry I have skipped this issue. You can see the implementation of the interfaces and based on these it should be straightforward on how to move ahead. We also have some good description on the Wiki for each interface and its functionality. isClassic refers to the AWS Classic which is deprecated. If you need any further assistance please do not hesitate to reach out.