opennms-forge / stack-play

🎢 Just the fun parts! - Some docker-compose container stacks for local labs or playgrounds
GNU General Public License v3.0
6 stars 6 forks source link

minimal-newts cassandra hostname key settings are wrong #18

Closed gallenc closed 2 years ago

gallenc commented 2 years ago

stack-play\minimal-newts\container-fs\opt\opennms-overlay\confd\horizon-config.yaml cassandra: hostnames: cassandra-01

should be (no s on hostnames)

cassandra: hostname: cassandra-01

for correct initialisation of cassandra database

Also true in stack-play\full-stack