Browse Source

Container metadata

tags/2016.12
Ales Komarek 8 years ago
parent
commit
3a9faa53ed
2 changed files with 14 additions and 1 deletions
  1. +1
    -1
      linux/storage/mount.sls
  2. +13
    -0
      metadata/service/system/container.yml

+ 1
- 1
linux/storage/mount.sls View File



{%- if mount.enabled %} {%- if mount.enabled %}


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


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

+ 13
- 0
metadata/service/system/container.yml View File

applications:
- linux
classes:
- service.linux.support
parameters:
linux:
system:
enabled: true
cluster: default
network:
enabled: false
storage:
enabled: false

Loading…
Cancel
Save