Deploy Additional Repositories

Packages from these repositories are intended for ad-hoc installation on compute nodes using dnf install and are not used during image builds through additional_packages.json.

  1. In the local_repo_config.yml file, add your repository URLs under the key that matches the node architecture:

  • additional_repos_x86_64

  • additional_repos_aarch64

  1. Rerun the local_repo.yml playbook for Omnia to sync the repositories and update the repository configuration.

  2. For first time deployment, do the following:

  1. If you are deploying after cluster provisioning, refresh metadata and install packages on compute nodes.

    bash
    sudo dnf clean all
    sudo dnf makecache
    sudo dnf install -y <package-name>
    

If you have any feedback about Omnia documentation, please reach out at omnia.readme@dell.com.