Tag Archive for: orcharhino

Configuring Hosts using Ansible
You can use Ansible to configure managed hosts within orcharhino. For our up-to-date documentation, see Configuring Hosts using Ansible.
Ansible is an automation engine and configuration management tool. It works without client and daemon and solely relies on Python and SSH. Ansible consists of a control node, for example a notebook, a workstation, or a server and managed nodes, that is the hosts in its inventory. You can use Ansible to configure hosts similar to Puppet and Salt.

Installing OpenShift through Foreman
If you understand how to install CoreOS, you can also install OpenShift 4. You can provision CoreOS hosts using Foreman. In his talk at the Config Management Camp 2023, Jan explained how to do so, what obstacles there are, and how to use this solution to deploy an OpenShift cluster.

Live Patching & Foreman—how it fits together
Apply patches and critical updates to your Linux kernel without rebooting your system, maximize uptime, and perform critical security updates and major bug fixes: in his talk, Bernhard presented how to combine and use this technology with Foreman.

pulp_deb past, present, and future – tell us what pulp_deb development should focus on next
The pulp_deb plugin is entering a new phase of the software lifecycle, and we want you to tell us what the plugin development should focus on! We will provide an update on the latest features and how we got here, but the focus will be on where we plan to go next.

orcharhino and SecureBoot
Security is mandatory in today's IT. Although orcharhino was primarily developed for lifecycle management of servers, more and more customers demand unattended provisioning and lifecycle management of laptop systems. This often means that you have to enable SecureBoot. In this article, we would like to give you a short introduction to SecureBoot and explain why it is difficult to combine it with orcharhino’s unattended provisioning.

Deploying a Kubernetes Cluster with orcharhino
This blog post is about an orcharhino feature called application-centric deployment (ACD), and describes the process of deploying a Kubernetes cluster with orcharhino. It allows administrators to create hosts based on application templates, and makes it easier to run multiple instances/versions of a complex application.

Mouse-free
When I say I'm an IT consultant, what I really mean is that I've mastered Vim. All problems become so easy and quick to solve, because editing the files happens as if by magic. And in an emergency, even without a graphical user interface. Here are some tips that should make life and work with Vim easier for all readers.

Migrating CentOS 8 to Rocky Linux 8 or AlmaLinux 8 using orcharhino
Red Hat has ceased support for CentOS 8 with the end of 2021. Therefore people have been looking for alternatives. Two of the most famous ones are Rocky Linux 8 and AlmaLinux 8, both of which represent binary compatible distributions based on Red Hat.

Using Packer to Speed Up Internal Test Deployments – ATIX in Action
For internal orcharhino testing, we use the template-based deployments deployment. Using up-to-date VM templates built by Packer speeds up our testing and development process.

Automated Windows Patches with Ansible
As a specialist for Linux patch management, we are often asked whether we are also familiar with Windows patch management and whether we can provide an automated solution for this. The answer is pretty simple, YES we can. We have already built and implemented fully automated Windows patch management with Ansible for several customers.