diff options
author | 2018-05-31 16:05:30 +0200 | |
---|---|---|
committer | 2018-05-31 16:11:18 +0200 | |
commit | 6e5bdefedde74fa11f414b0fccdf678b2e10ff57 (patch) | |
tree | c0be3a5906f16b08dc8dec68200b165ad5cedde6 /labs/arm | |
parent | 56eec7f0a4e379c975bc9c6d57905c24c590fe9a (diff) |
[idf.fuel] Add NTP servers
Change-Id: Ib840995b085ec9d8a585d5cf2e2a84e5801875b6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/arm')
-rw-r--r-- | labs/arm/idf-pod5.yaml | 2 | ||||
-rw-r--r-- | labs/arm/idf-pod6.yaml | 2 | ||||
-rw-r--r-- | labs/arm/idf-pod7.yaml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/labs/arm/idf-pod5.yaml b/labs/arm/idf-pod5.yaml index 50db0cfe..a5191319 100644 --- a/labs/arm/idf-pod5.yaml +++ b/labs/arm/idf-pod5.yaml @@ -60,6 +60,8 @@ idf: timeout_comissioning: 10 timeout_deploying: 15 network: + ntp_strata_host1: 1.se.pool.ntp.org + ntp_strata_host2: 0.se.pool.ntp.org node: # Ordered-list, index should be in sync with node index in PDF - interfaces: &interfaces diff --git a/labs/arm/idf-pod6.yaml b/labs/arm/idf-pod6.yaml index 4d81fa0b..395a7fb3 100644 --- a/labs/arm/idf-pod6.yaml +++ b/labs/arm/idf-pod6.yaml @@ -58,6 +58,8 @@ idf: timeout_comissioning: 10 timeout_deploying: 15 network: + ntp_strata_host1: 1.se.pool.ntp.org + ntp_strata_host2: 0.se.pool.ntp.org node: # Ordered-list, index should be in sync with node index in PDF - interfaces: &interfaces diff --git a/labs/arm/idf-pod7.yaml b/labs/arm/idf-pod7.yaml index 7745cda4..463a1f7e 100644 --- a/labs/arm/idf-pod7.yaml +++ b/labs/arm/idf-pod7.yaml @@ -60,6 +60,8 @@ idf: timeout_comissioning: 10 timeout_deploying: 15 network: + ntp_strata_host1: 1.se.pool.ntp.org + ntp_strata_host2: 0.se.pool.ntp.org node: # Ordered-list, index should be in sync with node index in PDF - interfaces: &interfaces_a |