diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-06-04 12:38:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-04 12:38:38 +0000 |
commit | 43f8e1371f328a2dcfb9381bb3daa7ce9bd90288 (patch) | |
tree | bfcb80260c55d2fd49df9f97c8d05eb1c3eeef76 /labs | |
parent | c5ba9734803f39c6df507a1a3fce9e1232aab5eb (diff) | |
parent | 6e5bdefedde74fa11f414b0fccdf678b2e10ff57 (diff) |
Merge "[idf.fuel] Add NTP servers"
Diffstat (limited to 'labs')
-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 | ||||
-rw-r--r-- | labs/ericsson/idf-pod1.yaml | 2 | ||||
-rw-r--r-- | labs/lf/idf-pod2.yaml | 2 | ||||
-rw-r--r-- | labs/zte/idf-pod1.yaml | 2 |
6 files changed, 12 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 diff --git a/labs/ericsson/idf-pod1.yaml b/labs/ericsson/idf-pod1.yaml index 91227d60..26dd4f66 100644 --- a/labs/ericsson/idf-pod1.yaml +++ b/labs/ericsson/idf-pod1.yaml @@ -55,6 +55,8 @@ idf: private: ~ public: 'br-external' 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/lf/idf-pod2.yaml b/labs/lf/idf-pod2.yaml index f2ccef85..15f81e6e 100644 --- a/labs/lf/idf-pod2.yaml +++ b/labs/lf/idf-pod2.yaml @@ -56,6 +56,8 @@ idf: private: ~ public: ~ network: + ntp_strata_host1: 1.pool.ntp.org + ntp_strata_host2: 0.pool.ntp.org node: # Ordered-list, index should be in sync with node index in PDF - interfaces: &interfaces diff --git a/labs/zte/idf-pod1.yaml b/labs/zte/idf-pod1.yaml index 8a174c2a..fd05e662 100644 --- a/labs/zte/idf-pod1.yaml +++ b/labs/zte/idf-pod1.yaml @@ -52,6 +52,8 @@ idf: private: ~ public: 'br-external' network: + ntp_strata_host1: 1.pool.ntp.org + ntp_strata_host2: 0.pool.ntp.org node: # Ordered-list, index should be in sync with node index in PDF - interfaces: &interfaces |