-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add Service Ip to listManagementServers API response #7374
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
weizhouapache
left a comment
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
|
@blueorangutan package |
|
@weizhouapache a 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. |
Codecov Report
@@ Coverage Diff @@
## 4.18 #7374 +/- ##
============================================
- Coverage 12.69% 12.68% -0.01%
+ Complexity 8657 8656 -1
============================================
Files 2717 2717
Lines 256143 256147 +4
Branches 39930 39924 -6
============================================
- Hits 32506 32504 -2
- Misses 219502 219509 +7
+ Partials 4135 4134 -1
... and 10 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Kudos, SonarCloud Quality Gate passed! |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 5791 |
harikrishna-patnala
left a comment
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.
verified it locally. LGTM
(localcloud) 🐱 > list managementservers
{
"count": 1,
"managementserver": [
{
"id": "b35efde0-355c-438d-a6ea-bcbd80c780be",
"javadistribution": "Red Hat, Inc.",
"javaversion": "11.0.18+10-LTS",
"lastboottime": "2023-03-23T16:05:25+0000",
"lastserverstart": "2023-03-28T10:57:44+0000",
"lastserverstop": "2023-03-27T10:49:57+0000",
"name": "ref-trl-4713-k-M7-harikrishna-patnala-mgmt1.shapeblue.com",
"osdistribution": "CentOS Linux 7 (Core)",
"serviceip": "10.0.x.y",
"state": "Up",
"version": "4.19.0.0-SNAPSHOT"
}
]
}
|
@blueorangutan test |
|
@rohityadavcloud a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
kiranchavala
left a comment
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.
Tested the build, The api call is working fine LGTM
(cmk) 🐱 > list managementservers
{
"count": 2,
"managementserver": [
{
"id": "c752ddd8-fa57-420f-9672-a5f54ba1003c",
"javadistribution": "Red Hat, Inc.",
"javaversion": "11.0.18+10-LTS",
"lastboottime": "2023-03-29T00:01:34+0000",
"lastserverstart": "2023-03-29T12:08:31+0000",
"lastserverstop": "2023-03-29T12:08:29+0000",
"name": "pr7374-t6333-kvm-centos7-mgmt1.sofia.shapeblue.com",
"osdistribution": "CentOS Linux 7 (Core)",
"serviceip": "10.0.33.218",
"state": "Up",
"version": "4.18.1.0-SNAPSHOT"
},
{
"id": "6ee9efd6-f57a-4252-8307-2fed851b8c92",
"javadistribution": "Red Hat, Inc.",
"javaversion": "11.0.18+10-LTS",
"lastboottime": "2023-03-29T00:02:00+0000",
"lastserverstart": "2023-03-29T12:08:31+0000",
"lastserverstop": "2023-03-29T12:08:29+0000",
"name": "pr7374-t6333-kvm-centos7-mgmt2.sofia.shapeblue.com",
"osdistribution": "CentOS Linux 7 (Core)",
"serviceip": "10.0.35.124",
"state": "Up",
"version": "4.18.1.0-SNAPSHOT"
}
]
}
|
merging based on 3 approvals and 2 manual testing |








Description
This PR fixes # #7338
Added Mgmt server Service IP to listManagementServers API response
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Test API response with cmk