Add Onap Jakarta support
[it/dep.git] / smo-install / helm-override / default / cicd-override.yaml
1 # Copyright © 2021-2022 AT&T Intellectual Property
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
15 # Static Defaults
16 testsSuite:
17   jenkins: true
18   tests: false
19
20 github:
21   username: "username"
22   password: "token_api"
23
24 gerrit:
25   username: "username"
26   password: "token_api"
27
28 jenkins:
29   persistence:
30     enabled: false
31   controller:
32     jenkinsUrl: "http://smo-jenkins:32080"
33     JCasC:
34       securityRealm: |-
35         local:
36           allowsSignup: false
37           enableCaptcha: false
38           users:
39           - id: "test"
40             name: "Jenkins Admin"
41             password: "testos"
42