Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated references for OpenShift 'master' to 'control plane node' #279

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/bmquickstart-static.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ git clone https://github.com/redhat-cop/ocp4-helpernode
cd ocp4-helpernode
```

Create the [vars-static.yaml](examples/vars-static.yaml) file with the IP addresss that will be assigned to the masters/workers/boostrap. The IP addresses need to be right since they will be used to create your DNS server.
Create the [vars-static.yaml](examples/vars-static.yaml) file with the IP addresss that will be assigned to the control plane nodes/workers/boostrap. The IP addresses need to be right since they will be used to create your DNS server.

```
cp docs/examples/vars-static.yaml .
Expand Down Expand Up @@ -115,7 +115,7 @@ compute:
replicas: 0
controlPlane:
hyperthreading: Enabled
name: master
name: controlplane
replicas: 3
metadata:
name: ocp4
Expand Down Expand Up @@ -215,7 +215,7 @@ On your laptop/workstation visit the status page
firefox http://192.168.7.77:9000
```

You'll see the bootstrap turn "green" and then the masters turn "green", then the bootstrap turn "red". This is your indication that you can continue.
You'll see the bootstrap turn "green" and then the control plane nodes turn "green", then the bootstrap turn "red". This is your indication that you can continue.

### ISO Maker

Expand Down
6 changes: 3 additions & 3 deletions docs/bmquickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ git clone https://github.com/redhat-cop/ocp4-helpernode
cd ocp4-helpernode
```

Get the mac address of the instances/vms/servers that are going to be your OpenShift 4 cluster. At a minimum you need 1 bootstrap, 3 masters, and 2 workers. So you'll need to have 6 Mac Addresses
Get the mac address of the instances/vms/servers that are going to be your OpenShift 4 cluster. At a minimum you need 1 bootstrap, 3 control plane nodes, and 2 workers. So you'll need to have 6 Mac Addresses

Edit the [vars.yaml](examples/vars.yaml) file with the mac addresses of your instances.

Expand Down Expand Up @@ -117,7 +117,7 @@ compute:
replicas: 0
controlPlane:
hyperthreading: Enabled
name: master
name: controlplane
replicas: 3
metadata:
name: ocp4
Expand Down Expand Up @@ -196,7 +196,7 @@ firefox http://192.168.7.77:9000
```
> :warning: Make sure you don't expose this port in public cloud environments!

You'll see the bootstrap turn "green" and then the masters turn "green", then the bootstrap turn "red". This is your indication that you can continue.
You'll see the bootstrap turn "green" and then the control plane nodes turn "green", then the bootstrap turn "red". This is your indication that you can continue.

## Wait for install

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/install-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compute:
replicas: 0
controlPlane:
hyperthreading: Enabled
name: master
name: controlplane
replicas: 3
metadata:
name: ocp4
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/install-config-local-registry-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compute:
replicas: 0
controlPlane:
hyperthreading: Enabled
name: master
name: controlplane
replicas: 3
metadata:
name: ocp4
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-chrony.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
macaddr: "52:54:00:60:72:67"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
macaddr: "52:54:00:e7:9d:67"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
macaddr: "52:54:00:80:16:23"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
macaddr: "52:54:00:d5:1c:39"
workers:
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-compact-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dns:
bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
other:
- name: "non-cluster-vm"
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-compact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
macaddr: "52:54:00:60:72:67"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
macaddr: "52:54:00:e7:9d:67"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
macaddr: "52:54:00:80:16:23"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
macaddr: "52:54:00:d5:1c:39"
other:
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-ha-ppc64le.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
macaddr: "52:54:00:60:72:67"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
macaddr: "52:54:00:e7:9d:67"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
macaddr: "52:54:00:80:16:23"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
macaddr: "52:54:00:d5:1c:39"
workers:
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
macaddr: "52:54:00:60:72:67"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
macaddr: "52:54:00:e7:9d:67"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
macaddr: "52:54:00:80:16:23"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
macaddr: "52:54:00:d5:1c:39"
workers:
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-local-registry-ppc64le.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
macaddr: "52:54:00:60:72:67"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
macaddr: "52:54:00:e7:9d:67"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
macaddr: "52:54:00:80:16:23"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
macaddr: "52:54:00:d5:1c:39"
workers:
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-local-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
macaddr: "52:54:00:60:72:67"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
macaddr: "52:54:00:e7:9d:67"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
macaddr: "52:54:00:80:16:23"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
macaddr: "52:54:00:d5:1c:39"
workers:
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dns:
bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
workers:
- name: "worker0"
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-nightlies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
macaddr: "52:54:00:60:72:67"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
macaddr: "52:54:00:e7:9d:67"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
macaddr: "52:54:00:80:16:23"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
macaddr: "52:54:00:d5:1c:39"
workers:
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-ppc64le.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
macaddr: "52:54:00:60:72:67"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
macaddr: "52:54:00:e7:9d:67"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
macaddr: "52:54:00:80:16:23"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
macaddr: "52:54:00:d5:1c:39"
workers:
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-static-nightlies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dns:
bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
workers:
- name: "worker0"
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dns:
bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
workers:
- name: "worker0"
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ bootstrap:
name: "bootstrap"
ipaddr: "192.168.7.20"
macaddr: "52:54:00:60:72:67"
masters:
- name: "master0"
controlplane_nodes:
- name: "controlplane0"
ipaddr: "192.168.7.21"
macaddr: "52:54:00:e7:9d:67"
- name: "master1"
- name: "controlplane1"
ipaddr: "192.168.7.22"
macaddr: "52:54:00:80:16:23"
- name: "master2"
- name: "controlplane2"
ipaddr: "192.168.7.23"
macaddr: "52:54:00:d5:1c:39"
workers:
Expand Down
14 changes: 7 additions & 7 deletions docs/iso-maker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RHCOS ISO Maker

You can create a custom ISO using [Chuckers' ISO Maker repo](https://github.com/chuckersjp/coreos-iso-maker). This playbook will create a single ISO that has a menu entry for each component (bootstrap/masters/workers).
You can create a custom ISO using [Chuckers' ISO Maker repo](https://github.com/chuckersjp/coreos-iso-maker). This playbook will create a single ISO that has a menu entry for each component (bootstrap/control plane nodes/workers).

Although very useful, with my opinionated playbook and his opinionated playbook; it makes it difficult to incorporate it within my playbook. Therefore, I've created this little "how to use the ISO maker with the helpernode".

Expand Down Expand Up @@ -56,15 +56,15 @@ all:
bootstrap.ocp4.example.com:
ipv4: 192.168.7.20

masters:
controlplane_nodes:
hosts:
master0.ocp4.example.com:
controlplane0.ocp4.example.com:
ipv4: 192.168.7.21

master1.ocp4.example.com:
controlplane1.ocp4.example.com:
ipv4: 192.168.7.22

master2.ocp4.example.com:
controlplane2.ocp4.example.com:
ipv4: 192.168.7.23

workers:
Expand All @@ -85,7 +85,7 @@ You'll need to move some stuff around where the ISO maker expects them to find t
cp /var/www/html/install/bios.raw.gz /var/www/html/
cp /var/www/html/ignition/*.ign /var/www/html/
ln -s /var/www/html/worker.ign /var/www/html/workers.ign
ln -s /var/www/html/master.ign /var/www/html/masters.ign
ln -s /var/www/html/controlplane.ign /var/www/html/controlplane_nodes.ign
chmod o+r /var/www/html/*
restorecon -vR /var/www/html
```
Expand All @@ -106,7 +106,7 @@ When you boot into this ISO, you'll be greeted with the following menu.

![isomaker](images/rhcos-iso-maker.png)

Choose the correct option for the server you're installing. I would boot them in the following order: bootstrap, masters, and then workers.
Choose the correct option for the server you're installing. I would boot them in the following order: bootstrap, control plane nodes, and then workers.

## Success

Expand Down
Loading