You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Geoff Macartney (JIRA)" <ji...@apache.org> on 2016/02/03 18:06:39 UTC

[jira] [Comment Edited] (BROOKLYN-217) Support for SaltStack

    [ https://issues.apache.org/jira/browse/BROOKLYN-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15130693#comment-15130693 ] 

Geoff Macartney edited comment on BROOKLYN-217 at 2/3/16 5:05 PM:
------------------------------------------------------------------

I have done some more work on the Saltstack integration.  There are a number of things still do to but I think it is at the stage where it is worth a pull request for review and test.  I have created a pull request for brooklyn-server:

https://github.com/apache/brooklyn-server/pull/4

and added some documentation in 

https://github.com/apache/brooklyn-docs/pull/9

The code at present provides support for Salt in masterless mode only, reading Salt formulas and Pillar data and using them to set up a Brooklyn node.  There are a number of things still to do here, such as:

* if salt-call --local is used it may be better (just in MASTERLESS mode) to pass '-X' to install_salt.sh
* add config for using a proxy via download '-H' flag with install_salt.sh
* add a Salt resolver
* master mode
* testing on a range of platforms (so far tested on Ubuntu in both 'bring your own node' and cloud).
* testing with a wider range of formulas (so far tested with Apache and MySQL formulas)




was (Author: geomacy):
I have done some more work on the Saltstack integration.  There are a number of things still do to but I think it is at the stage where it is worth a pull request for review and test.  I have created a pull request for brooklyn-server:

https://github.com/apache/brooklyn-server/pull/4

and added some documentation in 

https://github.com/apache/brooklyn-docs/pull/9

The code at present provides support for Salt in masterless mode only, reading Salt formulas and Pillar data and using them to set up a Brooklyn node.  There are a number of things still to do here:

* if salt-call --local is used it may be better (just in MASTERLESS mode) to pass '-X' to install_salt.sh
* add config for using a proxy via download '-H' flag with install_salt.sh
* add a Salt resolver
* master mode
* testing on a range of platforms (so far tested on Ubuntu in both 'bring your own node' and cloud).
* testing with a wider range of formulas (so far tested with Apache and MySQL formulas)



> 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)