diff options
author | 2018-05-31 16:05:30 +0200 | |
---|---|---|
committer | 2018-05-31 16:11:18 +0200 | |
commit | 6e5bdefedde74fa11f414b0fccdf678b2e10ff57 (patch) | |
tree | c0be3a5906f16b08dc8dec68200b165ad5cedde6 /config/pdf | |
parent | 56eec7f0a4e379c975bc9c6d57905c24c590fe9a (diff) |
[idf.fuel] Add NTP servers
Change-Id: Ib840995b085ec9d8a585d5cf2e2a84e5801875b6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'config/pdf')
-rw-r--r-- | config/pdf/idf-pod1.schema.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/pdf/idf-pod1.schema.yaml b/config/pdf/idf-pod1.schema.yaml index 49e06e69..2bb880d1 100644 --- a/config/pdf/idf-pod1.schema.yaml +++ b/config/pdf/idf-pod1.schema.yaml @@ -56,6 +56,10 @@ definitions: network: type: 'object' properties: + ntp_strata_host1: + type: 'string' + ntp_strata_host2: + type: 'string' node: type: 'array' items: |