From 9ecdb6a659451939fbdf0839572dbde6693d9e16 Mon Sep 17 00:00:00 2001 From: Stephen Benjamin Date: Tue, 6 Aug 2019 09:31:59 -0400 Subject: [PATCH] config/openshift/installer: add baremetal-installer image This adds a baremetal-installer image for use with baremetal IPI platforms. --- .../installer/openshift-installer-master.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ci-operator/config/openshift/installer/openshift-installer-master.yaml b/ci-operator/config/openshift/installer/openshift-installer-master.yaml index 9ea94e07d5406..c1f56598d3938 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-master.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-master.yaml @@ -51,6 +51,14 @@ images: - build paths: null to: openstack-installer +- dockerfile_path: images/baremetal/Dockerfile.ci + from: base + inputs: + root: + as: + - build + paths: null + to: baremetal-installer promotion: name: "4.2" namespace: ocp @@ -85,6 +93,12 @@ resources: requests: cpu: "3" memory: 5Gi + baremetal-installer: + limits: + memory: 9Gi + requests: + cpu: "3" + memory: 5Gi unit: limits: memory: 9Gi