What where the highlights of this year for the Cloud SIG? Let's also explore what's coming up for the next year and what's left to do.
Release early, release often is one of the common phrases heard within the open source world and OpenStack is no exception. With a six month release cycle and a dynamic environment that requires new external libraries or updated versions of existing ones on a daily basis.
The RDO Community must sustain this pace to provide updated versions of these dependencies and to maintain a consistent...
CentOS Community Container Pipeline helps open-source
developers create containers, scan them, lint their Dockerfiles and push
it to a public registry (https://registry.centos.org) by simply doing a
git push to their git repo! It also does automatic rebuilds of container
images and scans them on weekly basis.
Repository management is hard.
Once have more than one environment to take care of, you don't want to risk deploying software in that environment that hasn't been approved for that environment yet. So you need multiple repositories, one per environment.
But you also need more than just the upstream CentOS, you might need EPEL, or a part of it, you obviously have custom build software you...
Configuration Management
As client services provider at a university, we face a heterogeneous but rather windows- heavy environment. It comes with the unique challenge to provide local support staff with tools to handle diverse Unix (macOS and Linux) client requirements.
We would like to present our approach to systems administration: How we use Ansible in pull mode for client configuration...