メインコンテンツへスキップ

StorageGRID - Vscale-11.x.0-RPM-xx.zipのRHEL_install_from_repo.ymlファイルを変更することはサポートされていますか。

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

回答

  • はい、rhel_install_from_repo.yml の更新/カスタマイズがサポートされています。
  • 実際、NetAppでは、お客様が   README  ファイル ( StorageGRID-Webscale-11.6.0-RPM-20220210.0232.8d56cfe.zip\StorageGRID-Webscale-11.6.0\rpms\extras\ansible\README など)に記載されている環境に応じてyml ファイルをカスタマイズすることを期待しています。
  • ユースケース: RHEL 8以降のデフォルトのパッケージマネージャがyum からdnf変更されたため、yumdnf変更します。

- 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.