-
Notifications
You must be signed in to change notification settings - Fork 210
/
Copy pathgroup.yml
195 lines (194 loc) · 8.26 KB
/
group.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
arches:
- x86_64
#- ppc64le
branch: rhaos-{MAJOR}.{MINOR}-rhel-7
name: openshift-{MAJOR}.{MINOR}
urls:
brewhub: https://brewhub.engineering.redhat.com/brewhub
brew_image_host: brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888
cgit: http://pkgs.devel.redhat.com/cgit
# Is the `brew_image_host` source a secure endpoint or will
# --insecure=true be required?
insecure_source: true
dist_git_ignore:
- gating.yaml
non_release:
images:
- openshift-enterprise-base
- atomic-openshift-metrics-server-container
- atomic-openshift-cluster-autoscaler-container
- openshift-enterprise-ansible-operator
- openshift-enterprise-asb
- openshift-enterprise-ansible-service-broker-operator
- openshift-enterprise-autoheal
- cluster-nfd-operator
- csi-provisioner
- efs-provisioner
- kuryr-cni
- kuryr-controller
- ose-leader-elector
- ose-manila-provisioner
- ose-ovn-kubernetes
- snapshot-controller
- snapshot-provisioner
- sriov-network-device-plugin
- openshift-enterprise-template-service-broker-operator
rpms:
- atomic-openshift-metrics-server-container
- atomic-openshift-cluster-autoscaler-container
push:
registries:
- registry.reg-aws.openshift.com:443
sources:
ose:
url: git@github.com:openshift/ose.git
branch:
target: enterprise-{MAJOR}.{MINOR}
fallback: master
use_source_fallback_branch: always
repos:
rhel-7-server-ansible-2.4-rpms:
conf:
baseurl:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/ansible/2.4/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/ansible/2.4/os/
content_set:
default: rhel-7-server-ansible-2.4-rpms
ppc64le: rhel-7-server-ansible-2.4-for-power-le-rpms
rhel-7-server-ansible-2.5-rpms:
conf:
baseurl:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/ansible/2.5/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/ansible/2.5/os/
content_set:
default: rhel-7-server-ansible-2.5-rpms
ppc64le: rhel-7-server-ansible-2.5-for-power-le-rpms
rhel-7-server-ansible-2.6-rpms:
conf:
baseurl:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/ansible/2.6/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/ansible/2.6/os/
content_set:
default: rhel-7-server-ansible-2.6-rpms
ppc64le: rhel-7-server-ansible-2.6-for-power-le-rpms
rhel-7-server-rhceph-3-tools-rpms:
conf:
baseurl:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/rhceph-tools/3/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhceph-tools/3/os/
content_set:
default: rhel-7-server-rhceph-3-tools-rpms
optional: true
ppc64le: rhel-7-server-rhceph-3-for-power-le-tools-rpms
rhel-fast-datapath-htb-rpms:
conf:
baseurl:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/beta/rhel/power-le/7/ppc64le/fast-datapath/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/htb/rhel/server/7/x86_64/fast-datapath/os/
content_set:
default: rhel-7-fast-datapath-htb-rpms
optional: true
ppc64le: rhel-7-for-power-le-fast-datapath-beta-rpms
rhel-fast-datapath-rpms:
conf:
baseurl:
unsigned:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/fast-datapath/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/fast-datapath/os/
signed:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/fast-datapath/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/fast-datapath/os/
content_set:
default: rhel-7-fast-datapath-rpms
ppc64le: rhel-7-for-power-le-fast-datapath-rpms
rhel-fast-datapath-candidate-rpms:
conf:
baseurl:
x86_64: http://download.eng.bos.redhat.com/brewroot/repos/fast-datapath-rhel-7-build/latest/x86_64/
content_set:
default: rhel-7-fast-datapath-rpms
rhel-server-extras-rpms:
conf:
baseurl:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/extras/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/extras/os/
content_set:
default: rhel-7-server-extras-rpms
ppc64le: rhel-7-for-power-le-extras-rpms
rhel-server-optional-rpms:
conf:
baseurl:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/optional/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/optional/os/
enabled: 1
content_set:
default: rhel-7-server-optional-rpms
ppc64le: rhel-7-for-power-le-optional-rpms
rhel-server-ose-rpms:
conf:
baseurl:
unsigned:
ppc64le: http://download.lab.bos.redhat.com/rcm-guest/puddles/RHAOS/AtomicOpenShift/{MAJOR}.{MINOR}/building/ppc64le/os
x86_64: http://download.lab.bos.redhat.com/rcm-guest/puddles/RHAOS/AtomicOpenShift/{MAJOR}.{MINOR}/building/x86_64/os
signed:
ppc64le: http://download.lab.bos.redhat.com/rcm-guest/puddles/RHAOS/AtomicOpenShift-signed/{MAJOR}.{MINOR}/building/RH7-RHAOS-{MAJOR}.{MINOR}/ppc64le/os
x86_64: http://download.lab.bos.redhat.com/rcm-guest/puddles/RHAOS/AtomicOpenShift-signed/{MAJOR}.{MINOR}/building/RH7-RHAOS-{MAJOR}.{MINOR}/x86_64/os
content_set:
default: rhel-7-server-ose-{MAJOR}.{MINOR}-rpms
optional: true
ppc64le: rhel-7-for-power-le-ose-{MAJOR}.{MINOR}-rpms
rhel-server-ose-rpms-shipped:
conf:
baseurl:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/ose/{MAJOR}.{MINOR}/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/ose/{MAJOR}.{MINOR}/os/
content_set:
default: rhel-7-server-ose-{MAJOR}.{MINOR}-rpms
optional: true
ppc64le: rhel-7-for-power-le-ose-{MAJOR}.{MINOR}-rpms
rhel-server-rhscl-rpms:
conf:
baseurl:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/rhscl/1/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/
content_set:
default: rhel-server-rhscl-7-rpms
ppc64le: rhel-7-server-for-power-le-rhscl-rpms
rhel-openstack-rpms:
conf:
baseurl:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/openstack/14/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/openstack/14/os/
content_set:
default: rhel-7-server-openstack-14-rpms
ppc64le: rhel-7-server-openstack-14-for-power-le-rpms
rhel-server-rpms:
conf:
baseurl:
ppc64le: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/power-le/7/7Server/ppc64le/os/
x86_64: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/
enabled: 1
content_set:
default: rhel-7-server-rpms
ppc64le: rhel-7-for-power-le-rpms
vars:
MAJOR: 4
MINOR: 1
default_image_build_method: imagebuilder
image_build_log_scanner:
matches:
# yum failed to install a package (but may not give an error result)
- "No package .* available"
# on multiarch builds, installed different NVR of pkg for different arches:
- "Failed component comparison for components:.*"
# docker does not understand multi-stage builds
- "is not a valid repository/tag: invalid reference format"
# indicative of https://github.com/openshift/imagebuilder/issues/87 or file(s) missing
- "plugins.imagebuilder.*lstat.*no such file or directory"
# koji sucks at auto-incrementing releases
- "bump_release: BuildError.'Unable to increment release value:"
files:
- x86_64.log
- ppc64le.log
- task_failed.log
- orchestrator.log