Skip to content

Instantly share code, notes, and snippets.

View raukadah's full-sized avatar

Chandan Kumar raukadah

View GitHub Profile
@raukadah
raukadah / crc_zuul_job.md
Created April 6, 2023 11:30
CRC Zuul jobs for podified control plane

Next Gen Zuul jobs running using crc

crc base job

@raukadah
raukadah / gist:96a57cddb6ffd2129e3568c4414a4b6b
Last active September 3, 2021 08:58
tzdata zoneinfo missing from centos stream 9
[chandankumar@fedora tcib]$ podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
trunk.registry.rdoproject.org/tripleomastercentos9/openstack-nova-api a8b72470998eaa3e1039457bf1eb53f2 adc60f51fe25 51 minutes ago 1 GB
trunk.registry.rdoproject.org/tripleomastercentos9/openstack-cinder-volume 14ba5932ccde964e82a6100f108fa62e 2be113500294 21 hours ago 961 MB
trunk.registry.rdoproject.org/tripleomastercentos9/openstack-haproxy eec16ab614f9b19a00a463a1f55e8d22 ab42054bdb66 46 hours ago 475 MB
quay.io/centos/centos stream9-development dbdacea25e43 3 days ago 157 MB
[chandankumar@fedora tcib]$ podman run -it dbdacea25e43 bash
[root@439dc1138f0d /]# rpm -qa | grep tzdata
tzdata-2021a-3.el9.noarch
[root@439dc1138f0d /]# cat /etc/redhat-release

5 years of PythonPune

All happened!

  • Pythonists attend the meetup
  • Speakers continously sharing their knowledge
  • Venue sponsers
  • Volunteers making sure meetup gets organized each month
  • Few special mentions!
  • reserved-bit
@raukadah
raukadah / rdopkg_reqcheck_tempest_plugins.sh
Last active September 25, 2019 09:13
A simple script to perform requirement check on all RDO tempest plugin packages
#!/bin/bash
# Install rdopkg
# $ pip install --user rdopkg
# Set rdopkg binary path in ~/.bashrc
# export PATH=$PATH:~/.local/bin/rdopkg
# Get the list of tempest plugin package names
tempest_plugins=$(rdopkg info conf:rpmfactory-tempest-plugin tags:train-uc | grep name: |cut -d":" -f2)