Dan Timoney | 471dafa | 2017-08-21 14:44:05 -0400 | [diff] [blame] | 1 | { |
| 2 | "MainMenu": "gamma", |
| 3 | "dbConnLimit": "100", |
| 4 | "home": "/opt/admportal", |
| 5 | "sslEnabled": "false", |
| 6 | "nonSslPort": "8843", |
| 7 | "ConexusNetworkPort": "8443", |
| 8 | "AppNetworkPort": "8543", |
| 9 | "clusterPort": "8443", |
| 10 | "serviceHomingServiceType": "SDN-ETHERNET-INTERNET", |
| 11 | "passwordKey": "QtfJMKggVk", |
| 12 | "preloadImportDirectory": "C:/data/csv", |
| 13 | "clusterPrefixURL": "/jolokia/read/org.opendaylight.controller:Category=Shards,name=member-", |
| 14 | "clusterMidURL": "-shard-", |
| 15 | "clusterSuffixURL": "-config,type=DistributedConfigDatastore", |
| 16 | "shards": [ |
| 17 | "default", |
| 18 | "inventory", |
| 19 | "topology" |
| 20 | ], |
| 21 | "dbFabric": "false", |
| 22 | "ip-addresses": { |
| 23 | "lo": "127.0.0.1", |
| 24 | "eth0": "127.0.0.1", |
| 25 | "docker0": "172.17.0.1", |
| 26 | "virbr0": "192.168.122.1" |
| 27 | }, |
| 28 | "svclogicPropertiesDb01": "/opt/onap/sdnc/data/properties/svclogic.properties.sdnctldb01", |
| 29 | "databases": [ |
| 30 | "dbhost|sdnctldb01" |
| 31 | ], |
| 32 | "dbFabricServer": "localhost", |
| 33 | "dbFabricPort": "32275", |
| 34 | "dbFabricGroupId": "hagroup1", |
| 35 | "dbFabricUser": "admin", |
| 36 | "dbFabricPassword": "admin", |
| 37 | "dbFabricDB": "mysql", |
| 38 | "dbUser": "sdnctl", |
| 39 | "dbPassword": "gamma", |
| 40 | "dbName": "sdnctl", |
| 41 | "odlProtocol": "http", |
| 42 | "odlHost": "sdnhost", |
| 43 | "odlConexusHost": "sdnhost", |
| 44 | "odlPort": "8181", |
| 45 | "odlConexusPort": "8181", |
| 46 | "odlUser": "admin", |
| 47 | "odlPasswd": "admin", |
| 48 | "ConexusNetwork_sslCert": "", |
| 49 | "ConexusNetwork_sslKey": "", |
| 50 | "AppNetwork_sslCert": "", |
| 51 | "AppNetwork_sslKey": "", |
| 52 | "hostnameList": [ |
| 53 | { |
| 54 | "hname": "localhost" |
| 55 | } |
| 56 | ], |
| 57 | "shard_list": [ |
| 58 | { |
| 59 | "shard_name": "default" |
| 60 | }, |
| 61 | { |
| 62 | "shard_name": "inventory" |
| 63 | }, |
| 64 | { |
| 65 | "shard_name": "topology" |
| 66 | } |
| 67 | ] |
| 68 | } |