Steve Alphonse Siani | e20fd5e | 2019-01-25 16:16:29 -0500 | [diff] [blame] | 1 | # Copyright © 2017-2018 AT&T Intellectual Property. |
| 2 | # Modifications Copyright © 2018 IBM. |
| 3 | # Modifications Copyright © 2019 Bell Canada. |
Mike Elliott | 37cae25 | 2018-09-12 14:45:40 -0400 | [diff] [blame] | 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
Mike Elliott | 37cae25 | 2018-09-12 14:45:40 -0400 | [diff] [blame] | 16 | |
Alexis de Talhouët | 43c67e0 | 2018-09-20 16:49:16 -0400 | [diff] [blame] | 17 | # Basic Authentication |
| 18 | basic-auth.user-name=ccsdkapps |
Steve Alphonse Siani | e20fd5e | 2019-01-25 16:16:29 -0500 | [diff] [blame] | 19 | basic-auth.hashed-pwd={bcrypt}$2a$10$MJxhNiOAffxbyrV9.rrOUewP9Q/ASg5Nit2cmP.yBaXGsVXo8BW3y |
Mike Elliott | 37cae25 | 2018-09-12 14:45:40 -0400 | [diff] [blame] | 20 | |
| 21 | logging.level.org.springframework.web=INFO |
| 22 | logging.level.org.hibernate.SQL=warn |
| 23 | logging.level.org.hibernate.type.descriptor.sql=debug |
| 24 | |
Alexis de Talhouët | 63df163 | 2019-03-20 08:17:58 -0400 | [diff] [blame] | 25 | # To Remove Null in JSON API Response |
Mike Elliott | 37cae25 | 2018-09-12 14:45:40 -0400 | [diff] [blame] | 26 | spring.jackson.default-property-inclusion=non_null |
| 27 | |
Alexis de Talhouët | 63df163 | 2019-03-20 08:17:58 -0400 | [diff] [blame] | 28 | # Swagger Configuration |
Alexis de Talhouët | 43c67e0 | 2018-09-20 16:49:16 -0400 | [diff] [blame] | 29 | swagger.contact.name=CCSDK team |
| 30 | swagger.contact.url=www.onap.org |
| 31 | swagger.contact.email=onap-discuss@lists.onap.org |
Mike Elliott | 37cae25 | 2018-09-12 14:45:40 -0400 | [diff] [blame] | 32 | |
Alexis de Talhouët | 63df163 | 2019-03-20 08:17:58 -0400 | [diff] [blame] | 33 | # DB information |
Mike Elliott | 37cae25 | 2018-09-12 14:45:40 -0400 | [diff] [blame] | 34 | spring.jpa.properties.hibernate.show_sql=true |
| 35 | spring.jpa.properties.hibernate.use_sql_comments=true |
| 36 | spring.jpa.properties.hibernate.format_sql=true |
Alexis de Talhouët | 63df163 | 2019-03-20 08:17:58 -0400 | [diff] [blame] | 37 | spring.datasource.url=jdbc:mysql://cds-db:3306/sdnctl |
Mike Elliott | 37cae25 | 2018-09-12 14:45:40 -0400 | [diff] [blame] | 38 | spring.datasource.username=sdnctl |
| 39 | spring.datasource.password=sdnctl |
| 40 | spring.datasource.driver-class-name=org.mariadb.jdbc.Driver |
Steve Alphonse Siani | e20fd5e | 2019-01-25 16:16:29 -0500 | [diff] [blame] | 41 | spring.jpa.show-sql=true |
| 42 | spring.jpa.hibernate.ddl-auto=none |
| 43 | spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.ImprovedNamingStrategy |
| 44 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect |
Mike Elliott | 37cae25 | 2018-09-12 14:45:40 -0400 | [diff] [blame] | 45 | |
| 46 | # Load Resource Source Mappings |
Oleg Mitsura | 424278d | 2019-08-26 11:50:46 -0400 | [diff] [blame] | 47 | resourceSourceMappings=processor-db=source-db,input=source-input,default=source-default,config-data=source-rest,aai-data=source-rest,capability=source-capability |
Steve Alphonse Siani | e20fd5e | 2019-01-25 16:16:29 -0500 | [diff] [blame] | 48 | |
| 49 | # Controller Blueprints Core Configuration |
Brinda Santh | fab814f | 2019-08-30 09:48:54 -0400 | [diff] [blame] | 50 | # Blueprint Processor File Execution and Handling Properties |
| 51 | blueprintsprocessor.blueprintDeployPath=/etc/blueprints/deploy |
| 52 | blueprintsprocessor.blueprintArchivePath=/etc/blueprints/archive |
| 53 | blueprintsprocessor.blueprintWorkingPath=/etc/blueprints/work |
Steve Alphonse Siani | e20fd5e | 2019-01-25 16:16:29 -0500 | [diff] [blame] | 54 | # Controller Blueprint Load Configurations |
| 55 | # blueprints.load.initial-data may be overridden by ENV variables |
Brinda Santh | fab814f | 2019-08-30 09:48:54 -0400 | [diff] [blame] | 56 | blueprintsprocessor.loadInitialData={{ .Values.config.initDataLoad }} |
| 57 | blueprintsprocessor.loadBluePrint=true |
| 58 | blueprintsprocessor.loadBluePrintPaths=/opt/app/onap/model-catalog/blueprint-model/service-blueprint |
| 59 | blueprintsprocessor.loadModelType=true |
| 60 | blueprintsprocessor.loadModeTypePaths=/opt/app/onap/model-catalog/definition-type/starter-type |
| 61 | blueprintsprocessor.loadResourceDictionary=true |
| 62 | blueprintsprocessor.loadResourceDictionaryPaths=/opt/app/onap/model-catalog/resource-dictionary/starter-dictionary |
Steve Alphonse Siani | e20fd5e | 2019-01-25 16:16:29 -0500 | [diff] [blame] | 63 | |
| 64 | # CBA file extension |
Brinda Santh | fab814f | 2019-08-30 09:48:54 -0400 | [diff] [blame] | 65 | blueprintsprocessor.loadCbaExtension=zip |
Steve Alphonse Siani | e20fd5e | 2019-01-25 16:16:29 -0500 | [diff] [blame] | 66 | |
| 67 | # Web server config |
Oleg Mitsura | 424278d | 2019-08-26 11:50:46 -0400 | [diff] [blame] | 68 | server.port=8080 |