Skip to main content
NetApp Knowledge Base

Is it supported to modify the rhel_install_from_repo.yml file in the StorageGRID-Webscale-11.x.0-RPM-xx.zip?

Views:
51
Visibility:
Public
Votes:
0
Category:
storagegrid-webscale
Specialty:
sgrid
Last Updated:

Applies to

Answer

  • Yes, it is supported to update/customize rhel_install_from_repo.yml.
  • In fact, NetApp expects customers to customize the yml file as needed for their environment as stated in the README file (e.g. StorageGRID-Webscale-11.6.0-RPM-20220210.0232.8d56cfe.zip\StorageGRID-Webscale-11.6.0\rpms\extras\ansible\README)
  • Use case: Change yum to dnf because the default package manager for RHEL 8 or later has changed from yum to dnf.

- name: Install StorageGRID from YUM repository
    # yum:
    dnf
      name: "{{ pkg_list }}"
      state: latest
    vars:
      pkg_list:
        - "StorageGRID-Webscale-Images-{{ release_version }}"
        - "StorageGRID-Webscale-Service-{{ release_version }}"
    register: installed
    notify: start storagegrid
  tags: install

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.