summaryrefslogtreecommitdiffstats
path: root/base/deploy/config/deployment.cfg
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-30 16:03:27 -0500
commit6344d6e7534696b9c236e818fe6f504bc957adaa (patch)
tree9ca8f34025c4d1e4471f861e630e8f38b8cc0b6a /base/deploy/config/deployment.cfg
parent471a49326ee8755bf2440962a36a30f4df619a17 (diff)
downloadpki-6344d6e7534696b9c236e818fe6f504bc957adaa.tar.gz
pki-6344d6e7534696b9c236e818fe6f504bc957adaa.tar.xz
pki-6344d6e7534696b9c236e818fe6f504bc957adaa.zip
Replaced links of scriptlets with lists.
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/deployment.cfg')
-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: ##
## ##