[
https://issues.apache.org/jira/browse/BROOKLYN-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106161#comment-15106161
]
Hadrian Zbarcea edited comment on BROOKLYN-217 at 1/19/16 2:51 AM:
-------------------------------------------------------------------
I have a few branches on my
[{{fork}}|https://github.com/hzbarcea/incubator-brooklyn] trying a few
approaches to SaltStack integration. A more complex one is the
{{salt-location}} branch, but I abandoned it in favor of a simple approach on
the [{{saltier}}|https://github.com/hzbarcea/incubator-brooklyn/tree/saltier]
branch.
The premise is to support 4 modes:
* MASTER - a salt master entity
* MINION - a salt minion entity (running with {{file_client: remote}})
* MASTERLESS - a salt minion entity (running with {{file_client: local}}) using
salt-call
* AGENTLESS - a salt entity using {{salt-ssh}}
One can find more
[documentation|https://docs.saltstack.com/en/latest/contents.html] on the
SaltStack site, including a fairly good
[quickstart|https://docs.saltstack.com/en/latest/topics/tutorials/quickstart.html]
tutorial.
was (Author: hadrian):
I have a few branches on my
[{{fork}}|https://github.com/hzbarcea/incubator-brooklyn] trying a few
approaches to SaltStack integration. A more complex one is the
{{salt-location}} branch, but I abandoned it in favor of a simple approach on
the [{{saltier}}|https://github.com/hzbarcea/incubator-brooklyn/tree/saltier]
branch.
The premise is to support 4 modes:
* MASTER - a salt master entity
* MINION - a salt minion entity (running with {{file_client: remote}})
* MASTERLESS - a salt minion entity (running with {{file_client: local}}) using
salt-call
* AGENTLESS - a salt entity using {{salt-ssh}}
> Support for SaltStack
> ---------------------
>
> Key: BROOKLYN-217
> URL: https://issues.apache.org/jira/browse/BROOKLYN-217
> Project: Brooklyn
> Issue Type: Improvement
> Reporter: Hadrian Zbarcea
> Assignee: Hadrian Zbarcea
> Fix For: 0.9.0
>
>
> SaltStack is a popular configuration management tool.
> SaltStack would rapidly extend its support for managing services in a cloud
> infrastructure by using SaltStack master/minions and leveraging SaltStack
> formulas. SaltStack grains provide metrics about hosts and installation and
> would be a good source of sensors.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)