Fix JDBC endpoint
[so/docker-config.git] / volumes / mso / configuration / openstack-adapter / override-onapheat.yaml
1 server:
2   port: 8087
3  
4 spring:
5   security:
6     usercredentials:
7     -  
8       username: sdnc
9       password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
10       role: SDNC-Client
11     -  
12       username: sitecontrol
13       password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
14       role: SiteControl-Client 
15     -  
16       username: bpel
17       password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
18       role: BPEL-Client        
19     -  
20       username: sniro
21       password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
22       role: SNIRO-Client  
23     -  
24       username: apih
25       password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
26       role: MSO-Client
27     -  
28       username: mso_admin
29       password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
30       role: ACTUATOR
31
32
33 org:
34   onap:
35     so:
36       adapters:
37         default_keystone_url_version: /v2.0
38         default_keystone_reg_ex: "/[vV][0-9]"
39         vnf:
40           bpelauth: 5119D1AF37F671FC01FFAD2151D93EFB2BBB503E879FD07104D024EDDF118FD1
41           checkRequiredParameters: true
42           addGetFilesOnVolumeReq: false
43           sockettimeout: 30
44           connecttimeout: 30
45           retrycount: 5
46           retryinterval: -15
47           retrylist: 408,429,500,502,503,504,900
48           valet_enabled: false
49           fail_requests_on_valet_failure: false
50         network:
51           bpelauth: 5119D1AF37F671FC01FFAD2151D93EFB2BBB503E879FD07104D024EDDF118FD1
52           sockettimeout: 5
53           connecttimeout: 5
54           retrycount: 5
55           retryinterval: -15
56           retrylist: 408,429,500,502,503,504,900
57         tenant: 
58           default_keystone_url_version: /v2.0
59           default_keystone_reg_ex: "/[vV][0-9]"
60           default_tenant_description: Tenant
61           default_region_type: single
62           default_user_role: admin
63           default_success_status_string: Success
64           default_no_regions_status_string: no regions
65           default_quota_value: 10
66           set_default_quota: false
67  
68 ecomp:
69   mso:
70     adapters:
71       po:
72         retryCodes: 504
73         retryDelay: 5
74         retryCount: 3
75         pollTimeout: 7500
76         pollInterval: 15
77       
78 mso:
79   logPath: ./logs/openstack
80   catalog:
81     db:
82       spring:
83         endpoint: http://c1.vm1.mso.simpledemo.openecomp.org:8082
84   db:
85     auth: Basic YnBlbDptc28tZGItMTUwNyE=
86   site-name: localDevEnv
87   async:
88     core-pool-size: 50
89     max-pool-size: 50
90     queue-capacity: 500
91
92 cloud_config:
93   identity_services:
94     RAX_KEYSTONE:
95       identity_url: "https://identity.api.rackspacecloud.com/v2.0"
96       mso_id: "RACKSPACE_ACCOUNT_ID"
97       mso_pass: "RACKSPACE_ACCOUNT_APIKEY"
98       admin_tenant: "service"
99       member_role: "admin"
100       tenant_metadata: true
101       identity_server_type: "KEYSTONE"
102       identity_authentication_type: "RACKSPACE_APIKEY"   
103   cloud_sites:
104     Dallas:
105       region_id: "DFW"
106       clli: "DFW"
107       aic_version: "2.5"
108       identity_service_id: "RAX_KEYSTONE"
109     Northern Virginia:
110       region_id: "IAD"
111       clli: "IAD"
112       aic_version: "2.5"
113       identity_service_id: "RAX_KEYSTONE"
114     Chicago:
115       region_id: "ORD"
116       clli: "ORD"
117       aic_version: "2.5"
118       identity_service_id: "RAX_KEYSTONE" 
119     DEFAULT:
120       region_id: "DFW"
121       clli: "DFW"
122       aic_version: "2.5"
123       identity_service_id: "RAX_KEYSTONE"