LoginSignup
1
0

OCI - HPC Cluster: queues.conf v2.10.4.1

Posted at

本ページは OCI: HPC Cluster のサブページになります。

queues.conf ファイルの内容は以下のようにな YAML 形式で記述されています。これらの値を必要に応じて変更します。

  queues:
    - name: compute
      default: true
      instance_types:
        - name: hpc-default
          default: true
          shape: BM.Optimized3.36
          instance_keyword: hpc
          permanent: false
          cluster_network: true
          compute_cluster: false
          max_number_nodes: 1000
          max_cluster_size: 50
          max_cluster_count: 1
          region: ap-tokyo-1
          ad: LZML:AP-TOKYO-1-AD-1
          private_subnet: 172.16.4.0/22
          private_subnet_id: ocid1.subnet.oc1...
          image: ocid1.image.oc1..
          targetCompartment: ocid1.compartment.oc1..
          boot_volume_size: 100
          use_marketplace_image: true
          use_compute_agent: true
          instance_pool_ocpus: 2
          instance_pool_memory: 16
          instance_pool_custom_memory: false
          marketplace_listing: HPC_OL8
          hyperthreading: false

queues.conf の各項目と内容は以下のようになっています。

大項目 項目 設定値 設定内容
queues name 文字列 キュー名 (重複不可。ハイフン使用不可)
default 文字列 デフォルトのキューとするかの指定
instance_types 文字列 name 定義するインスタンスの名前 (重複不可。英字、数字、ハイフンのみ。FQDN と同じルール)
default true/false デフォルトのインスタンスタイプとするかの指定
shape shape 名 Shape の指定
instance_keyword 文字列 キーワードの指定 (重複不可。英字、数字、ハイフンのみ。FQDN と同じルール)
permanent true/false 常時起動(true) または Autoscaling(false) の指定
cluster_network true/false Cluster Network の利用の有無
cluster_network true/false Compute Cluster の利用の有無(Cluster Networkがtrueが条件)
max_number_nodes 数値 最大ノード数の指定
max_cluster_size 数値 1クラスタ内の最大ノード数の指定
max_cluster_count 数値 最大クラスタ数の指定
ad AD 文字列 デプロイ先の AD の指定
image ID 文字列 利用する OS のイメージ ID の指定
targetCompartment ID 文字列 デプロイ先のコンパートメント ID の指定
boot_volume_size 数値(50〜) boot volume サイズの指定
use_marketplace_image true/false Marketplace 提供の OS 利用について
instance_pool_ocpus 数値 Flex インスタンスを利用する際の OCPU 数
instance_pool_memory 数値 Flex インスタンスを利用する際のメモリ容量
instance_pool_custom_memory 数値 Flex インスタンスを利用する際に
marketplace_listing イメージ名称 利用するイメージの名称
hyperthreading true/false Hyperthreading の設定(BMのみ有効)
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0