Skip to content

Instantly share code, notes, and snippets.

View dwojciec's full-sized avatar

Didier Wojciechowski dwojciec

View GitHub Profile
@dwojciec
dwojciec / quay all in one
Created July 5, 2021 10:48 — forked from ralvares/quay all in one
Quay - All in One - Using podman pod
podman login registry.redhat.io
export domain=quay.ralvares.local
export QUAY=/data/quay
mkdir -p $QUAY/postgres-quay
mkdir $QUAY/clair
mkdir -p $QUAY/config/extra_ca_certs
mkdir $QUAY/storage
@dwojciec
dwojciec / Openshift 4.2 on VMware using govc
Created November 21, 2019 16:49 — forked from ralvares/Openshift 4.3 on VMware using govc
Openshift 4.2 on VMware using govc
curl https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.2/4.2.0/rhcos-4.2.0-x86_64-vmware.ova -o rhcos-4.2.0-x86_64-vmware.ova
govc import.ova -name=rhcos-4.2.0-x86_64-vmware ./rhcos-4.2.0-x86_64-vmware.ova
export GOVC_URL='vsphere.server.local
export GOVC_USERNAME='admin@vsphere.local'
export GOVC_PASSWORD='password
export GOVC_INSECURE=1
export GOVC_NETWORK='NETWORK'