michaelklishin / cassandra-chef-cookbook

Chef cookbook for Apache Cassandra, DataStax Enterprise (DSE) and DataStax agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agent should search for datastax opscenter server in its own environment

opsline-radek opened this issue · comments

Having a opscenter server in each environment is problematic as all agents try to connect to the first one returned by the search. Can we limit the search to the environment of the searching node?

This is in opscenter_agent_datastax recipe.

PR created: #282