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

Configure raid during installation for master nodes #11

Closed
rbo opened this issue Jun 22, 2021 · 2 comments
Closed

Configure raid during installation for master nodes #11

rbo opened this issue Jun 22, 2021 · 2 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.

Comments

@rbo
Copy link
Member Author

rbo commented Jun 23, 2021

Instead of using the image, we can use butane directly: https://mirror.openshift.com/pub/openshift-v4/clients/butane/latest/

rbo added a commit to rbo/hetzner-baremetal-openshift that referenced this issue Jun 23, 2021
@rbo
Copy link
Member Author

rbo commented Jun 23, 2021

Looks not bad:

[core@host02 ~]$ cat /proc/mdstat
Personalities : [raid1]
md126 : active raid1 sda3[0] sdb3[1]
      393152 blocks super 1.0 [2/2] [UU]

md127 : active raid1 sdb4[1] sda4[0]
      249401664 blocks super 1.2 [2/2] [UU]
      bitmap: 2/2 pages [8KB], 65536KB chunk

unused devices: <none>
[core@host02 ~]$

@rbo rbo self-assigned this Jun 23, 2021
@rbo rbo added kind/feature Categorizes issue or PR as related to a new feature. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. labels Jun 23, 2021
rbo added a commit to rbo/hetzner-baremetal-openshift that referenced this issue Jun 23, 2021
@rbo rbo closed this as completed Jun 23, 2021
rbo added a commit to rbo/hetzner-baremetal-openshift that referenced this issue Jun 23, 2021
rbo added a commit to rbo/hetzner-baremetal-openshift that referenced this issue Jun 23, 2021
sesheta pushed a commit that referenced this issue Jun 24, 2021
* Remove internal_ip not needed anymore

* Remove hetzner software raid after centos installation too

* Remove internal_hostname use inventory_hostname instead

* Setup dns & lb first before firewall

because configure-hrobot-firewall.yaml need ip of lb vm

* Update toolbox, add missing packages

* Update hosts.yaml.example

* Update haproxy config, add only masters & bootstrap

* Fixed issue #11 - setup raid on masters

* Clean ip firewall configuration, bacause of #8

* Wipe RHCOS Raid too part of #11

* Improve reboot

* Provide playbook to disable hetzner firewall

* Fix igntion creation to add worker node afterwards

* Update README, add how to add worker

* Add post installation step

* Add missing newline

* fix: Make pre-commit happy

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: Tomas Coufal <tcoufal@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now.
Projects
None yet
Development

No branches or pull requests

1 participant