diff options
author | xuegao <xg353y@intl.att.com> | 2019-09-26 13:29:10 +0200 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2019-10-01 15:33:11 +0200 |
commit | 58c7c977bed829fe010849cdf1b3f654c3c8cc02 (patch) | |
tree | cb309e189f7d31fc1566beef67c94d7baf0293cf /src | |
parent | 83fe2b0afab57482c548ccb360fc1266891fa051 (diff) |
Remove Policy dependencies
Remove policy related dependencies from the pom.xml
Issue-ID: CLAMP-512y
Change-Id: I734539be2c80eacd2340f865dffc50f47c55dd86
Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/META-INF/resources/swagger.html | 2 | ||||
-rw-r--r-- | src/main/resources/application-noaaf.properties | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/main/resources/META-INF/resources/swagger.html b/src/main/resources/META-INF/resources/swagger.html index 17507b662..b20d0c26c 100644 --- a/src/main/resources/META-INF/resources/swagger.html +++ b/src/main/resources/META-INF/resources/swagger.html @@ -589,7 +589,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b <div class="sect2"> <h3 id="_uri_scheme"><a class="anchor" href="#_uri_scheme"></a><a class="link" href="#_uri_scheme">1.2. URI scheme</a></h3> <div class="paragraph"> -<p><em>Host</em> : localhost:38405<br> +<p><em>Host</em> : localhost:34219<br> <em>BasePath</em> : /restservices/clds/<br> <em>Schemes</em> : HTTP</p> </div> diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index ce4a76fff..580ec3f48 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -97,7 +97,7 @@ camel.springboot.xmlRests=classpath:/clds/camel/rest/*.xml #clds datasource connection details spring.datasource.cldsdb.driverClassName=org.mariadb.jdbc.Driver -spring.datasource.cldsdb.url=jdbc:mariadb:sequential://third-party-proxy:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3 +spring.datasource.cldsdb.url=jdbc:mariadb:sequential://localhost:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3 spring.datasource.cldsdb.username=clds spring.datasource.cldsdb.password=4c90a0b48204383f4283448d23e0b885a47237b2a23588e7c4651604f51c1067 spring.datasource.cldsdb.validationQuery=SELECT 1 @@ -149,10 +149,10 @@ clamp.config.dcae.deployment.template=classpath:/clds/templates/dcae-deployment- # # # Configuration Settings for Policy Engine Components -clamp.config.policy.api.url=http4://third-party-proxy:8085 +clamp.config.policy.api.url=http4://localhost:8085 clamp.config.policy.api.userName=healthcheck clamp.config.policy.api.password=zb!XztG34 -clamp.config.policy.pap.url=http4://third-party-proxy:8085 +clamp.config.policy.pap.url=http4://localhost:8085 clamp.config.policy.pap.userName=healthcheck clamp.config.policy.pap.password=zb!XztG34 @@ -208,17 +208,17 @@ clamp.config.action.insert.test.event=false clamp.config.clds.service.cache.invalidate.after.seconds=120 #DCAE Inventory Url Properties -clamp.config.dcae.inventory.url=http://third-party-proxy:8085 +clamp.config.dcae.inventory.url=http://localhost:8085 clamp.config.dcae.intentory.retry.interval=10000 clamp.config.dcae.intentory.retry.limit=5 #DCAE Dispatcher Url Properties -clamp.config.dcae.dispatcher.url=http://third-party-proxy:8085 +clamp.config.dcae.dispatcher.url=http://localhost:8085 clamp.config.dcae.dispatcher.retry.interval=20000 clamp.config.dcae.dispatcher.retry.limit=30 #DCAE Deployment Url Properties -clamp.config.dcae.deployment.url=http4://third-party-proxy:8085 +clamp.config.dcae.deployment.url=http4://localhost:8085 clamp.config.dcae.deployment.userName=test clamp.config.dcae.deployment.password=test |