Skip to content

NetDevOps BlogΒΆ

NetDevOps CI/CD Docker Images for Python Network Automation

Not every network automation pipeline needs Ansible. Many repositories are pure Python: they render configurations, validate intended state, call Nautobot or NetBox APIs, run Nornir jobs, parse CLI output, or test API clients. The bsmeding/netdevops_cicd_* images are built for those workflows.

Ansible CI/CD Docker Images for Reproducible Role and Playbook Testing

Ansible automation often fails in CI for boring reasons: different Python versions, missing system packages, missing sshpass, a Molecule image that does not support systemd, or a pipeline runner that is not close to the Linux distribution used in production. The bsmeding/ansible_cicd_* images are built to remove that drift.

Getting shared folder in Linux distro on Mac OSX with VMware Fusion

I recently got a new MacBook and want to setup my network automation and AI lab in a fresh virtual environment. To get everything working i needed to copy some files from the host to the VM. VMware Fusion have a sharing option but this doesn't work out of the box on linux, Ubuntu in my case.

So because it was now the 3rd time i needed to search on the web, i write it down here so i can find it quicker next time.

Make shared folder available