瀏覽代碼

Container metadata

tags/2016.12
Ales Komarek 8 年之前
父節點
當前提交
3a9faa53ed
共有 2 個文件被更改,包括 14 次插入1 次删除
  1. +1
    -1
      linux/storage/mount.sls
  2. +13
    -0
      metadata/service/system/container.yml

+ 1
- 1
linux/storage/mount.sls 查看文件

@@ -5,7 +5,7 @@

{%- if mount.enabled %}

{%- if not mount.file_system in ['nfs', 'nfs4'] %}
{%- if not mount.file_system in ['nfs', 'nfs4', 'cifs'] %}

mkfs_{{ mount.device}}:
cmd.run:

+ 13
- 0
metadata/service/system/container.yml 查看文件

@@ -0,0 +1,13 @@
applications:
- linux
classes:
- service.linux.support
parameters:
linux:
system:
enabled: true
cluster: default
network:
enabled: false
storage:
enabled: false

Loading…
取消
儲存