Skip to content

Instantly share code, notes, and snippets.

View JameelB's full-sized avatar

Jameel Briones JameelB

View GitHub Profile
@akoserwal
akoserwal / main.go
Created February 17, 2022 09:35
ocm-server
package main
import (
"bytes"
"encoding/json"
"fmt"
"log"
"net/http"
"os/exec"
"strings"
@JameelB
JameelB / cluster.json
Last active June 24, 2022 10:33
functions for setting up osd clusters. Add this to your .bashrc/.zshrc
{
"aws": {
"access_key_id": "string",
"account_id": "string",
"secret_access_key": "string"
},
"ccs": {
"enabled": true
},
"cloud_provider": {