Commit Graph

  • 6494d58a9e add note for antelope version stable/2023.1 Meng Jie Min 2024-01-02 10:03:00 +08:00
  • 02be9da558 fix pep8 error Huang Rui 2024-01-02 18:11:35 +08:00
  • 42977cb929 add note for antelope version master Meng Jie Min 2024-01-02 10:03:00 +08:00
  • 96614052e8 fix pep8 error Huang Rui 2024-01-02 18:11:35 +08:00
  • 799955a325 take out cpu_util as it will be calculated in nova stable/ussuri DCC 2020-12-28 17:12:04 +08:00
  • ca7b76193b take out cpu_util as it will be calculated in nova DCC 2020-12-28 17:12:04 +08:00
  • ec8cecac00 take out nic_rx_delta and nic_rx_delta as they were taken out from the zcc DCC 2020-12-16 10:42:29 +08:00
  • c492bcd05d take out nic_rx_delta and nic_rx_delta as they were taken out from the zcc DCC 2020-12-16 10:42:29 +08:00
  • a08385fa09 add cpu_util based on sample and revise nic metrics DCC 2020-12-07 12:12:33 +08:00
  • 2679372834 add cpu_util based on sample and revise nic metrics DCC 2020-12-07 12:12:33 +08:00
  • 9f828c9d34 Update ceilometer zuul jobs and fix UT on python3 Dong Ma 2020-11-22 22:54:10 +08:00
  • 63f0b1dd5a Update ceilometer zuul jobs and fix UT on python3 Dong Ma 2020-11-22 22:54:10 +08:00
  • 4f97f41e86 OpenDev Migration Patch stable/newton OpenDev Sysadmins 2019-04-19 19:51:56 +00:00
  • 8d8dafb9ad OpenDev Migration Patch stable/ocata OpenDev Sysadmins 2019-04-19 19:51:56 +00:00
  • ce42e6e272 OpenDev Migration Patch stable/rocky stable/queens OpenDev Sysadmins 2019-04-19 19:51:56 +00:00
  • 0085957cb5 add ca_file and token_file when initialize zvmconnectorrequesthandler 6.0.0 dongyan yang 2018-01-16 18:33:20 +08:00
  • c7a0b18d56 fix msg string type error in inspect_xxx method dongyan yang 2018-01-03 17:07:40 +08:00
  • 5891f881c2 use global conf for zvm inspector dongyan yang 2018-01-02 16:29:37 +08:00
  • e6e9b9efb0 switch to use the zvm cloud connector backend dongyan yang 2017-12-22 10:37:24 +08:00
  • ef127c85b2 Fix two resource IDs generated for same one NIC Huang Rui 2017-02-23 15:26:31 +08:00
  • 0c8e3ac1a5 Remove unused logging import Anh Tran 2017-02-16 11:44:59 +07:00
  • 18e211d307 Use https with CA conf 3.0.0 Huang Rui 2016-11-15 09:46:17 +08:00
  • 12e69277f9 run unittest with ceilometer stable/newton branch Huang Rui 2016-11-15 14:04:01 +08:00
  • 44f02e7848 Use https with CA conf 4.0.0 Huang Rui 2016-11-15 09:46:17 +08:00
  • ea63de838f ceilometer zvm inspector can pull rx/tx drops/errors Huang Rui 2016-11-15 10:44:12 +08:00
  • 85c4ed3395 Add quiet option in xdsh call mitaka-eol Huang Rui 2016-04-26 16:02:33 +08:00
  • 2f95254b70 Merge "zvm inspector can not get instance data in shutdown stat" liberty-eol 1.0.0 Jenkins 2016-01-22 10:42:32 +00:00
  • dddf5f281b zvm inspector can not get instance data in shutdown stat Huang Rui 2016-01-13 15:11:57 +08:00
  • 97dfd88dfc Replace assertEqual(None, *) with assertIsNone in tests zhangguoqing 2016-01-12 03:22:56 +00:00
  • 87c4f80972 Merge "Change LOG.warn to LOG.warning" Jenkins 2016-01-08 07:45:33 +00:00
  • a2f452b5ee update instance data cache structure Huang Rui 2016-01-06 17:17:27 +08:00
  • b2bc9dde6f Change LOG.warn to LOG.warning zhangguoqing 2016-01-04 12:58:07 +00:00
  • 9513a2ac92 Update .gitreview for new namespace Jeremy Stanley 2015-10-17 21:56:26 +00:00
  • 21e51e2b18 Implement inspector method - inspect_vnics Huang Rui 2015-09-17 10:47:39 +08:00
  • 02c4ba9fde Add zvm inspector helper method to update cached nic data Huang Rui 2015-09-17 10:45:28 +08:00
  • 732c635363 Add helper function to get nic stat that connected to vswitches Huang Rui 2015-09-17 10:43:36 +08:00
  • 8838e435ec Implement inspector method - inspect_memory_usage Huang Rui 2015-09-17 10:41:21 +08:00
  • 4836e860e2 Implement inspector method - inspect_cpus Huang Rui 2015-09-17 09:49:11 +08:00
  • f4c3964e35 Implement zvm inspector helper function - _get_inst_stat Huang Rui 2015-09-17 09:47:27 +08:00
  • 05efac6ac8 add zvm inspector method _update_cache Huang Rui 2015-09-17 09:45:14 +08:00
  • 647e053f8e add inspector method - _update_inst_cpu_mem_stat Huang Rui 2015-09-17 09:30:46 +08:00
  • 0501a089f7 add zvm utils function image_performance_query Huang Rui 2015-09-17 09:26:36 +08:00
  • d313c5341a implement zvm utils function list_instances Huang Rui 2015-09-16 19:35:01 +08:00
  • aec0a62d3b implement zvm inspector init method Huang Rui 2015-09-16 19:16:59 +08:00
  • 907ecc0a53 implement cache data for zvm inspector Huang Rui 2015-09-16 18:54:40 +08:00
  • fdc488f33f import zvm utils.py Huang Rui 2015-09-16 18:37:34 +08:00
  • b374cf720d add inspector.py Huang Rui 2015-09-16 17:51:54 +08:00
  • 9882374a4c Init commit of ceilometer-zvm Huang Rui 2015-08-28 13:44:45 +08:00
  • 4f2d8d4c41 Added .gitreview OpenStack Project Creator 2015-08-27 18:09:19 +00:00