You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/19 11:07:44 UTC

[7/7] brooklyn-library git commit: This closes #5

This closes #5


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/b8395ff3
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/b8395ff3
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/b8395ff3

Branch: refs/heads/master
Commit: b8395ff302a805fef161ea1079794ebaa9cd1810
Parents: 9fdf1db a01cba0
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Fri Feb 19 10:07:28 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Fri Feb 19 10:07:28 2016 +0000

----------------------------------------------------------------------
 software/cm/ansible/pom.xml                     |  84 +++++++
 .../entity/cm/ansible/AnsibleBashCommands.java  |  39 ++++
 .../entity/cm/ansible/AnsibleConfig.java        |  70 ++++++
 .../entity/cm/ansible/AnsibleEntity.java        |  40 ++++
 .../entity/cm/ansible/AnsibleEntityImpl.java    |  59 +++++
 .../ansible/AnsibleLifecycleEffectorTasks.java  | 227 +++++++++++++++++++
 .../entity/cm/ansible/AnsiblePlaybookTasks.java | 109 +++++++++
 .../ansible/AnsibleEntityIntegrationTest.java   | 116 ++++++++++
 software/cm/pom.xml                             |   2 +-
 9 files changed, 745 insertions(+), 1 deletion(-)
----------------------------------------------------------------------