カスタムシステム情報

You can include customized system information about your clients. System information is defined as key:value pairs, which can be assigned to clients. For example, you can define a key:value pair for a particular processor, then assign that key to all clients that have that processor installed. Custom system information is categorized, and can be searched using the SUSE Multi-Linux Manager Web UI.

始める前に、カスタム情報を保存できるキーを作成する必要があります。

プロシージャ: カスタムシステム情報のキーの作成
  1. SUSE Multi-Linux ManagerのWeb UIで、システム  カスタムシステム情報に移動し、キーの作成をクリックします。

  2. In the Key Label field, add a name for your key. Do not use spaces. For example, intel-x86_64-quadcore.

  3. In the Description field, provide any additional information required.

  4. 必要な各キーで操作を繰り返します。

この情報はSalt pillarを使用して利用できます。次のようなコマンドを使用して、この情報を取得できます。

salt $minionid pillar.get custom_info:key1

このコマンドは、次のような出力になります。

$minionid:
    val1

カスタムシステム情報キーを作成するとき、キーをクライアントに適用できます。

プロシージャ: カスタム情報キーをクライアントに適用する
  1. In the SUSE Multi-Linux Manager Web UI, navigate to Systems, click the client to apply custom information to, and navigate to the Details  Custom Info tab.

  2. 値の作成をクリックします。

  3. 適用する値を見つけ、キーラベルをクリックします。

  4. In the Value field, provide any additional information.

  5. キーの更新をクリックしてカスタム情報をクライアントに適用します。

設定管理の詳細については、設定管理を参照してください。