aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Determe <sd378r@intl.att.com>2018-04-25 13:27:04 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-25 13:27:04 +0000
commite4a945d92d109c580f88d26151c2bdd25166b64e (patch)
treead388367cfe34014ba5a606daddbfec3eac5076f
parent289bde41bd1a08884379f087a1282a99ac16a274 (diff)
parent741faeb6a1dc0de875d19e11897449c8ce50b076 (diff)
Merge "Remove useless configuration"
-rw-r--r--pom.xml2
-rw-r--r--src/main/resources/application.properties7
-rw-r--r--src/test/resources/application.properties5
3 files changed, 5 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 6b08b0c2..b45b7648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,8 +48,6 @@
"mvn clean install -Dspring.config.location=classpath:application-test.properties"
The application.properties contains the location of the CLAMP parameters files:
- - org.onap.clamp.config.files.cldsReference=classpath:/clds/clds-reference.properties
- - org.onap.clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties
- org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
- org.onap.clamp.config.files.globalClds=classpath:/clds/globalClds.properties
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index aa928207..b59d0ee9 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -106,7 +106,6 @@ async.core.pool.size=10
async.max.pool.size=20
async.queue.capacity=500
-clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties
clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json
clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
@@ -130,11 +129,11 @@ clamp.config.policy.pdpUrl2=http://policy.api.simpledemo.onap.org:8081/pdp/ , te
clamp.config.policy.papUrl=http://policy.api.simpledemo.onap.org:8081/pap/ , testpap, alpha123
clamp.config.policy.notificationType=websocket
clamp.config.policy.notificationUebServers=localhost
-clamp.config.policy.notificationTopic=
-clamp.config.policy.clientId=myclientid
+clamp.config.policy.notificationTopic=PDPD-CONFIGURATION
+clamp.config.policy.clientId=python
# base64 encoding
-clamp.config.policy.clientKey=5CE79532B3A2CB4D132FC0C04BF916A7
+clamp.config.policy.clientKey=dGVzdA==
#DEVL for development
#TEST for Test environments
#PROD for prod environments
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
index fb11595a..91008bbb 100644
--- a/src/test/resources/application.properties
+++ b/src/test/resources/application.properties
@@ -106,7 +106,6 @@ async.core.pool.size=10
async.max.pool.size=20
async.queue.capacity=500
-clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties
clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json
clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
@@ -131,9 +130,9 @@ clamp.config.policy.papUrl=http://localhost:${docker.http-cache.port.host}/pap/
clamp.config.policy.notificationType=websocket
clamp.config.policy.notificationUebServers=localhost
clamp.config.policy.notificationTopic=
-clamp.config.policy.clientId=myclientid
+clamp.config.policy.clientId=python
# base64 encoding
-clamp.config.policy.clientKey=5CE79532B3A2CB4D132FC0C04BF916A7
+clamp.config.policy.clientKey=dGVzdA==
#DEVL for development
#TEST for Test environments
#PROD for prod environments