You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2015/10/26 12:16:47 UTC

[7/7] incubator-brooklyn git commit: This closes #969

This closes #969


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

Branch: refs/heads/master
Commit: 39653056d364e54604f14cb7c79122ba4fdbe636
Parents: 991a255 faa5e42
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Mon Oct 26 11:02:05 2015 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Mon Oct 26 11:02:05 2015 +0000

----------------------------------------------------------------------
 .../guide/ops/catalog/images/add-to-catalog.png | Bin 0 -> 4919 bytes
 docs/guide/ops/catalog/index.md                 |  13 +++++---
 docs/guide/ops/locations/index.md               |  33 ++-----------------
 docs/guide/ops/locations/vpc-issues.md          |  32 ++++++++++++++++++
 docs/guide/start/managing.md                    |   3 ++
 5 files changed, 46 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/39653056/docs/guide/ops/locations/index.md
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/39653056/docs/guide/start/managing.md
----------------------------------------------------------------------
diff --cc docs/guide/start/managing.md
index dbe0d4b,29788eb..7139f32
--- a/docs/guide/start/managing.md
+++ b/docs/guide/start/managing.md
@@@ -17,29 -17,13 +17,32 @@@ We can explore the management hierarch
  
  
  
 -Clicking on the "My Web" entity will show the "Summary" tab,
 +Clicking on the "My Web Cluster" entity will show the "Summary" tab,
  giving a very high level of what that component is doing. 
+ Click on each of the child components in turn for more detail on that component. 
+ Note that the cluster of web servers includes a "quarantine group", to which members of the 
+ cluster that fail will be added. These are excluded from the load-balancer's targets.
  
 -![Exploring My Web.](images/my-web.png)
 +[![Exploring My Web.](images/my-web.png)](images/my-web-large.png)
 +
 +
 +## Activities
 +
 +The Activity tab allows us to drill down into the tasks each entity is currently executing or has recently completed. It is possible to drill down through all child tasks, and view the commands issued, along with any errors or warnings that occurred.
 +
 +For example clicking on the NginxController in the left hand tree and opening its Activity tab you can observe the 'start' task is 'In progress'.
 +
 +**Note**: You may observe different tasks depending on how far your deployment has progressed).
 +
 +[![My DB Activities Step 1.](images/my-db-activities-step1.png)](images/my-db-activities-step1-large.png)
 +
 +Clicking on the 'start' task you can discover more details on the actions being carried out by that task (a task may consist of additional subtasks).
 +
 +[![My DB Activities Step 2.](images/my-db-activities-step2.png)](images/my-db-activities-step2-large.png)
 +
 +Continuing to drill down into the 'In progress' tasks you will eventually reach the currently active task where you can investigate the ssh command executed on the target node including the current stdin, stdout and stderr output.
 +
 +[![My DB Activities Step 3.](images/my-db-activities-step3.png)](images/my-db-activities-step3-large.png)
  
  
  ## Sensors