Allow custom NTP servers for CPVM#11210
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #11210 +/- ##
============================================
+ Coverage 16.15% 16.20% +0.04%
- Complexity 13274 13371 +97
============================================
Files 5656 5656
Lines 497792 499317 +1525
Branches 60368 61022 +654
============================================
+ Hits 80443 80923 +480
- Misses 408396 409418 +1022
- Partials 8953 8976 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
server/src/main/java/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java
Outdated
Show resolved
Hide resolved
|
@blueorangutan package |
|
@DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 14214 |
|
@blueorangutan test |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
weizhouapache
left a comment
There was a problem hiding this comment.
overall lgtm
left two minor comments
...roller/src/main/java/org/apache/cloudstack/secondarystorage/SecondaryStorageManagerImpl.java
Outdated
Show resolved
Hide resolved
|
[SF] Trillian test result (tid-13804)
|
b5d822b to
a23b06b
Compare
|
@blueorangutan package |
|
@Pearl1594 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 14239 |
server/src/main/java/com/cloud/consoleproxy/ConsoleProxyManagerImpl.java
Outdated
Show resolved
Hide resolved
|
@blueorangutan package |
|
@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 14323 |
|
@blueorangutan package |
|
@Pearl1594 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 14328 |
|
@blueorangutan test |
|
@sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-13870)
|
kiranchavala
left a comment
There was a problem hiding this comment.
LGTM
Set the value of the global setting "ntp.server.list" to time.google.com
Verified the entry in the file (/etc/ntpsec/ntp.conf) in ssvm and cpvm after reboot or destroying the systemvm



Description
This PR fixes #11165
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
How Has This Been Tested?
configured NTP servers through global setting:
cpvm.ntp.server.listRecreated CPVM
queried ntp servers using:
ntpq -pand verified content of/etc/ntpsec/ntp.confHow did you try to break this feature and the system with this change?