Skip to content

Commit 4c40e17

Browse files
committed
adding cluster-capacity
1 parent 805b896 commit 4c40e17

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

openshift-3.10/group.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,9 @@ sources:
131131
branch:
132132
target: openshift-{MAJOR}.{MINOR}
133133
fallback: master
134+
cluster-capacity:
135+
url: [email protected]:openshift/cluster-capacity.git
136+
branch:
137+
target: openshift-{MAJOR}.{MINOR}
138+
fallback: master
134139

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
enabled_repos:
2-
- rhel-server-ose-rpms
1+
content:
2+
source:
3+
alias: cluster-capacity
4+
path: images/cluster-capacity
5+
modifications:
6+
- action: replace
7+
match: "openshift-cluster-capacity"
8+
replacement: "openshift-enterprise-cluster-capacity"
39
from:
4-
stream: rhel
10+
member: openshift-enterprise-base-docker
511
labels:
612
License: GPLv2+
713
architecture: x86_64
@@ -11,4 +17,7 @@ labels:
1117
io.openshift.tags: openshift,cluster-capacity
1218
vendor: Red Hat
1319
name: openshift3/ose-cluster-capacity
14-
owners: []
20+
owners:
21+
22+
enabled_repos:
23+
- rhel-server-ose-rpms
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
content:
2+
source:
3+
alias: cluster-capacity
4+
specfile: openshift-cluster-capacity.spec
5+
name: openshift-enterprise-cluster-capacity
6+
owners:
7+

0 commit comments

Comments
 (0)