diff options
author | ITSERVICES\rb7147 <rb7147@att.com> | 2017-05-09 13:54:45 -0400 |
---|---|---|
committer | ITSERVICES\rb7147 <rb7147@att.com> | 2017-05-09 15:23:41 -0400 |
commit | b150ebac50287476676b67a84aff996fc738ee7b (patch) | |
tree | 67ef0e6e264a243c724300ceee7631d015c6538e /config/pe/pypdp.conf | |
parent | 687f2fc263e76180b85401e60eadd82520504148 (diff) |
Policy 1707 Docker script changes
Change-Id: I765e2badf48d4f7554de2a6ea037289e3f76e512
Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
Diffstat (limited to 'config/pe/pypdp.conf')
-rw-r--r-- | config/pe/pypdp.conf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/config/pe/pypdp.conf b/config/pe/pypdp.conf deleted file mode 100644 index 4a792b47..00000000 --- a/config/pe/pypdp.conf +++ /dev/null @@ -1,25 +0,0 @@ -# pypdp component installation configuration parameters - -# tomcat specific parameters - -TOMCAT_JMX_PORT=9994 -TOMCAT_SHUTDOWN_PORT=8405 -SSL_HTTP_CONNECTOR_PORT=8480 -SSL_AJP_CONNECTOR_PORT=8384 -SSL_AJP_CONNECTOR_REDIRECT_PORT=8443 - -TOMCAT_X_MS_MB=1024 -TOMCAT_X_MX_MB=1024 - -# pypdp parameters - -PDP_URL=http://pdp:8081/pdp/,testpdp,alpha123 -PAP_URL=http://pap:9091/pap/,testpap,alpha123 -PYPDP_ID=testrest -PYPDP_PASSWORD=3c0mpU#h01@N1c3 - -node_type=pypdp -# the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase -resource_name=pypdp_1 - -CLIENT_FILE=client.properties |