summaryrefslogtreecommitdiffstats
path: root/base/deploy/config
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-28 18:59:06 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-28 18:59:06 -0500
commit9248b0307f0fd723689c895f8a826e250ff2db58 (patch)
tree62fc7a02af058705beedba626f4567e8be97ff5a /base/deploy/config
parentb769780f64968c6b8d1dfec6782f73c18a82692f (diff)
downloadpki-9248b0307f0fd723689c895f8a826e250ff2db58.tar.gz
pki-9248b0307f0fd723689c895f8a826e250ff2db58.tar.xz
pki-9248b0307f0fd723689c895f8a826e250ff2db58.zip
Replaced links of scriptlets with lists.ticket-399-4
Previously the deployment tools used symbolic links to determine the scriplets to execute and their order. The code has been changed such that now the scriplets are listed as parameters (spawn_scriplets and destroy_scriplets) in the configuration file. Ticket #403
Diffstat (limited to 'base/deploy/config')
-rw-r--r--base/deploy/config/deployment.cfg25
1 files changed, 25 insertions, 0 deletions
diff --git a/base/deploy/config/deployment.cfg b/base/deploy/config/deployment.cfg
index 133d4e993..278df62d3 100644
--- a/base/deploy/config/deployment.cfg
+++ b/base/deploy/config/deployment.cfg
@@ -22,6 +22,31 @@ sensitive_parameters=
pki_security_domain_password
pki_token_password
+# The spawn_scriplets contains a list of scriplets to be executed by pkispawn.
+spawn_scriplets=
+ initialization
+ infrastructure_layout
+ instance_layout
+ subsystem_layout
+ selinux_setup
+ webapp_deployment
+ slot_substitution
+ security_databases
+ configuration
+ finalization
+
+# The destroy_scriplets contains a list of scriplets to be executed by pkidestroy.
+destroy_scriplets=
+ initialization
+ configuration
+ webapp_deployment
+ subsystem_layout
+ security_databases
+ instance_layout
+ selinux_setup
+ infrastructure_layout
+ finalization
+
###############################################################################
## Common Configuration: ##
## ##