Skip to content

Commit

Permalink
docs(uyuni): update form.yml with more options
Browse files Browse the repository at this point in the history
  • Loading branch information
aboe76 committed Mar 10, 2021
1 parent 7a0dbdb commit a6501ea
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions metadata/form.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,33 @@
chrony:
$type: namespace

service:
$name: 'chrony service name'
$type: text
$default: 'chronyd'

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
$default:
- '0.us.pool.ntp.org'
- '1.us.pool.ntp.org'
- '2.us.pool.ntp.org'
- '3.us.pool.ntp.org'

pool:
$type: edit-group
Expand All @@ -30,10 +45,20 @@ chrony:
$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

0 comments on commit a6501ea

Please sign in to comment.