RedHat-EMEA-SSA-Team / hetzner-ocp4

Installing OCP 4 on single bare metal server.
Apache License 2.0
185 stars 118 forks source link

Advanced provisioning #307

Closed jwalzer closed 7 months ago

jwalzer commented 8 months ago

Description

This PR are some minor advancements that helped me provision my hetzner server or things I stumbled over, when I tried it first time. 1) Allow to skip the boot into rescue machine, if you are already booted into rescue system and want to work from there. Helpful if you're trying to debug stuff and are running the playbook often. Just set already_in_rescue=yes 2) allow to set raid level for data device. Nowadays there are 4TB SSDs available. I don't need a Raid0 on that, and prefer Raid1 3) Allow to rename the volume group 4) add the neccessary fields to get startet to the cluster-example.yaml

rbo commented 7 months ago

LGTM

rbo commented 7 months ago

Merged into devel.