docker-pega-web-ready icon indicating copy to clipboard operation
docker-pega-web-ready copied to clipboard

PegaMKTSMS and PegaMKTEmail are Valid NodeTypes for CDH Deployments

Open raghavf1 opened this issue 3 years ago • 1 comments

Describe the bug PegaMKTSMS and PegaMKTEmail are Valid NodeTypes for CDH Deployments and there is no configurational way to pass in those NodeTypes

To Reproduce Set the -DNode=PegaMKTSMS or PegaMKTEmail , we get an error from the platform its invalid nodetype the valid applicable NodeTypes are [Search, WebUser, BIX, BackgroundProcessing, Custom1, Custom2, Custom3, Custom4, Custom5, DDS, ADM, Batch, RealTime, RTDG, Stream]

Expected behavior For CDH Deployments we should include- PegaMKTSMS and PegaMKTEmail as a valid NodeTypes

Additional context As of today there is no way to pass the ApplicableNodeTypes environment value to tomcat. Currently in existing cloud cuttyhunk deployment tomcat images have an option to pass the applicable NodeTypes and we need similar param in tomcat for CDH deployments in this repo to pass applicableNodeTypes

raghavf1 avatar Mar 09 '21 11:03 raghavf1

Hello, any updates on this? CDH installation requires to have PegaMKTSMS and PegaMKTEmail node types.

Virusmater avatar Feb 07 '22 10:02 Virusmater

You can set applicable node types by adding -DapplicableNodeTypes= to the JAVA_OPTS environment variable.

pega-roska avatar Feb 07 '23 20:02 pega-roska