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 2015/09/15 18:53:34 UTC

[15/15] incubator-brooklyn git commit: This closes #884

This closes #884


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

Branch: refs/heads/master
Commit: 5bb7cc6935b302c32adaeec5251628115550bd0c
Parents: 099d88a bbe8366
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Sep 15 17:49:36 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Sep 15 17:49:36 2015 +0100

----------------------------------------------------------------------
 .../brooklyn/api/entity/EntityInitializer.java  |   9 +
 .../BasicAssemblyTemplateInstantiator.java      |   2 +-
 .../apache/brooklyn/core/entity/Entities.java   |  37 +++-
 .../apache/brooklyn/core/sensor/Sensors.java    |   2 +-
 docs/guide/ops/cli-reference.md                 | 201 +++++++++++++++++++
 docs/guide/ops/index.md                         |   9 +-
 docs/guide/ops/install-on-server.md             | 131 ------------
 docs/guide/ops/launch.md                        | 201 -------------------
 docs/guide/ops/production-installation.md       | 103 ++++++++++
 docs/guide/ops/requirements.md                  |   2 +-
 docs/guide/ops/rest.md                          |  89 ++++++++
 .../brooklyn/launcher/BrooklynLauncher.java     |   6 +-
 .../apache/brooklyn/rest/BrooklynWebConfig.java |   3 +
 ...nUserWithRandomPasswordSecurityProvider.java |  10 +-
 .../provider/DelegatingSecurityProvider.java    |  10 +
 .../provider/ExplicitUsersSecurityProvider.java |  37 +++-
 16 files changed, 495 insertions(+), 357 deletions(-)
----------------------------------------------------------------------