Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | aai: |
| 2 | auth: 26AFB797A6A57960D5D718491925C50F77CDC22AC394B3DBA09950D8FD1C0764 |
| 3 | endpoint: http://localhost:${wiremock.server.port} |
Lukasz Muszkieta | 60f8f53 | 2018-10-04 16:15:13 +0200 | [diff] [blame] | 4 | pnfEntryNotificationTimeout: P14D |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 5 | appc: |
| 6 | client: |
| 7 | key: iaEMAfjsVsZnraBP |
| 8 | response: |
| 9 | timeout: '120000' |
| 10 | secret: wcivUjsjXzmGFBfxMmyJu9dz |
| 11 | poolMembers: localhost:3904 |
| 12 | service: ueb |
| 13 | topic: |
| 14 | read: |
| 15 | name: APPC-TEST-AMDOCS2 |
| 16 | timeout: '120000' |
| 17 | write: APPC-TEST-AMDOCS1-DEV3 |
| 18 | sdnc: |
| 19 | read: SDNC-LCM-READ |
| 20 | write: SDNC-LCM-WRITE |
| 21 | log: |
| 22 | debug: |
| 23 | CompleteMsoProcess: 'true' |
| 24 | CreateNetworkInstanceInfra: 'true' |
| 25 | CreateServiceInstanceInfra: 'true' |
| 26 | DeleteNetworkInstanceInfra: 'true' |
| 27 | FalloutHandler: 'true' |
| 28 | UpdateNetworkInstanceInfra: 'true' |
| 29 | VnfAdapterRestV1: 'true' |
| 30 | sdncAdapter: 'true' |
| 31 | vnfAdapterCreateV1: 'true' |
| 32 | vnfAdapterRestV1: 'true' |
Lukasz Muszkieta | 60f8f53 | 2018-10-04 16:15:13 +0200 | [diff] [blame] | 33 | pnf: |
| 34 | dmaap: |
| 35 | host: hostTest |
| 36 | port: 1234 |
| 37 | protocol: http |
| 38 | uriPathPrefix: events |
| 39 | topicName: pnfReady |
| 40 | consumerGroup: consumerGroup |
| 41 | consumerId: consumerId |
| 42 | topicListenerDelayInSeconds: 5 |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 43 | mso: |
| 44 | adapters: |
Benjamin, Max (mb388a) | 22c8139 | 2018-08-24 09:23:29 -0400 | [diff] [blame] | 45 | requestDb: |
| 46 | auth: Basic YnBlbDptc28tZGItMTUwNyE= |
| 47 | endpoint: http://localhost:8081 |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 48 | completemsoprocess: |
| 49 | endpoint: http://localhost:${wiremock.server.port}/CompleteMsoProcess |
| 50 | db: |
| 51 | auth: 757A94191D685FD2092AC1490730A4FC |
| 52 | endpoint: http://localhost:${wiremock.server.port}/dbadapters/RequestsDbAdapter |
| 53 | spring: |
| 54 | endpoint: http://localhost:${wiremock.server.port} |
| 55 | network: |
| 56 | endpoint: http://localhost:${wiremock.server.port}/networks/NetworkAdapter |
| 57 | rest: |
| 58 | endpoint: http://localhost:${wiremock.server.port}/networks/rest/v1/networks |
| 59 | openecomp: |
| 60 | db: |
| 61 | endpoint: http://localhost:${wiremock.server.port}/dbadapters/RequestsDbAdapter |
| 62 | po: |
| 63 | auth: 757A94191D685FD2092AC1490730A4FC |
| 64 | password: 3141634BF7E070AA289CF2892C986C0B |
| 65 | sdnc: |
| 66 | endpoint: http://localhost:${wiremock.server.port}/SDNCAdapter |
| 67 | rest: |
| 68 | endpoint: http://localhost:${wiremock.server.port}/SDNCAdapter/v1/sdnc |
| 69 | timeout: PT60S |
| 70 | tenant: |
| 71 | endpoint: http://localhost:${wiremock.server.port}/tenantAdapterMock |
| 72 | vnf: |
| 73 | endpoint: http://localhost:${wiremock.server.port}/vnfs/VnfAdapter |
| 74 | rest: |
| 75 | endpoint: http://localhost:${wiremock.server.port}/services/rest/v1/vnfs |
| 76 | volume-groups: |
| 77 | rest: |
| 78 | endpoint: http://localhost:${wiremock.server.port}/services/rest/v1/volume-groups |
| 79 | vnf-async: |
| 80 | endpoint: http://localhost:${wiremock.server.port}/vnfs/VnfAdapterAsync |
| 81 | workflow: |
| 82 | message: |
| 83 | endpoint: http://localhost:${wiremock.server.port}/workflows/messages/message |
| 84 | |
| 85 | async: |
| 86 | core-pool-size: 50 |
| 87 | max-pool-size: 50 |
| 88 | queue-capacity: 500 |
| 89 | |
| 90 | bpmn: |
| 91 | optimisticlockingexception: |
| 92 | retrycount: '3' |
| 93 | callbackRetryAttempts: '5' |
| 94 | catalog: |
| 95 | db: |
| 96 | endpoint: http://localhost:${wiremock.server.port}/ |
| 97 | spring: |
| 98 | endpoint: http://localhost:${wiremock.server.port} |
| 99 | correlation: |
| 100 | timeout: 60 |
| 101 | db: |
| 102 | auth: Basic YnBlbDptc28tZGItMTUwNyE= |
| 103 | default: |
| 104 | adapter: |
| 105 | namespace: http://org.onap.so |
| 106 | healthcheck: |
| 107 | log: |
| 108 | debug: 'false' |
| 109 | infra: |
| 110 | customer: |
| 111 | id: testCustIdInfra |
| 112 | logPath: logs |
| 113 | msoKey: 07a7159d3bf51a0e53be7a8f89699be7 |
| 114 | po: |
| 115 | timeout: PT60S |
| 116 | request: |
| 117 | db: |
| 118 | endpoint: http://localhost:${wiremock.server.port}/ |
| 119 | rollback: 'true' |
| 120 | site-name: localDevEnv |
| 121 | workflow: |
| 122 | default: |
| 123 | aai: |
| 124 | cloud-region: |
| 125 | version: '9' |
| 126 | generic-vnf: |
| 127 | version: '9' |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 128 | global: |
| 129 | default: |
| 130 | aai: |
| 131 | namespace: http://org.openecomp.aai.inventory/ |
| 132 | version: '8' |
| 133 | message: |
| 134 | endpoint: http://localhost:${wiremock.server.port}/mso/WorkflowMesssage |
| 135 | notification: |
| 136 | name: GenericNotificationService |
| 137 | sdncadapter: |
| 138 | callback: http://localhost:${wiremock.server.port}/mso/SDNCAdapterCallbackService |
| 139 | vnfadapter: |
| 140 | create: |
| 141 | callback: http://localhost:${wiremock.server.port}/mso/vnfAdapterNotify |
| 142 | delete: |
| 143 | callback: http://localhost:${wiremock.server.port}/mso/vnfAdapterNotify |
| 144 | query: |
| 145 | callback: http://localhost:${wiremock.server.port}/mso/services/VNFAdapterQuerCallbackV1 |
| 146 | rollback: |
| 147 | callback: http://localhost:${wiremock.server.port}/mso/vnfAdapterNotify |
| 148 | global: |
| 149 | dmaap: |
| 150 | username: dmaapUsername |
| 151 | password: dmaapPassword |
| 152 | host: http://localhost:28090 |
| 153 | publisher: |
| 154 | topic: com.att.mso.asyncStatusUpdate |
| 155 | policy: |
| 156 | auth: Basic dGVzdHBkcDphbHBoYTEyMw== |
| 157 | client: |
| 158 | auth: Basic bTAzNzQzOnBvbGljeVIwY2sk |
| 159 | endpoint: https://localhost:8081/pdp/api/ |
| 160 | environment: TEST |
| 161 | sdnc: |
| 162 | auth: Basic YWRtaW46YWRtaW4= |
| 163 | host: http://localhost:8446 |
| 164 | path: /restconf/operations/GENERIC-RESOURCE-API |
| 165 | sniro: |
| 166 | conductor: |
| 167 | enabled: true |
| 168 | host: http://localhost:${wiremock.server.port} |
| 169 | uri: /v1/release-orders |
| 170 | headers.auth: Basic dGVzdDp0ZXN0cHdk |
| 171 | manager: |
| 172 | timeout: PT30M |
| 173 | host: http://localhost:${wiremock.server.port} |
| 174 | uri.v1: /sniro/api/v2/placement |
| 175 | uri.v2: /sniro/api/placement/v2 |
| 176 | headers.auth: Basic dGVzdDp0ZXN0cHdk |
| 177 | headers.patchVersion: 1 |
| 178 | headers.minorVersion: 1 |
| 179 | headers.latestVersion: 2 |
Marcus G K Williams | ac54cb3 | 2018-08-30 11:44:56 -0700 | [diff] [blame] | 180 | oof: |
| 181 | timeout: PT30M |
| 182 | host: http://localhost:${wiremock.server.port} |
| 183 | uri.v1: /api/oof/v1/placement |
| 184 | uri.v2: /api/oof/v2/placement |
| 185 | headers.auth: Basic dGVzdDp0ZXN0cHdk |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 186 | spring: |
| 187 | datasource: |
| 188 | url: jdbc:mariadb://localhost:3307/camundabpmn |
| 189 | username: root |
| 190 | password: password |
| 191 | driver-class-name: org.mariadb.jdbc.Driver |
| 192 | initialize: true |
| 193 | jpa: |
| 194 | generate-ddl: false |
| 195 | show-sql: false |
| 196 | hibernate: |
| 197 | ddl-auto: none |
| 198 | naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy |
| 199 | enable-lazy-load-no-trans: true |
| 200 | database-platform: org.hibernate.dialect.MySQL5InnoDBDialect |
| 201 | |
| 202 | mariaDB4j: |
| 203 | dataDir: |
| 204 | port: 3307 |
| 205 | databaseName: camundabpmn |
| 206 | camunda: |
| 207 | bpm: |
| 208 | metrics: |
| 209 | enabled: false |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 210 | db-reporter-activate: false |