2 # ============LICENSE_START=======================================================
3 # Copyright (C) 2021 Nordix Foundation.
4 # ================================================================================
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
9 # http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
17 # SPDX-License-Identifier: Apache-2.0
18 # ============LICENSE_END=========================================================
20 # this job gets triggered when push-upstream is commented on a change on Nordix Gerrit.
22 name: 'oom-helm-build'
23 project: 'infra/installer/oom'
30 - 'onap-oom-helm-build-{stream}'
33 name: 'onap-oom-helm-build-{stream}'
34 node: infra-ubuntu2004
42 description: 'The project and branch for which the change is proposed'
43 - nordix-gerrit-parameters
46 default: 'https://get.helm.sh/helm-v3.5.0-linux-amd64.tar.gz'
47 description: Specifies the URL to fetch Helm.
50 default: 'https://github.com/chartmuseum/helm-push/releases/download/v0.9.0/helm-push_0.9.0_linux_amd64.tar.gz'
51 description: Specifies the URL to fetch the Helm-push plugin.
54 default: 'https://get.helm.sh/chartmuseum-v0.13.1-linux-amd64.tar.gz'
55 description: Specifies the URL to fetch Chartmuseum.
58 default: 'https://github.com/mikefarah/yq/releases/download/v4.7.0/yq_linux_amd64'
59 description: Specifies the URL to fetch yq.
62 default: "https://registry.nordix.org"
63 description: Chart registry to upload the built Helm chart.
65 name: NORDIX_ARM_HTTPS_URL
66 default: "https://artifactory.nordix.org/artifactory"
67 description: "Artifact Repository Manager to which to upload the built artifacts."
70 default: 'https://gerrit.onap.org/r/oom'
71 description: URL to fetch OOM Git repository.
73 name: ONAP_OOM_VERSION
75 description: Spcifies the version of OOM to fetch.
77 name: ONAP_OOM_HELM_CHART_VALUES_REPLACEMENTS
78 description: A comma-separated list of yq expressions to execute on ONAP umbrella chart values.yaml
81 .global.masterPassword="nordix",
82 .global.repository="nexus3.onap.org:10001",
83 .global.imagePullPolicy="IfNotPresent",
84 .global.ingress.enabled=true,
85 .global.serviceMesh.enabled=true,
86 .global.metrics.enabled=true,
87 .global.addTestingComponents=true,
88 .a1policymanagement.enabled=true,
92 .cassandra.enabled=true,
94 .cert-wrapper.enabled=true,
98 .contrib.enabled=true,
99 .contrib.awx.enabled=false,
100 .contrib.netbox.enabled=false,
102 .dcaegen2.enabled=true,
103 .dcaegen2-services.enabled=true,
104 .dcaemod.enabled=true,
107 .holmes.enabled=true,
108 .mariadb-galera.enabled=true,
109 .modeling.enabled=true,
111 .multicloud.enabled=true,
112 .multicloud.multicloud-starlingx.enabled=true,
113 .multicloud.multicloud-vio.enabled=true,
114 .multicloud.multicloud-windriver.enabled=true,
117 .platform.enabled=true,
118 .policy.enabled=true,
119 .pomba.enabled=false,
120 .portal.enabled=true,
121 .repository-wrapper.enabled=true,
125 .sniro-emulator.enabled=false,
132 name: ONAP_OOM_HELM_CHART_VALUES_OVERRIDE
134 description: Specifies the location of an additional file to pass to helm template.
138 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
140 refspec: '+refs/heads/{branch}:refs/remotes/origin/{branch}'
147 - nordixinfra-harbor-creds-wrapper
148 - credentials-binding:
149 - username-password-separated:
150 credential-id: 'nordix-cicd-arm-credentials'
151 username: NORDIX_ARM_USERNAME
152 password: NORDIX_ARM_TOKEN
154 - fix-workspace-permissions
157 - 'oom-build-installdeps-macro'
158 - 'oom-build-wrapper-macro'
163 slack-channel: '#infra'
165 notify-success: false
166 notify-failure: false
167 notify-back-to-normal: false
172 # vim: ts=2 sw=2 expandtab: