Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame^] | 1 | # will be used as entry in DB to say SITE OFF/ON for healthcheck |
| 2 | # MSO Properties go here |
| 3 | mso: |
| 4 | catalog: |
| 5 | db: |
| 6 | spring: |
| 7 | endpoint: "http://localhost:" |
| 8 | db: |
| 9 | auth: Basic YnBlbDptc28tZGItMTUwNyE= |
| 10 | cloud_config: |
| 11 | identity_services: |
| 12 | MT_KEYSTONE: |
| 13 | identity_url: "http://localhost:${wiremock.server.port}/v2.0" |
| 14 | mso_id: "john" |
| 15 | mso_pass: "313DECE408AF7759D442D7B06DD9A6AA" |
| 16 | admin_tenant: "admin" |
| 17 | member_role: "_member_" |
| 18 | tenant_metadata: false |
| 19 | identity_server_type: "KEYSTONE" |
| 20 | identity_authentication_type: "USERNAME_PASSWORD" |
| 21 | cloud_sites: |
| 22 | regionOne: |
| 23 | region_id: "regionOne" |
| 24 | clli: "MT2" |
| 25 | aic_version: "2.5" |
| 26 | identity_service_id: "MT_KEYSTONE" |
| 27 | DEFAULT: |
| 28 | region_id: "" |
| 29 | clli: "MTN6" |
| 30 | aic_version: "3.0" |
| 31 | identity_service_id: "ORDM3" |
| 32 | adapters: |
| 33 | po: |
| 34 | retryCodes: "504" |
| 35 | retryDelay: "5" |
| 36 | retryCount: "3" |
| 37 | tenant: |
| 38 | tenant_description: "ECOMP Tenant" |
| 39 | region_type: "single" |
| 40 | user_role: "admin" |
| 41 | success_status_string: "Success" |
| 42 | no_regions_status_string: "no regions" |
| 43 | orm_request_path: "/v1/orm/customers/" |
| 44 | x_aic_orm_client_string: "ECOMP-MSO" |
| 45 | keystone_url_version: "/v2.0" |
| 46 | keystone_reg_ex: "/[vV][0-9]" |
| 47 | orm_url_replace_this: "8080" |
| 48 | orm_url_replace_with_this: "7080" |
| 49 | quota_value: "10" |
| 50 | set_default_quota: "false" |