Pre-provisioning and post-provisioning scripts are managed by using the Action Repository. See Managing-Actions. Entries appear on the Custom Scripts Configuration page in provisioning wizards.
You can use the following XML template in either the editable or non-editable section of your template to pre-define or lock down entries.
WarningNote
Entries listed have the pre-provisioning or post-provisioning option selected in the Action Repository.
Scripts are run in the order they are listed in the template.
InformationExample
<!-- Provisioning Scripts Configuration -->
<preprovisioning_scripts>
<!--
Name: Pre-provisioning scripts
Description: List of pre-provisioning scripts to be run.
Required: This is not a required field.
Requirements: The fully qualified name of the Action, as it appears in the Repository, to be run as a pre-script.
<script>/domain_a/db_archivelog_mode_disable</script>
<script>/domain_a/subdomain/check_env_variables</script>
-->
</preprovisioning_scripts>
<postprovisioning_scripts>
<!--
Name: Post-provisioning scripts
Description: The name of the Action to be run as a post-script.
Required: This is not a required field.
Requirements: The fully qualified name of the Action, as it appears in the Repository, to be run as a post-script.
<script>/domain_a/db_archivelog_mode_enable</script>
<script>/domain_a/subdomain/qa_script</script>
-->
</postprovisioning_scripts>