Check the software requirements
Nodeum supports the RHEL Family, Rocky Family and AlmaLinux Family.
Nodeum software can be installed on a physical server, a virtual machine.
Learn more about the hardware requirement.
The installation is performed with an Ansible Playbook or a Docker Image.
Check the DNS Resolution
Verify that the server time is correctly configured.
For Ansible, it's required to deploy Ansible 2.15 and Python 3.9
For Docker, it's required to deploy Docker Engine. Podman is not compatible yet as it doesn't support fluentd driver.
For each server in the cluster, uninstall any existing Python installations and install the correct version.
or
For a multi-node deployment, Python installation and pip3 upgrade must be performed
Run the Ansible playbooks from the node where they are installed.
Last updated 20 days ago
Was this helpful?
$ pip uninstall pip $ yum remove python3 $ yum install python39 $ pip3 install --upgrade pip
$ yum install pip $ pip install --upgrade pip
$ pip3 install ansible
$ pip install ansible