Skip to content

Instantly share code, notes, and snippets.

View iSignal's full-sized avatar

Sanketh I iSignal

  • Bay Area, California
View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

# pip install yb-cassandra-driver to be able to import cassandra.cluster
from cassandra.cluster import Cluster, Session
from ssl import SSLContext, PROTOCOL_TLS, CERT_REQUIRED
import os
import sys
hostname = sys.argv[1]
ssl_context = SSLContext(PROTOCOL_TLS)
flowchart TD
subgraph install_docker [INSTALL DOCKER]
direction LR
I1_airgap{Is airgap?}
I1.1.1(Remove old docker pkgs)
I1.1.2(Add docker repos \n to apt/yum)
I1.1.3(apt/yum \n install packages)
I1.1.1 --- I1.1.2 --- I1.1.3
I1.2.0(DO THESE MANUALLY)