From cdd5fd5402456d0f84b6b53b4fb78b2cb05392c0 Mon Sep 17 00:00:00 2001 From: Stephen Benjamin Date: Wed, 17 Jul 2019 16:31:02 -0400 Subject: [PATCH] docs/metal: worker host should have role 'worker' This fixes a copy/paste error in the docs for the baremetal install-config. A worker host should have the 'worker' role, not 'master'. --- docs/user/metal/install_ipi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/metal/install_ipi.md b/docs/user/metal/install_ipi.md index 610086a67ff..0a43c05c71b 100644 --- a/docs/user/metal/install_ipi.md +++ b/docs/user/metal/install_ipi.md @@ -162,8 +162,8 @@ platform: password: password bootMACAddress: 00:11:07:4e:f6:70 hardwareProfile: default - - name: openshift-worker-0 - role: master + - name: openshift-worker-0 + role: worker bmc: address: ipmi://192.168.111.1:6233 username: admin