aboutsummaryrefslogtreecommitdiffstats
path: root/admportal/config
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-04-12 08:17:37 -0400
committerDan Timoney <dtimoney@att.com>2021-04-12 08:17:37 -0400
commit5cabe36fe85a780a9fb808343d6341f15da13524 (patch)
tree4893568c164dfaa82226eacc75fec4d622acb398 /admportal/config
parent41a3f91544616f0e785e0e9e552e9fd0234cc9b3 (diff)
Fix ccsdk version and remove admportal2.1.4
Fix ccsdk versions and remove admportal, which is no longer supported Change-Id: Iaee9bd2b7d5d7345f889357684df18d53db466a1 Issue-ID: SDNC-1507 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: a1d57d8f5131414429f9ef2d8b0468004d253d0a
Diffstat (limited to 'admportal/config')
-rw-r--r--admportal/config/admportal.json68
-rw-r--r--admportal/config/admportal.log4js.json154
-rw-r--r--admportal/config/svclogic.properties5
-rw-r--r--admportal/config/svclogic.properties.sdnctldb015
-rw-r--r--admportal/config/svclogic.properties.sdnctldb025
5 files changed, 0 insertions, 237 deletions
diff --git a/admportal/config/admportal.json b/admportal/config/admportal.json
deleted file mode 100644
index 38fd043b..00000000
--- a/admportal/config/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": "/opt/onap/sdnc/data/stores/org.onap.sdnc.p12",
- "ConexusNetwork_sslKey": "?w5&!M;8v1XF;:Xd;g*%S$IY",
- "AppNetwork_sslCert": "",
- "AppNetwork_sslKey": "",
- "hostnameList": [
- {
- "hname": "localhost"
- }
- ],
- "shard_list": [
- {
- "shard_name": "default"
- },
- {
- "shard_name": "inventory"
- },
- {
- "shard_name": "topology"
- }
- ]
-}
diff --git a/admportal/config/admportal.log4js.json b/admportal/config/admportal.log4js.json
deleted file mode 100644
index 1dcb699e..00000000
--- a/admportal/config/admportal.log4js.json
+++ /dev/null
@@ -1,154 +0,0 @@
-{
- "appenders": [
- {
- "category": "accesslog",
- "type" : "dateFile",
- "absolute": true,
- "filename": "/opt/admportal/logs/accesslog.rp",
- "pattern" : "-yyyy-MM-dd",
- "alwaysIncludePattern": true,
- "backups" : 14
- },
- {
- "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" : "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/admportal/config/svclogic.properties b/admportal/config/svclogic.properties
deleted file mode 100644
index f0cc841b..00000000
--- a/admportal/config/svclogic.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-org.openecomp.sdnctl.sli.dbtype = jdbc
-org.openecomp.sdnctl.sli.jdbc.url = jdbc:mysql://sdnctldb01:3306/sdnctl
-org.openecomp.sdnctl.sli.jdbc.database = sdnctl
-org.openecomp.sdnctl.sli.jdbc.user = sdnctl
-org.openecomp.sdnctl.sli.jdbc.password = gamma
diff --git a/admportal/config/svclogic.properties.sdnctldb01 b/admportal/config/svclogic.properties.sdnctldb01
deleted file mode 100644
index f0cc841b..00000000
--- a/admportal/config/svclogic.properties.sdnctldb01
+++ /dev/null
@@ -1,5 +0,0 @@
-org.openecomp.sdnctl.sli.dbtype = jdbc
-org.openecomp.sdnctl.sli.jdbc.url = jdbc:mysql://sdnctldb01:3306/sdnctl
-org.openecomp.sdnctl.sli.jdbc.database = sdnctl
-org.openecomp.sdnctl.sli.jdbc.user = sdnctl
-org.openecomp.sdnctl.sli.jdbc.password = gamma
diff --git a/admportal/config/svclogic.properties.sdnctldb02 b/admportal/config/svclogic.properties.sdnctldb02
deleted file mode 100644
index c2b48ecc..00000000
--- a/admportal/config/svclogic.properties.sdnctldb02
+++ /dev/null
@@ -1,5 +0,0 @@
-org.openecomp.sdnctl.sli.dbtype = jdbc
-org.openecomp.sdnctl.sli.jdbc.url = jdbc:mysql://sdnctldb02:3306/sdnctl
-org.openecomp.sdnctl.sli.jdbc.database = sdnctl
-org.openecomp.sdnctl.sli.jdbc.user = sdnctl
-org.openecomp.sdnctl.sli.jdbc.password = gamma