inkscope / inkscope-packaging

not maintained: use ansible playbook at https://github.com/inkscope/inkscope-ansible
Apache License 2.0
11 stars 10 forks source link

Can I run multiple cephrestapi && cephprobe && inkscope-admviz? #19

Closed chengweiv5 closed 8 years ago

chengweiv5 commented 8 years ago

I'm using ansible to deploy ceph and has 3 ceph-mon nodes, so comes to inkscope, is it possible that I deploy all inkscope-sysprobe to every nodes(monitor, osd, and etc.) and deploy cephrestapi && cephprobe && inkscope-admviz on all ceph-mon nodes?

all of them with the same configurations.

mourgaya commented 8 years ago

Hi,

Please deploy only one cephprobe. but you can have multiple cephrestapi but use a round robin dns with. and for inkscope-adminviz, you should not deploy more than one, due to the admin task that can be exclusive.

hope it wil be helpfull

2016-09-06 11:25 GMT+02:00 Chengwei Yang notifications@github.com:

I'm using ansible to deploy ceph and has 3 ceph-mon nodes, so comes to inkscope, is it possible that I deploy all inkscope-sysprobe to every nodes(monitor, osd, and etc.) and deploy cephrestapi && cephprobe && inkscope-admviz on all ceph-mon nodes?

all of them with the same configurations.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/inkscope/inkscope-packaging/issues/19, or mute the thread https://github.com/notifications/unsubscribe-auth/AAT_RsnoAUk12mYyygAvek5vsfMbjZvJks5qnTFxgaJpZM4J1onC .

Eric Mourgaya,

Respectons la planete! Luttons contre la mediocrite!

chengweiv5 commented 8 years ago

@mourgaya thanks, very helpful!