Skip to content

Commit

Permalink
Explicit config
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Nov 23, 2023
1 parent d9ac4c6 commit 7962ebe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions roles/instance/templates/aem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,15 @@ instance:
timeout: 10m
# Max time in which socket connection to instance should be established
reachable:
skip: false
timeout: 3s
# Bundle state tracking
bundle_stable:
skip: false
symbolic_names_ignored: []
# OSGi events tracking
event_stable:
skip: false
# Topics indicating that instance is not stable
topics_unstable:
- "org/osgi/framework/ServiceEvent/*"
Expand All @@ -93,15 +96,26 @@ instance:
received_max_age: 5s
# OSGi components state tracking
component_stable:
skip: false
abort: true
pids_ignored: []
pids_failed_activation: ["*"]
pids_unsatisfied_reference: []
# Sling Installer tracking
installer:
skip: false
# JMX state checking
state: true
# Pause Installation nodes checking
pause: true
# Specific endpoints / paths (like login page)
path_ready:
timeout: 10s
login_page:
skip: false
path: "/libs/granite/core/content/login.html"
status_code: 200
contained_text: QUICKSTART_HOMEPAGE

# Managed locally (set up automatically)
local:
Expand Down

0 comments on commit 7962ebe

Please sign in to comment.