Skip to content

Instantly share code, notes, and snippets.

View vFondevilla's full-sized avatar
🏠
Working from home

Victor Fondevilla vFondevilla

🏠
Working from home
View GitHub Profile
@vFondevilla
vFondevilla / AWS CLI test pod for IRSA
Created August 10, 2021 06:46
AWS CLI test pod for IRSA
---
apiVersion: v1
kind: Pod
metadata:
name: aws-cli
namespace: atlantis
spec:
serviceAccountName: atlantis
containers:
- name: eks-iam-test
@vFondevilla
vFondevilla / snip
Created December 20, 2019 08:55
Disable release pipelines
for i in $(aws events list-rules --output json | jq -r '.Rules[] | .Name' | grep release); do aws events disable-rule --name $i; done
@vFondevilla
vFondevilla / topology.json
Created December 1, 2017 17:33
topologia glusterfs
{
"clusters": [
{
"nodes": [
{
"node": {
"hostnames": {
"manage": [
"10.2.0.52"
],
@vFondevilla
vFondevilla / configuracionheteki.json
Last active December 1, 2017 17:29
ConfiguracionHeteki.json
{
"_port_comment": "Heketi Server Port Number",
"port": "8080",
"_use_auth": "Enable JWT authorization. Please enable for deployment",
"use_auth": true,
"_jwt": "Private keys for access",
"jwt": {
"_admin": "HeketiAdmin",
"admin": {
"key": "Passw0rdSuperMegaComplicada"

Keybase proof

I hereby claim:

  • I am vFondevilla on github.
  • I am vfondevilla (https://keybase.io/vfondevilla) on keybase.
  • I have a public key whose fingerprint is 2FDA 4DFB A071 468C D928 2C74 B6CF C947 E969 D10F

To claim this, I am signing this object:

@vFondevilla
vFondevilla / vcsa.json
Created January 7, 2016 18:18
JSON para desplegar VCSA
{
"__version": "1.1",
"__comments": "Sample template to deploy a vCenter Server with an embedded Platform Services Controller to an ESXi host. String values must start and end with VMWare documentation available here - http://www.vmware.com/files/pdf/products/vsphere/VMware-vsphere-60-vcenter-server-appliance-cmdline-install.pdf",
"target.vcsa": {
"appliance": {
"deployment.network": "30-LAB",
"deployment.option": "tiny",
"name": "NestedLabVCSA",
"thin.disk.mode": true
},