Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REALM discovery aids #309

Merged
merged 3 commits into from
Sep 26, 2013
Merged

REALM discovery aids #309

merged 3 commits into from
Sep 26, 2013

Conversation

joshbronson
Copy link
Contributor

I've added some a cluster_names field to aid clusters, facets, and components as they talk about clusters that have been created within a realm. It's easiest to explain with an example:

Ironfan.realm(:p1) do

  # declare control cluster.
  cluster(:control)

  cluster(:es) do
    zabbix_agent{ of cluster_names.control }
  end
end

In this case, cluster_names.control will be the symbol :p1_control, representing the name of the control cluster.

@temujin9 temujin9 merged commit c8325ed into master Sep 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants