Skip to content

Instantly share code, notes, and snippets.

@nccurry
nccurry / Automating OCP on VMWARE without DHCP using ipxe
Created January 21, 2020 15:02 — forked from ralvares/Automating OCP on VMWARE without DHCP using ipxe
Using ipxe media to install rhcos without DHCP Server.
PS: This method works just with BIOS
#Install packages#
sudo yum install git xz-devel -y
sudo yum groupinstall "Development tools" -y
#Download ipxe
git clone https://github.com/ipxe/ipxe/
cd ipxe/src
@nccurry
nccurry / ocp4-download-clients
Created January 24, 2020 13:28 — forked from ryran/ocp4-download-clients
OCP4: Validate release available and download oc/openshift-install clients
#!/bin/bash
# ocp4-download-clients v0.2.0 last mod 2020/01/23
# Copyright 2020 Ryan Sawhill Aroha <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@nccurry
nccurry / ocp4-chk-upgrade-channel
Created January 24, 2020 13:28 — forked from ryran/ocp4-chk-upgrade-channel
OCP4: check upgrade channel for a particular release
#!/bin/bash
# ocp4-chk-upgrade-channel v0.0.3 last mod 2020/01/23
# Copyright 2020 Ryan Sawhill Aroha <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,