Conversation
be5685b to
0086e4f
Compare
cb039ce to
0db1898
Compare
c873397 to
3201158
Compare
so these are the same as in travis. but not in a nested env :( that is not a hopeful prospect. |
|
In a simulator based env, mgmt server is never stopped, perhaps the value is false/null? In case of trillian env mgmt server is restarted. |
I think the other way around, but thanks for the clue. I think i fixed it now. |
|
@blueorangutan package |
|
Found UI changes, kicking a new UI QA build |
|
@acs-robot a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
@blueorangutan package |
|
@rohityadavcloud a Jenkins job has been kicked to build packages. It will be bundled with SystemVM template(s). I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
Found UI changes, kicking a new UI QA build |
|
@acs-robot a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
PR Coverage Report
|
1 similar comment
PR Coverage Report
|
|
Packaging result: ✔️ el7 ✔️ el8 ✖️ debian ✔️ suse15. SL-JID 3252 |
|
@blueorangutan test |
|
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3966)
|
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
|
Hi @DaanHoogland can you please fix the conflict? |
|
fixed @nvazquez |
|
@blueorangutan package |
|
@DaanHoogland 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. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 3273 |
|
Merging based on approvals, tests results and ignoring intermittent known failures |
Description
This PR implements statistics for
ManagementServers. The code queries the localmxBeansand the filesystem/procfor information on the system. if then publishes this to allManagementSevers that keep a list of the recent state of each other. Static data is stored in the database, so if thisManagementServeris down others can still query it's last boot/start/stop/shutdown data (and possibly more)the
listManagementServerMetricsAPI gathers the data from the internal list and augments it with any static data from the DB.Doc PR: apache/cloudstack-documentation#256
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
so far only manual verification in a lab environment has been done.