-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Allow custom NTP servers for CPVM #11210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clgtm
@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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm
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)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.list
Recreated CPVM
queried ntp servers using:
ntpq -p
and verified content of/etc/ntpsec/ntp.conf
How did you try to break this feature and the system with this change?