SO create service instance fails
[oom.git] / kubernetes / so / charts / so-openstack-adapter / resources / config / overrides / override.yaml
1 # Copyright © 2018 AT&T USA
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 server:
15   port: 8087
16 spring:
17   datasource:
18     url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
19     username: ${DB_USERNAME}
20     password: ${DB_PASSWORD}
21     driver-class-name: org.mariadb.jdbc.Driver
22     dbcp2:
23       initial-size: 5
24       max-total: 20
25       validation-query: select 1
26       test-on-borrow: true
27   security:
28     usercredentials:
29     -
30       username: sdnc
31       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
32       role: SDNC-Client
33     -
34       username: sitecontrol
35       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
36       role: SiteControl-Client
37     -
38       username: bpel
39       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
40       role: BPEL-Client
41     -
42       username: sniro
43       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
44       role: SNIRO-Client
45     -
46       username: apih
47       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
48       role: MSO-Client
49     -
50       username: mso_admin
51       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
52       role: ACTUATOR
53 org:
54   onap:
55     so:
56       adapters:
57         default_keystone_url_version: /v2.0
58         default_keystone_reg_ex: "/[vV][0-9]"
59         vnf:
60           bpelauth: A7FC9B308B7AF7A269072BA729A345625E0381E3071DE7EE50603677CB69C515
61           checkRequiredParameters: true
62           addGetFilesOnVolumeReq: false
63           sockettimeout: 30
64           connecttimeout: 30
65           retrycount: 5
66           retryinterval: -15
67           retrylist: 408,429,500,502,503,504,900
68           valet_enabled: false
69           fail_requests_on_valet_failure: false
70         network:
71           bpelauth: A7FC9B308B7AF7A269072BA729A345625E0381E3071DE7EE50603677CB69C515
72           sockettimeout: 5
73           connecttimeout: 5
74           retrycount: 5
75           retryinterval: -15
76           retrylist: 408,429,500,502,503,504,900
77         tenant:
78           default_keystone_url_version: /v2.0
79           default_keystone_reg_ex: "/[vV][0-9]"
80           default_tenant_description: Tenant
81           default_region_type: single
82           default_user_role: admin
83           default_success_status_string: Success
84           default_no_regions_status_string: no regions
85           default_quota_value: 10
86           set_default_quota: false
87 ecomp:
88   mso:
89     adapters:
90       po:
91         retryCodes: 504
92         retryDelay: 5
93         retryCount: 3
94         pollTimeout: 7500
95         pollInterval: 15
96 mso:
97   logPath: ./logs/openstack
98   catalog:
99     db:
100       spring:
101         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
102   db:
103     auth: Basic YnBlbDpwYXNzd29yZDEk
104   site-name: localDevEnv
105   async:
106     core-pool-size: 50
107     max-pool-size: 50
108     queue-capacity: 500
109 cloud_config:
110   identity_services:
111     RAX_KEYSTONE:
112       identity_url: "https://identity.api.rackspacecloud.com/v2.0"
113       mso_id: "RACKSPACE_ACCOUNT_ID"
114       mso_pass: "RACKSPACE_ACCOUNT_APIKEY"
115       admin_tenant: "service"
116       member_role: "admin"
117       tenant_metadata: true
118       identity_server_type: "KEYSTONE"
119       identity_authentication_type: "RACKSPACE_APIKEY"
120   cloud_sites:
121     Dallas:
122       region_id: "DFW"
123       clli: "DFW"
124       aic_version: "2.5"
125       identity_service_id: "RAX_KEYSTONE"
126     Northern Virginia:
127       region_id: "IAD"
128       clli: "IAD"
129       aic_version: "2.5"
130       identity_service_id: "RAX_KEYSTONE"
131     Chicago:
132       region_id: "ORD"
133       clli: "ORD"
134       aic_version: "2.5"
135       identity_service_id: "RAX_KEYSTONE"
136     DEFAULT:
137       region_id: "DFW"
138       clli: "DFW"
139       aic_version: "2.5"
140       identity_service_id: "RAX_KEYSTONE"