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 2021/11/16 15:22:41 UTC

[brooklyn-docs] 09/13: takesn out camp bit for stop effector

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit 5e871fe8cde17ad085d9e1143d9ad34c3164fa9b
Author: iuliana <iu...@cloudsoft.io>
AuthorDate: Mon Nov 8 13:05:07 2021 +0000

    takesn out camp bit for stop effector
---
 guide/concepts/_stop-start-restart-bevaviour.camp.md | 3 +++
 guide/concepts/stop-start-restart-behaviour.md       | 4 +---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/guide/concepts/_stop-start-restart-bevaviour.camp.md b/guide/concepts/_stop-start-restart-bevaviour.camp.md
new file mode 100644
index 0000000..e952666
--- /dev/null
+++ b/guide/concepts/_stop-start-restart-bevaviour.camp.md
@@ -0,0 +1,3 @@
+### stop()
+Stop will terminate the application and all its child entities (including releasing all their resources).
+The application will also be unmanaged, **removing** it from Brooklyn.
\ No newline at end of file
diff --git a/guide/concepts/stop-start-restart-behaviour.md b/guide/concepts/stop-start-restart-behaviour.md
index d862cb3..814bcb1 100644
--- a/guide/concepts/stop-start-restart-behaviour.md
+++ b/guide/concepts/stop-start-restart-behaviour.md
@@ -15,9 +15,7 @@ This will start the application in the given location(s). Each child-entity with
 The start effector will be called automatically when the application is deployed through the catalog.
 Is is strongly recommended to not call start again.
 
-### stop()
-Stop will terminate the application and all its child entities (including releasing all their resources).
-The application will also be unmanaged, **removing** it from Brooklyn.
+{% read _stop-start-restart-bevaviour.camp.md %}
 
 ### restart()
 This will invoke `restart()` on each child-entity concurrently (with the default values for the child-entity's restart effector parameters).