opennms-forge / docker-horizon-core-web

🐳 Core and Web application service for Horizon by OpenNMS
MIT License
30 stars 19 forks source link

Scale OpenNMS service #48

Open vincenzodnp opened 5 years ago

vincenzodnp commented 5 years ago

Hello folks and thanks for your work.

I have a doubt. I have a Docker Swarm cluster by 4 nodes and I'd like to run a docker service replicated on 4 nodes. Each container running on each node, has its own persistent volumes to store etc, data and log. I have a single PostgreSQL endpoint.

My questions are:

I'm using docker image: opennms/horizon-core-web:22.0.4-1

Thanks a lot. Vincenzo

indigo423 commented 5 years ago

Hello @vincenzodnp Currently you can't scale out all components of OpenNMS. Here is a list of parts which you can scale out:

Vacuumd is deprecated in favour of our Alarm Correlation project Sextant.

Everything else can't be easily scaled out right now but is a goal of the ongoing project Sentinel.

vincenzodnp commented 5 years ago

Thanks @indigo423 I think the same considerations could be done by talking about "legacy" infrastructure without container. Isn't it? Thanks Vincenzo