Browse Source

Merge pull request #35 from aboe76/master

feat(susemanager): add metadata for susemanager
tags/v1.2.4
Imran Iqbal 3 years ago
parent
commit
2ddfac14b9
No account linked to committer's email address
2 changed files with 74 additions and 0 deletions
  1. +70
    -0
      metadata/form.yml
  2. +4
    -0
      metadata/metadata.yml

+ 70
- 0
metadata/form.yml View File

@@ -0,0 +1,70 @@
---
chrony:
$type: namespace

service:
$name: 'chrony service'
$type: group

name:
$type: text
$name: 'chrony service name'
$default: 'chronyd'
$help: 'service name to start chrony'

logdir:
$name: 'chrony logdir location'
$type: text
$default: '/var/log/chrony'

keyfile:
$name: 'chrony keyfile location'
$type: text
$default: '/etc/chrony.keys'

driftfile:
$name: 'chrony driftfile location'
$type: text
$default: '/var/lib/chrony/drift'

ntpservers:
$type: edit-group
$minItems: 0
$prototype:
$type: text
$help: List of ntpservers
$optional: true

pool:
$type: edit-group
$minItems: 0
$prototype:
$type: text
$help: List of pools
$optional: true

allow:
$type: edit-group
$minItems: 0
$prototype:
$type: text
$help: List of allowed networks
$optional: true

options:
$type: text
$name: chrony server options
default: iburst
$help: set the options chrony should use with the servers like iburst
$optional: true

otherparams:
$type: edit-group
$minItems: 0
$prototype:
$type: text
$help: chrony parameters like rtcsync
$default:
- 'makestep 1.0 3'
- 'rtcsync'
$optional: true

+ 4
- 0
metadata/metadata.yml View File

@@ -0,0 +1,4 @@
---
description:
Enable and configure chrony time daemon
group: general_system_configuration

Loading…
Cancel
Save