Software Update
To install multiple packages on cluster nodes in a bulk operation, the software_update.yml playbook can be leveraged.
Prerequisites
All cluster nodes should be running RHEL, Rocky Linux, or Ubuntu OS.
Download the packages using
local_repo.yml. For more information, click here.Verify that the cluster nodes are in the
bootedstate. For more information, click here.
To customize the software update, enter the following parameters in utils/software_update/software_update_config.yml:
Parameter |
Details |
|---|---|
|
|
|
|
|
Indicates whether the cluster nodes listed will be rebooted or not. Choices:
|
To run the playbook, run the following commands:
cd utils/software_update
ansible-playbook software_update.yml -i inventory
Inventory should contain the IP/hostname/service tag of the cluster nodes. For example,
10.5.0.101
10.5.0.102
If you have any feedback about Omnia documentation, please reach out at omnia.readme@dell.com.