ソースを参照

Virt image can be from any location not only salt fileserver

tags/0.4
Filip Pytloun 8年前
コミット
12fd3d548b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      salt/control/virt.sls

+ 1
- 1
salt/control/virt.sls ファイルの表示

@@ -46,7 +46,7 @@ salt_control_virt_{{ cluster_name }}_{{ node_name }}:
- m_name: {{ node_name }}.{{ cluster.domain }}
- cpu: {{ size.cpu }}
- mem: {{ size.ram }}
- image: salt://{{ node.image }}
- image: {{ node.image }}
- start: True
- disk: {{ size.disk_profile }}
- nic: {{ size.net_profile }}

読み込み中…
キャンセル
保存