summaryrefslogtreecommitdiffstats
path: root/odlsli/odlsli-alpine/src/main/properties
diff options
context:
space:
mode:
Diffstat (limited to 'odlsli/odlsli-alpine/src/main/properties')
-rwxr-xr-xodlsli/odlsli-alpine/src/main/properties/aaiclient.properties82
-rwxr-xr-xodlsli/odlsli-alpine/src/main/properties/admportal.json68
-rwxr-xr-xodlsli/odlsli-alpine/src/main/properties/admportal.log4js.json169
-rw-r--r--odlsli/odlsli-alpine/src/main/properties/dblib.properties38
-rw-r--r--odlsli/odlsli-alpine/src/main/properties/mdsal-resource.properties27
-rw-r--r--odlsli/odlsli-alpine/src/main/properties/rpc-message-sliapi-execute.vt8
-rw-r--r--odlsli/odlsli-alpine/src/main/properties/sdnr-CMNotify-api-dg.properties.properties36
-rw-r--r--odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties57
-rw-r--r--odlsli/odlsli-alpine/src/main/properties/sql-resource.properties23
-rw-r--r--odlsli/odlsli-alpine/src/main/properties/svclogic.properties29
-rwxr-xr-xodlsli/odlsli-alpine/src/main/properties/svclogic.properties.sdnctldb0129
11 files changed, 0 insertions, 566 deletions
diff --git a/odlsli/odlsli-alpine/src/main/properties/aaiclient.properties b/odlsli/odlsli-alpine/src/main/properties/aaiclient.properties
deleted file mode 100755
index 4f27206f..00000000
--- a/odlsli/odlsli-alpine/src/main/properties/aaiclient.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-###
-# ============LICENSE_START=======================================================
-# openECOMP : SDN-C
-# ================================================================================
-# Copyright (C) 2017 AT&T Intellectual Property. All rights
-# reserved.
-# ================================================================================
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ============LICENSE_END=========================================================
-###
-
-#
-# Configuration file for A&AI Client
-#
-
-#
-# Certificate keystore and truststore
-#
-org.onap.ccsdk.sli.adaptors.aai.ssl.trust=/opt/onap/ccsdk/data/stores/truststore.onap.client.jks
-org.onap.ccsdk.sli.adaptors.aai.ssl.trust.psswd=adminadmin
-org.onap.ccsdk.sli.adaptors.aai.host.certificate.ignore=true
-
-org.onap.ccsdk.sli.adaptors.aai.client.name=SDNC
-org.onap.ccsdk.sli.adaptors.aai.client.psswd=SDNC
-
-org.onap.ccsdk.sli.adaptors.aai.application=openECOMP
-#
-# Configuration file for A&AI Client
-#
-org.onap.ccsdk.sli.adaptors.aai.uri=https://aai.api.simpledemo.onap.org:8443
-connection.timeout=60000
-read.timeout=60000
-
-# query
-org.onap.ccsdk.sli.adaptors.aai.path.query=/aai/v14/search/sdn-zone-query
-org.onap.ccsdk.sli.adaptors.aai.query.nodes=/aai/v14/search/nodes-query?search-node-type={node-type}&filter={entity-identifier}:EQUALS:{entity-name}
-org.onap.ccsdk.sli.adaptors.aai.query.generic=/aai/v14/search/generic-query?key={identifier}:{value}&start-node-type={start-node-type}&include=complex&depth=3
-
-# named query
-org.onap.ccsdk.sli.adaptors.aai.query.named=/aai/search/named-query
-
-#update
-org.onap.ccsdk.sli.adaptors.aai.update=/aai/v14/actions/update
-
-# UBB Notify
-org.onap.ccsdk.sli.adaptors.aai.path.notify=/aai/v14/actions/notify
-org.onap.ccsdk.sli.adaptors.aai.notify.selflink.fqdn=<%= @ubbUri %>/restconf/config/L3SDN-API:services/layer3-service-list/{service-instance-id}
-org.onap.ccsdk.sli.adaptors.aai.notify.selflink.avpn=<%= @ubbUri %>/restconf/config/L3AVPN-EVC-API:services/service-list/{service-instance-id}/service-data/avpn-logicalchannel-information
-
-# P-Interfaces
-org.onap.ccsdk.sli.adaptors.aai.path.pserver.pinterfaces=/aai/v14/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces
-org.onap.ccsdk.sli.adaptors.aai.path.pserver.pinterface=/aai/v14/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}
-
-# VNF IMAGES
-org.onap.ccsdk.sli.adaptors.aai.path.vnf.images=/aai/v14/service-design-and-creation/vnf-images
-org.onap.ccsdk.sli.adaptors.aai.path.vnf.image=/aai/v14/service-design-and-creation/vnf-images/vnf-image/{att-uuid}
-org.onap.ccsdk.sli.adaptors.aai.path.vnf.image.query=/aai/v14/service-design-and-creation/vnf-images/vnf-image?application={application_model}&application-vendor={application_vendor}
-
-# service instance
-org.onap.ccsdk.sli.adaptors.aai.path.svcinst.query=/aai/v14/search/generic-query?key=service-instance.service-instance-id:{svc-instance-id}&start-node-type=service-instance&include=service-instance
-org.onap.ccsdk.sli.adaptors.aai.path.service.instance=/aai/v14/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}
-
-# VNF IMAGES QUERY
-org.onap.ccsdk.sli.adaptors.aai.path.vnf.image.query=/aai/v14/service-design-and-creation/vnf-images/vnf-image?application={application_model}&application-vendor={application_vendor}
-
-#
-# Formatting
-#
-org.onap.ccsdk.sli.adaptors.aai.param.format=filter=%s:%s
-org.onap.ccsdk.sli.adaptors.aai.param.vnf_type=vnf-type
-org.onap.ccsdk.sli.adaptors.aai.param.physical.location.id=physical-location-id
-org.onap.ccsdk.sli.adaptors.aai.param.service.type=service-type
diff --git a/odlsli/odlsli-alpine/src/main/properties/admportal.json b/odlsli/odlsli-alpine/src/main/properties/admportal.json
deleted file mode 100755
index 8d567d0c..00000000
--- a/odlsli/odlsli-alpine/src/main/properties/admportal.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "MainMenu": "gamma",
- "dbConnLimit": "100",
- "home": "/opt/admportal",
- "sslEnabled": "false",
- "nonSslPort": "8843",
- "ConexusNetworkPort": "8443",
- "AppNetworkPort": "8543",
- "clusterPort": "8443",
- "serviceHomingServiceType": "SDN-ETHERNET-INTERNET",
- "passwordKey": "QtfJMKggVk",
- "preloadImportDirectory": "C:/data/csv",
- "clusterPrefixURL": "/jolokia/read/org.opendaylight.controller:Category=Shards,name=member-",
- "clusterMidURL": "-shard-",
- "clusterSuffixURL": "-config,type=DistributedConfigDatastore",
- "shards": [
- "default",
- "inventory",
- "topology"
- ],
- "dbFabric": "false",
- "ip-addresses": {
- "lo": "127.0.0.1",
- "eth0": "127.0.0.1",
- "docker0": "172.17.0.1",
- "virbr0": "192.168.122.1"
- },
- "svclogicPropertiesDb01": "/opt/onap/sdnc/data/properties/svclogic.properties.sdnctldb01",
- "databases": [
- "dbhost|sdnctldb01"
- ],
- "dbFabricServer": "localhost",
- "dbFabricPort": "32275",
- "dbFabricGroupId": "hagroup1",
- "dbFabricUser": "admin",
- "dbFabricPassword": "admin",
- "dbFabricDB": "mysql",
- "dbUser": "sdnctl",
- "dbPassword": "gamma",
- "dbName": "sdnctl",
- "odlProtocol": "http",
- "odlHost": "sdnhost",
- "odlConexusHost": "sdnhost",
- "odlPort": "8181",
- "odlConexusPort": "8181",
- "odlUser": "admin",
- "odlPasswd": "admin",
- "ConexusNetwork_sslCert": "",
- "ConexusNetwork_sslKey": "",
- "AppNetwork_sslCert": "",
- "AppNetwork_sslKey": "",
- "hostnameList": [
- {
- "hname": "localhost"
- }
- ],
- "shard_list": [
- {
- "shard_name": "default"
- },
- {
- "shard_name": "inventory"
- },
- {
- "shard_name": "topology"
- }
- ]
-}
diff --git a/odlsli/odlsli-alpine/src/main/properties/admportal.log4js.json b/odlsli/odlsli-alpine/src/main/properties/admportal.log4js.json
deleted file mode 100755
index 0f41e564..00000000
--- a/odlsli/odlsli-alpine/src/main/properties/admportal.log4js.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
- "appenders": [
- {
- "category": "accesslog",
- "type" : "file",
- "absolute": true,
- "filename": "/opt/admportal/logs/accesslog.log"
- },
- {
- "category" : "usertrace",
- "type" : "file",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/usertrace.log"
- },
- {
- "category": "tracelog",
- "type" : "dateFile",
- "absolute": true,
- "filename": "/opt/admportal/logs/tracelog.log",
- "pattern": "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "tunnel",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/tunnel.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "preload",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/preload.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "eipam",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/eipam.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "instar",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/instar.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "app",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/app.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "csp",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/csp.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "db",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/db.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "admin",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/admin.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "resalloc",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/resalloc.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "logs",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/applogs.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "sla",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/sla.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "gamma",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/gamma.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "odl",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/odl.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "mobility",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/mobility.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "ucpe",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/ucpe.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "category" : "user",
- "type" : "dateFile",
- "absolute" : true,
- "filename" : "/opt/admportal/logs/user.log",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- }
- ]
-}
diff --git a/odlsli/odlsli-alpine/src/main/properties/dblib.properties b/odlsli/odlsli-alpine/src/main/properties/dblib.properties
deleted file mode 100644
index 9506ac8d..00000000
--- a/odlsli/odlsli-alpine/src/main/properties/dblib.properties
+++ /dev/null
@@ -1,38 +0,0 @@
-###
-# ============LICENSE_START=======================================================
-# openECOMP : SDN-C
-# ================================================================================
-# Copyright (C) 2017 AT&T Intellectual Property. All rights
-# reserved.
-# ================================================================================
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ============LICENSE_END=========================================================
-###
-
-# dblib.properrties
-org.onap.ccsdk.sli.dbtype=jdbc
-
-org.onap.ccsdk.sli.jdbc.hosts=sdnctldb01
-org.onap.ccsdk.sli.jdbc.url=jdbc:mysql://dbhost:3306/sdnctl
-org.onap.ccsdk.sli.jdbc.driver=org.mariadb.jdbc.Driver
-org.onap.ccsdk.sli.jdbc.database=sdnctl
-org.onap.ccsdk.sli.jdbc.user=sdnctl
-org.onap.ccsdk.sli.jdbc.password=gamma
-org.onap.ccsdk.sli.jdbc.connection.name=sdnctldb01
-org.onap.ccsdk.sli.jdbc.connection.timeout=50
-org.onap.ccsdk.sli.jdbc.request.timeout=100
-org.onap.ccsdk.sli.jdbc.limit.init=10
-org.onap.ccsdk.sli.jdbc.limit.min=10
-org.onap.ccsdk.sli.jdbc.limit.max=20
-org.onap.dblib.connection.recovery=false
-
diff --git a/odlsli/odlsli-alpine/src/main/properties/mdsal-resource.properties b/odlsli/odlsli-alpine/src/main/properties/mdsal-resource.properties
deleted file mode 100644
index d8537471..00000000
--- a/odlsli/odlsli-alpine/src/main/properties/mdsal-resource.properties
+++ /dev/null
@@ -1,27 +0,0 @@
-###
-# ============LICENSE_START=======================================================
-# openECOMP : SDN-C
-# ================================================================================
-# Copyright (C) 2017 AT&T Intellectual Property. All rights
-# reserved.
-# ================================================================================
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ============LICENSE_END=========================================================
-###
-
-org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-user=admin
-org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-passwd=admin
-org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-host=localhost
-org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-protocol=http
-org.onap.ccsdk.sli.adaptors.resource.mdsal.sdnc-port=8181
-
diff --git a/odlsli/odlsli-alpine/src/main/properties/rpc-message-sliapi-execute.vt b/odlsli/odlsli-alpine/src/main/properties/rpc-message-sliapi-execute.vt
deleted file mode 100644
index 1cdd65e9..00000000
--- a/odlsli/odlsli-alpine/src/main/properties/rpc-message-sliapi-execute.vt
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "input": {
- "module-name": "oofpcipoc-api",
- "rpc-name": $rpc_name,
- "mode": "sync",
- "sli-parameter": $sli_parameters
- }
-} \ No newline at end of file
diff --git a/odlsli/odlsli-alpine/src/main/properties/sdnr-CMNotify-api-dg.properties.properties b/odlsli/odlsli-alpine/src/main/properties/sdnr-CMNotify-api-dg.properties.properties
deleted file mode 100644
index 8fa3735c..00000000
--- a/odlsli/odlsli-alpine/src/main/properties/sdnr-CMNotify-api-dg.properties.properties
+++ /dev/null
@@ -1,36 +0,0 @@
-restapi.templateDir=/opt/onap/ccsdk/restapi/templates
-controller.url=http://sdnc.onap:8282
-controller.user=admin
-controller.pwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
-ransim-mounted=false
-
-restapi.trustStoreFileName=/opt/onap/sdnc/data/stores/truststore.openecomp.client.jks
-restapi.trustStorePassword=adminadmin
-restapi.keyStoreFileName=/opt/onap/sdnc/data/stores/sdnc.p12
-restapi.keyStorePassword=adminadmin
-restapi.connection-oof-url=http://oof.api.simpledemo.onap.org:8698/api/oof/v1/route
-naming.gen-name.url=http://neng-serv:8080
-naming.gen-name.user=ccsdkapps
-naming.gen-name.pwd=ccsdkapps
-
-
-# Templates
-restapi.pci-patch.templatefile=CMNotify-pci-patch.json
-restapi.neighbor-add.templatefile=CMNotify-addNeighbor.json
-restapi.neighbor-delete.templatefile=CMNotify-deleteNeighbor.json
-restapi.generic-neighbor-patch.template=CMNotify-generic-neighbor-patch.json
-restapi.add-nbr-to-configdb-per-notif.template=CMNotify-add-nbr-to-configdb-per-nbrlist-change-notif.json
-restapi.dmaap-publish.template=CMNotify-dmaap-publish-template.json
-
-#URLs for ConfigDB
-restapi.configdb.add-nbrlist-change-per-notif=/createNbr/{cellId}
-configdb.url=http://10.12.6.45:8080/api/sdnc-config-db/v3
-
-#DMAAP Publish
-dmaap-message-router.url=message-router.onap:3904/events
-CMNotify-dmaap.nbrlist-change.topic=/CM-NOTIFICATION-RSP
-
-CMNotify-dmaap.requestID=9d2d790e-a5f0-11e8-98d0-529269fb1459
-CMNotify-dmaap.aai=
-CMNotify-dmaap.version=1.0.2
-CMNotify-dmaap.nbrlistchange.action=NeighborListModified
diff --git a/odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties b/odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties
deleted file mode 100644
index d80bb5ce..00000000
--- a/odlsli/odlsli-alpine/src/main/properties/sdnr-oofpcipoc-api-dg.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-restapi.templateDir=/opt/onap/ccsdk/restapi/templates
-controller.url=http://sdnc.onap:8282
-controller.user=admin
-controller.pwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
-ransim-mounted=false
-
-restapi.trustStoreFileName=/opt/onap/sdnc/data/stores/truststore.openecomp.client.jks
-restapi.trustStorePassword=adminadmin
-restapi.keyStoreFileName=/opt/onap/sdnc/data/stores/sdnc.p12
-restapi.keyStorePassword=adminadmin
-restapi.connection-oof-url=http://oof.api.simpledemo.onap.org:8698/api/oof/v1/route
-naming.gen-name.url=http://neng-serv:8080
-naming.gen-name.user=ccsdkapps
-naming.gen-name.pwd=ccsdkapps
-
-
-#Patch Targets
-oofpcipoc.patch.pci.target=/oofpcipoc:phy-cell-id-in-use
-oofpcipoc.patch.pci.target2=/oofpcipoc:fap-service[oofpcipoc:alias='{alias}']/oofpcipoc:x-0005b9-lte
-
-
-# Templates
-restapi.pci-patch.templatefile=oofpcipoc-pci-patch.json
-restapi.neighbor-add.templatefile=oofpcipoc-addNeighbor.json
-restapi.neighbor-delete.templatefile=oofpcipoc-deleteNeighbor.json
-restapi.generic-neighbor-patch.template=oofpcipoc-generic-neighbor-patch.json
-restapi.add-nbr-to-configdb-per-notif.template=oofpcipoc-add-nbr-to-configdb-per-nbrlist-change-notif.json
-restapi.dmaap-publish.template=oofpcipoc-dmaap-publish-template.json
-
-# URLs without Netconf Mount of Ran Simulator
-restapi.config=/restconf/config
-restapi.radio-access=/restconf/config/oofpcipoc:radio-access
-restapi.fap-service=/restconf/config/oofpcipoc:radio-access/fap-service/{alias}
-restapi.x-005b9-lte=/restconf/config/oofpcipoc:radio-access/fap-service/{alias}/x-0005b9-lte
-restapi.lte-ran-neighbor-list-in-use=/restconf/config/oofpcipoc:radio-access/fap-service/{alias}/cell-config/lte/lte-ran/lte-ran-neighbor-list-in-use
-restapi.lte-ran-neighbor-in-use=/restconf/config/oofpcipoc:radio-access/fap-service/{alias}/cell-config/lte/lte-ran/lte-ran-neighbor-list-in-use/lte-ran-neighbor-list-in-use-lte-cell/{plmnid}/{cid}
-
-# URLs with Netconf Mount of Ran Simulator
-restapi.config.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/
-restapi.radio-access.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/oofpcipoc:radio-access
-restapi.fap-service.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/oofpcipoc:radio-access/fap-service/{alias}
-restapi.x-005b9-lte.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/oofpcipoc:radio-access/fap-service/{alias}/x-0005b9-lte
-restapi.lte-ran-neighbor-list-in-use.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/oofpcipoc:radio-access/fap-service/{alias}/cell-config/lte/lte-ran/lte-ran-neighbor-list-in-use
-restapi.lte-ran-neighbor-in-use.ransim-mounted=/restconf/config/network-topology:network-topology/topology/topology-netconf/node/{pnf-name}/yang-ext:mount/oofpcipoc:radio-access/fap-service/{alias}/cell-config/lte/lte-ran/lte-ran-neighbor-list-in-use/lte-ran-neighbor-list-in-use-lte-cell/{plmnid}/{cid}
-
-#URLs for ConfigDB
-restapi.configdb.add-nbrlist-change-per-notif=/createNbr/{cellId}
-configdb.url=http://10.12.6.45:8080/api/sdnc-config-db/v3
-
-#DMAAP Publish
-dmaap-message-router.url=message-router.onap:3904/events
-oofpcipoc-dmaap.nbrlist-change.topic=/PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO
-
-oofpcipoc-dmaap.requestID=9d2d790e-a5f0-11e8-98d0-529269fb1459
-oofpcipoc-dmaap.aai=
-oofpcipoc-dmaap.version=1.0.2
-oofpcipoc-dmaap.nbrlistchange.action=NeighborListModified
diff --git a/odlsli/odlsli-alpine/src/main/properties/sql-resource.properties b/odlsli/odlsli-alpine/src/main/properties/sql-resource.properties
deleted file mode 100644
index ac32f773..00000000
--- a/odlsli/odlsli-alpine/src/main/properties/sql-resource.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-###
-# ============LICENSE_START=======================================================
-# openECOMP : SDN-C
-# ================================================================================
-# Copyright (C) 2017 AT&T Intellectual Property. All rights
-# reserved.
-# ================================================================================
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ============LICENSE_END=========================================================
-###
-
-org.openecomp.sdnc.resource.sql.cryptkey=QtfJMKggVk
-
diff --git a/odlsli/odlsli-alpine/src/main/properties/svclogic.properties b/odlsli/odlsli-alpine/src/main/properties/svclogic.properties
deleted file mode 100644
index 54d667cf..00000000
--- a/odlsli/odlsli-alpine/src/main/properties/svclogic.properties
+++ /dev/null
@@ -1,29 +0,0 @@
-###
-# ============LICENSE_START=======================================================
-# openECOMP : SDN-C
-# ================================================================================
-# Copyright (C) 2017 AT&T Intellectual Property. All rights
-# reserved.
-# ================================================================================
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ============LICENSE_END=========================================================
-###
-
-org.onap.ccsdk.sli.dbtype = dblib
-#Note : the next 4 fields are only used if org.onap.ccsdk.sli.dbtype = jdbc
-org.onap.ccsdk.sli.jdbc.url=jdbc:mysql://dbhost:3306/sdnctl
-org.onap.ccsdk.sli.jdbc.database=sdnctl
-org.onap.ccsdk.sli.jdbc.user=sdnctl
-org.onap.ccsdk.sli.jdbc.password=gamma
-
-org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
diff --git a/odlsli/odlsli-alpine/src/main/properties/svclogic.properties.sdnctldb01 b/odlsli/odlsli-alpine/src/main/properties/svclogic.properties.sdnctldb01
deleted file mode 100755
index 54d667cf..00000000
--- a/odlsli/odlsli-alpine/src/main/properties/svclogic.properties.sdnctldb01
+++ /dev/null
@@ -1,29 +0,0 @@
-###
-# ============LICENSE_START=======================================================
-# openECOMP : SDN-C
-# ================================================================================
-# Copyright (C) 2017 AT&T Intellectual Property. All rights
-# reserved.
-# ================================================================================
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ============LICENSE_END=========================================================
-###
-
-org.onap.ccsdk.sli.dbtype = dblib
-#Note : the next 4 fields are only used if org.onap.ccsdk.sli.dbtype = jdbc
-org.onap.ccsdk.sli.jdbc.url=jdbc:mysql://dbhost:3306/sdnctl
-org.onap.ccsdk.sli.jdbc.database=sdnctl
-org.onap.ccsdk.sli.jdbc.user=sdnctl
-org.onap.ccsdk.sli.jdbc.password=gamma
-
-org.xml.sax.driver=org.apache.xerces.parsers.SAXParser