Dimensions CM Plugin → Dimensions CM Plugin Configuration Overview → Configuring Dimensions CM ALF Settings
To ensure full functionality of Release Control deployment tasks when using the Dimensions CM plugin, you must configure Dimensions CM ALF settings as described in the following topics:
For Release Control to receive all the information needed, you must identify the location of the ALF service and the event configuration file.
To identify the ALF locations:
..\Program Files\Serena\Dimensions 12.2\CM
DM_ALF_ENDPOINT http://serverName:8085/rlc/dimensionsDeployALFServiceFlow DM_ALF_EVENT_CONFIG %DM_DFS%alf_events_config.xml
You can point DM_ALF_ENDPOINT to multiple endpoints by specifying them on one line and separating them by whitespace, so that multiple integrations using different endpoints will work. For example, Serena Pulse and Release Control.
DM_ALF_PRODUCT_INSTANCE DimensionsUnderOrchestratedApps
For details on the dm.cfg file and Dimensions CM ALF settings, refer to the Dimensions CM documentation.
Deploy is asynchronous, so this requires ALF events to be configured. When Release Control calls a deploy, it returns immediately and then Dimensions CM deploys the content in the background and sends an ALF event when itβs done.
You must ensure that the deploy ALF event is configured so that Release Control can receive asynchronous responses when deploying.
To configure the deploy ALF event:
..\Program Files\Serena\Dimensions 12.2\CM\dfs
<!-- Specify a specific object class --> <Object> <Type>Baseline</Type> <!-- Example events to support for above object class --> <Events> <Event>build-allocated</Event> <Event>build-submitted</Event> <Event>build-completed</Event> <Event>deploy</Event> <Event>rollback</Event> </Events> </Object>
Promote is synchronous, so there is no need for ALF events for promote. When Release Control calls a promote it waits until it completes.
For details on the alf_events_config.xml file, refer to the Dimensions CM documentation.
Copyright © 2012β2016 Serena Software, Inc. All rights reserved.