Skip to content

Instantly share code, notes, and snippets.

View roobre's full-sized avatar

Ro Santalla roobre

View GitHub Profile
title categories date tags
Pasta carbonara de chorizo
Comidas
2002-07-22
pasta
chorizo

Changelog

v9.9.9 (2021-01-22)

Merged pull requests:

  • CI: migrate pipeline into GH Actions #45

v1.4.1 (2020-11-26)

@roobre
roobre / nri-zfs-flex.yml
Last active February 21, 2021 18:51
nri-zfs-flex
# An nri-flex spec to collect zfs data
integrations:
- name: nri-flex
config:
name: zfs
apis:
- name: Zpool
commands:
- run: 'zpool list -H -p -o name,health,size,expandsize,allocated,free,fragmentation,capacity,dedup,comment,version'
split: horizontal
@roobre
roobre / mitmproxy.yaml
Created April 27, 2021 18:51
MITMProxy kubernetes manifest
---
apiVersion: v1
kind: Service
metadata:
name: mitmproxy
spec:
type: ClusterIP
ports:
- name: http
port: 8080
@roobre
roobre / gateway.yml
Created September 16, 2021 19:10
OTEL collector deployment discovering prometheus endpoints à-la nri-prometheus
---
apiVersion: v1
kind: ConfigMap
metadata:
name: gateway-conf
namespace: otel
data:
otel-gateway-config.yaml: |
receivers:
otlp:
@roobre
roobre / Releaser.md
Created November 20, 2021 12:10
Releaser PoC

Releaser

This doc explains the requirements and initial approach for a release automation tool "releaser" (name is not final). The main goal of this tool is to make the release process easier for the developers, releaving them from having to manually trace the commit or PR history back and having to manually compile a changelog.

Design goals and use cases

Core tool

We understand by "Core tool" a component that is capable of generating a baseline changelog given two git references, either just from the Git history or by using a software forge API to get additional information.

include <src/BOSL/constants.scad>
use <src/BOSL/shapes.scad>
use <src/BOSL/transforms.scad>
$fa = 4;
$fs = 0.4;
minx=1;
miniy=1;
@roobre
roobre / WinvirtExpress.xml
Last active January 6, 2024 18:35
VFIO libvirt configuration
<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
virsh edit WinvirtExpress
or other application using the libvirt API.
-->
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>WinvirtExpress</name>
<uuid>1b490ddc-a61b-4dda-997d-917e8e586902</uuid>