jetlag
jetlag copied to clipboard
Automation to deploy Bare-metal OpenShift leveraging the Assisted-Installer
Only changed the registry image location to quay
I believe SNOs can only be deployed with OVN Kubernetes network type thus we should remove the option to deploy OpenShiftSDN, change the var from an array into a string...
Used ip for hostvar instead of ip_address for SNOs . closes #239
Virtual media can not be mounted on: ``` iDRAC Firmware Version | 5.10.10.00 ``` It works fine with this version: ``` iDRAC Firmware Version | 5.10.10.05 ``` You can check...
Better yet, lets start a document expanding any vendor specific boot order or bmc configuration requirements.
Add some of the perf tunning performed for 741 vm testing Partial #259
Research if we should bump discovery image neighbor arp table size from default: ```console [root@localhost ~]# sysctl net.ipv6.neigh.default.gc_thresh1 net.ipv6.neigh.default.gc_thresh1 = 128 [root@localhost ~]# sysctl net.ipv6.neigh.default.gc_thresh2 net.ipv6.neigh.default.gc_thresh2 = 512 [root@localhost ~]#...
For jumbo clusters larger than 500 nodes, we need a configurable clusterNetwork cidr - https://github.com/redhat-performance/jetlag/blob/main/ansible/roles/hv-vm-manifests-jumbo/templates/manifest.yml.j2#L66
It seems the r750 nodes in the Alias lab ended up installing a cluster however the playbook timed out on max recursion. We should root cause why those machines took...
Using haproxy to pass traffic from laptop to bastion to cluster is easier than using sshuttle it seems, we should just have this enabled for ipv4 clusters too.