Kalkere Ramesh, Sharan (sk720x) | df63fb2 | 2019-02-21 18:34:56 -0500 | [diff] [blame] | 1 | # will be used as entry in DB to say SITE OFF/ON for healthcheck
|
| 2 |
|
| 3 | server:
|
| 4 | port: 8080
|
| 5 | tomcat:
|
| 6 | max-threads: 50
|
| 7 | ssl-enable: false
|
| 8 |
|
| 9 | apih-healthcheck-urn: /ecomp/mso/healthcheck,/ecomp/mso/homing/healthcheck,/ecomp/mso/infra/healthcheck,/asdc/healthcheck,/dbadapters/healthcheck,/ecomp/mso/catalog/v2/healthcheck
|
| 10 | jra-healthcheck-urn: /networks/rest/healthcheck,/adapters/rest/healthcheck,/vnfs/rest/healthcheck,/tenants/rest/healthcheck,/appc/rest/healthcheck,/workflows/messages/healthcheck
|
| 11 | camunda-healthcheck-urn: /mso/healthcheck
|
| 12 |
|
| 13 | apih-nodehealthcheck-urn: /ecomp/mso/infra/nodehealthcheck
|
| 14 | jra-nodehealthcheck-urn: /adapters/rest/nodehealthcheck
|
| 15 | camunda-nodehealthcheck-urn: /mso/nodehealthcheck
|
| 16 |
|
| 17 |
|
| 18 |
|
| 19 | mso:
|
| 20 | health:
|
| 21 | endpoints:
|
| 22 | catalogdb: http://localhost:8800
|
| 23 | sdnc: http://localhost:8400
|
| 24 | openstack: http://localhost:8300
|
| 25 | requestdb: http://localhost:8700
|
| 26 | bpmn: http://localhost:8200
|
| 27 | asdc: http://localhost:8400
|
| 28 | requestdbattsvc: http://localhost:8600
|
| 29 |
|
| 30 | adapters:
|
| 31 | requestDb:
|
| 32 | auth: Basic YnBlbDptc28tZGItMTUwNyE=
|
| 33 | endpoint: http://localhost:8081
|
| 34 | logPath: logs
|
| 35 | site-name: mtanj
|
| 36 | catalog:
|
| 37 | db:
|
| 38 | spring:
|
| 39 | endpoint: "http://localhost:8080"
|
| 40 | db:
|
| 41 | auth: Basic YnBlbDptc28tZGItMTUwNyE=
|
| 42 | config:
|
| 43 | path: /src/main/resources/
|
| 44 | infra:
|
| 45 | default:
|
| 46 | alacarte:
|
| 47 | orchestrationUri: /mso/async/services/ALaCarteOrchestrator
|
| 48 | recipeTimeout: 180
|
| 49 | testApi: VNF_API
|
| 50 | service:
|
| 51 | macro:
|
| 52 | default:
|
| 53 | testApi: GR_API
|
| 54 | apih:
|
| 55 | homing:
|
| 56 | sdna:
|
| 57 | url: http://localhost:8089/
|
| 58 | password: 4E0BDC08EE8EDC0572ABBE9FD2D59B62DB725A00B8469E39393D6C86D64284C5D34A57D56F7B58C375316F
|
| 59 | camundaURL: http://localhost:8089/
|
| 60 | camundaAuth: E8E19DD16CC90D2E458E8FF9A884CC0452F8F3EB8E321F96038DE38D5C1B0B02DFAE00B88E2CF6E2A4101AB2C011FC161212EE
|
| 61 | async:
|
| 62 | core-pool-size: 50
|
| 63 | max-pool-size: 50
|
| 64 | queue-capacity: 500
|
| 65 | sdc:
|
| 66 | client:
|
| 67 | auth: 97FF88AB352DA16E00DDD81E3876431DEF8744465DACA489EB3B3BE1F10F63EDA1715E626D0A4827A3E19CD88421BF
|
| 68 | activate:
|
| 69 | instanceid: test
|
| 70 | userid: cs0008
|
| 71 | endpoint: http://localhost:28090
|
| 72 | msoKey: 07a7159d3bf51a0e53be7a8f89699be7
|
| 73 | tenant:
|
| 74 | isolation:
|
| 75 | retry:
|
| 76 | count: 3
|
| 77 | aai:
|
| 78 | endpoint: http://localhost:28090
|
| 79 | auth: 5E12ACACBD552A415E081E29F2C4772F9835792A51C766CCFDD7433DB5220B59969CB2798C
|
| 80 | grm:
|
| 81 | endpoint: http://localhost:28090
|
| 82 | username: gmruser
|
| 83 | password: test
|
| 84 | so:
|
| 85 | operational-environment:
|
| 86 | dmaap:
|
| 87 | username: testuser
|
| 88 | password: VjR5NDcxSzA=
|
| 89 | host: http://localhost:28090
|
| 90 | publisher:
|
| 91 | topic: com.att.ecomp.mso.operationalEnvironmentEvent
|
| 92 |
|
| 93 | # controls what actions the infra API (APIH) allows sent in on REST request
|
| 94 | vnf:
|
| 95 | v1:
|
| 96 | ApiAllowableActions:
|
| 97 | v2:
|
| 98 | ApiAllowableActions:
|
| 99 | v3:
|
| 100 | ApiAllowableActions:
|
| 101 |
|
| 102 | network:
|
| 103 | v1:
|
| 104 | ApiAllowableActions:
|
| 105 | v2:
|
| 106 | ApiAllowableActions:
|
| 107 | v3:
|
| 108 | ApiAllowableActions:
|
| 109 |
|
| 110 | volume:
|
| 111 | v1:
|
| 112 | ApiAllowableActions:
|
| 113 | v2:
|
| 114 | ApiAllowableActions:
|
| 115 | v3:
|
| 116 | ApiAllowableActions:
|
| 117 |
|
| 118 | # H2
|
| 119 | spring:
|
| 120 | datasource:
|
| 121 | url: jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
|
| 122 | username: sa
|
| 123 | password: sa
|
| 124 | driver-class-name: org.h2.Driver
|
| 125 | intialize: true
|
| 126 | h2:
|
| 127 | console:
|
| 128 | enabled: true
|
| 129 | path: /h2
|
| 130 |
|
| 131 | jpa:
|
| 132 | show-sql: true
|
| 133 | hibernate:
|
| 134 | dialect: org.hibernate.dialect.H2Dialect
|
| 135 | ddl-auto: validate
|
| 136 | naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
|
| 137 | enable_lazy_load_no_trans: true
|
| 138 | jersey:
|
| 139 | type: filter
|
| 140 | security:
|
| 141 | usercredentials:
|
| 142 | -
|
| 143 | username: sitecontrol
|
| 144 | password: '$2a$12$VBUF.qBmeK1FNyO2MqTpD.P2M1tvlesZlhCkAjjHvF9hmYNVdMDmu'
|
| 145 | role: SiteControl-Client
|
| 146 | -
|
| 147 | username: gui
|
| 148 | password: '$2a$12$9Y4daXavh.oX5fz6t/e7TuCdj7EKW5B5ibqq425fN3/xpp0/Fhyti'
|
| 149 | role: GUI-Client
|
| 150 | -
|
| 151 | username: infraportal
|
| 152 | password: '$2a$12$IpUEhQijWTNbq0fGYVkA9upZrDvdIK6QfblIaKAiwi0vBQRE.C6Ri'
|
| 153 | role: InfraPortal-Client
|
| 154 | -
|
| 155 | username: bpel
|
| 156 | password: '$2a$12$1xyutEZNfjGewIZRfKaE8eZE99f5sYFUmmM80BobI65KNjmcK0JuO'
|
| 157 | role: BPEL-Client
|
| 158 | -
|
| 159 | username: mso_admin
|
| 160 | password: '$2a$12$tidKuu.h88E2nuL95pTVY.ZOYMN/1dp29A9b1o.0GFDsVVSYlMkHa'
|
| 161 | role: ACTUATOR
|
| 162 | request:
|
| 163 | datasource:
|
| 164 | url: jdbc:h2:mem:AZ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
|
| 165 | username: sa
|
| 166 | password: sa
|
| 167 | driver-class-name: org.h2.Driver
|
| 168 | intialize: true
|
| 169 |
|
| 170 | #Actuator
|
| 171 | management:
|
| 172 | context-path: /manage
|
| 173 |
|
| 174 | org:
|
| 175 | onap:
|
| 176 | so:
|
| 177 | adapters:
|
| 178 | network:
|
| 179 | encryptionKey: aa3871669d893c7fb8abbcda31b88b4f
|