Skip to content

Instantly share code, notes, and snippets.

@singlecheeze
singlecheeze / ARO AAP with Azure PostgreSQL.md
Last active June 11, 2024 12:57
ARO AAP with Azure PostgreSQL

image

image

image

@singlecheeze
singlecheeze / OCP Virt VM Creation with Ansible.md
Created May 14, 2024 19:30
OCP Virt VM Creation with Ansible

build-fedora-rapids-master-vm.yaml
Run from laptop or jump server with Ansible:

ansible-playbook build-fedora-rapids-master-vm.yaml --tag deploy
ansible-playbook build-fedora-rapids-master-vm.yaml --tag destroy

build-fedora-rapids-master-vm.yaml

---
- hosts: localhost
@singlecheeze
singlecheeze / RHImageBuilderviaWebConsole.md
Last active May 5, 2023 20:49
RH Image Builder via Web Console (Cockpit)

Great blog post here: https://www.redhat.com/sysadmin/intro-cockpit

sudo dnf install cockpit
sudo systemctl enable --now cockpit.socket
sudo firewall-cmd --add-service=cockpit --permanent
sudo firewall-cmd --reload

Now open a web browser and go to:: https://Computer IP:9090

@singlecheeze
singlecheeze / Nvidia MPS Device Plugin on OCP.md
Last active November 16, 2022 19:25
Nvidia MPS Device Plugin on OCP.

Disable Default Nvidia Device Plugin in Nvidia GPU Operator ClusterPolicy:

devicePlugin:
    config:
      default: ''
      name: ''
    enabled: false
    imagePullPolicy: Always
@singlecheeze
singlecheeze / vsphere-automation-sdk-python on RHEL 7.md
Last active November 2, 2022 21:29
vsphere-automation-sdk-python on RHEL 7