Commit Graph

  • fda6435ff3 OpenDev Migration Patch master OpenDev Sysadmins 2019-04-19 19:50:32 +00:00
  • 6538832851 OpenDev Migration Patch stable OpenDev Sysadmins 2019-04-19 19:50:32 +00:00
  • 02350960d0 Pin librabbitmq due to compilation error. Monsyne Dragon 2018-08-14 00:01:31 +00:00
  • 865c1aa10d A python script to clean the stacktach DB. This adds data on instances that are missing or deleted in Nova DB to the stacktach DB instance_deletes table. CHANGE-1 : removing DB connection method from utils.py and checking if an entry in the stacktach_instancedeletes already exists to avoid duplicates. The DB connection method has also been removed from the utils.py file. ishamibrahim 2017-09-13 00:32:05 +05:30
  • 69e04b1c3a Add Version number in logs at start. Monsyne Dragon 2017-09-05 20:13:04 +00:00
  • 89ff15391b VIRT-2874: Using terminated_at value instead of deleted_at from the request to use as the deleted_at field in the DB. Unit test changes also included PHASE-II Changed test cases since the current ones were logically incorrect. Isham Ibrahim 2017-07-18 18:18:33 +05:30
  • b7aa9c8980 VIRT-2985: Continuing the loop for a batch update of the exists pingback from yagi in case of django.ObjectNotExist and django.MultipleObjectExist errors. unit tests for batch update containing django errors have also been updated. SECOND ITERATION - Added another mock patch to fake Django DB transactions. Isham Ibrahim 2017-06-19 01:52:11 +05:30
  • d6acee808d Merge "JIRA VIRT-2986. Added an exponential back off strategy for RabbitMQ connection failure in the callback method of the nova verifier." Jenkins 2017-06-01 22:26:35 +00:00
  • a80b25fcce VIRT-2996: Handling malformed notifications sent by Nova to stacktach. Before:- Stacktack threw an exception and was unable to log the message. It later tries to process the same erroneous notification repeatedly. After: Stacktach catched the malformed notification and logs the message. It later acknowledges RabbiMQ so that the message is removed from queue. Isham Ibrahim 2017-05-30 15:56:57 +05:30
  • 1b1a5cc4c9 JIRA VIRT-2986. Added an exponential back off strategy for RabbitMQ connection failure in the callback method of the nova verifier. Isham Ibrahim 2017-05-11 13:15:02 +05:30
  • 0c4b90f1c3 Merge "Update .gitreview for new namespace" Jenkins 2017-05-08 15:09:52 +00:00
  • f5a03f1afe Fixes for stacktach verifier processes Monsyne Dragon 2016-07-21 22:54:48 +00:00
  • 0c8ee8fc40 Reset 'Verifying' notifications on verifier start. Monsyne Dragon 2016-03-07 18:05:00 +00:00
  • 5ac182ac4e Properly log verifier exceptions. Monsyne Dragon 2016-03-04 21:07:17 +00:00
  • 03cd412254 Fix missing import in verifier start script. Monsyne Dragon 2016-02-29 21:45:09 +00:00
  • c389b8f8a9 Add watchdog for verifier processes. Monsyne Dragon 2016-02-25 16:28:41 +00:00
  • 0d1183636c Update .gitreview for new namespace Jeremy Stanley 2015-10-17 22:39:07 +00:00
  • eb178e736e Update .gitreview for new namespace Jeremy Stanley 2015-10-17 22:39:03 +00:00
  • 2b4535c8a2 fixing syntax error on return line Min Pae 2015-07-12 17:48:58 -07:00
  • 82aca32286 Automatically check and restart worker processes. Monsyne Dragon 2015-07-09 16:50:55 +00:00
  • 2fa78b9309 Fix ordering bug procesing updates. Monsyne Dragon 2015-06-16 21:27:11 +00:00
  • 359e1b91ae Bump Django version to avoid memory leak Monsyne Dragon 2015-04-08 19:00:06 +00:00
  • 9419d8b1a2 Bump the minimum required version of kombu to 3.0.23. This fixes the bug mentioned here: Josh Kearney 2014-10-10 13:02:02 -05:00
  • c135163616 Fix instance_type_id not always being populated. Monsyne Dragon 2014-12-17 23:33:07 +00:00
  • 3abc36d02c Fix instance_type_id not always being populated. Monsyne Dragon 2014-12-17 23:33:07 +00:00
  • fea828ab35 Bump the minimum required version of kombu to 3.0.23. This fixes the bug mentioned here: Josh Kearney 2014-10-10 13:02:02 -05:00
  • 21464a28e4 Merge "set config-filename such that verifier can start Fixed a bug that was introduced that prevents verifier from starting without special environment variables et" into stable 2014.09.16.a Jenkins 2014-09-16 20:52:57 +00:00
  • 180d7721ab Merge "RM8278: Fixed glance_usage_audit report" into stable Jenkins 2014-09-16 20:52:51 +00:00
  • 00ed3daa0f Merge "handling the exception in case no instanceusage with specific instance and launched_at is present" into stable Jenkins 2014-09-16 20:52:38 +00:00
  • e40f3edda6 Merge "Fix db reconnect issue under django 1.6+" into stable Jenkins 2014-09-16 20:52:22 +00:00
  • 53e8d51bf1 Fix nondeterministic test ordering bug. Sandy Walsh 2014-09-15 20:04:57 +00:00
  • 7c591f2b57 Fix ordering problem causing tests to fail randomly Sandy Walsh 2014-09-15 20:04:57 +00:00
  • 38590dd5c1 Fix nondeterministic test ordering bug. Monsyne Dragon 2014-08-26 16:01:14 +00:00
  • 0cddeaaeeb RM8278: Fixed glance_usage_audit report Manali Latkar 2014-08-12 16:04:23 +05:30
  • c097f97c76 handling the exception in case no instanceusage with specific instance and launched_at is present Manali Latkar 2014-08-11 16:38:49 +05:30
  • c7844cd97d set config-filename such that verifier can start Fixed a bug that was introduced that prevents verifier from starting without special environment variables et Phillip Moore 2014-07-31 21:23:42 +00:00
  • 2aae23e6f3 Fix db reconnect issue under django 1.6+ Monsyne Dragon 2014-07-24 00:47:35 +00:00
  • b6235230ec Merge "RM8278: Fixed glance_usage_audit report" Jenkins 2014-08-13 18:25:56 +00:00
  • 4ea5a86036 RM8278: Fixed glance_usage_audit report Manali Latkar 2014-08-12 16:04:23 +05:30
  • 7d77f59478 handling the exception in case no instanceusage with specific instance and launched_at is present Manali Latkar 2014-08-11 16:38:49 +05:30
  • f0f8d2e9ca Merge "set config-filename such that verifier can start Fixed a bug that was introduced that prevents verifier from starting without special environment variables et" Jenkins 2014-08-05 03:53:10 +00:00
  • 51cb63b40c set config-filename such that verifier can start Fixed a bug that was introduced that prevents verifier from starting without special environment variables et Phillip Moore 2014-07-31 21:23:42 +00:00
  • 3e4eb35653 Fix db reconnect issue under django 1.6+ Monsyne Dragon 2014-07-24 00:47:35 +00:00
  • 6cc503bc44 Nova usage report fix 2014.08.21.a Anuj Mathur 2014-05-30 17:02:01 +05:30
  • 999012f5cb Added try catch for request_id null Priyanka Agrawal 2014-05-27 12:31:03 +05:30
  • cfab4cc6cc api to store AH event id along with send_status by yagi Manali Latkar 2014-03-14 15:08:29 +05:30
  • bea3a75a35 Nova usage report fix Anuj Mathur 2014-05-30 17:02:01 +05:30
  • 655d9acf0a Added try catch for request_id null Priyanka Agrawal 2014-05-27 12:31:03 +05:30
  • 8a0f06ac79 Freshen up with latest from RackerLabs (and include tox.ini) Sandy Walsh 2014-02-27 19:47:40 +00:00
  • 6325c1ab5f Merge pull request #314 from SandyWalsh/apache Thomas Maddox 2014-03-28 10:31:28 -05:00
  • eae07eecac Switched to Apache licensing Sandy Walsh 2014-03-28 11:47:16 -03:00
  • fd5810301f Merge pull request #313 from anujm/add_columns_to_response_header Manali Latkar 2014-03-28 12:13:08 +05:30
  • 00bcb90117 Added column headers for host and deployment in json reports Anuj Mathur 2014-03-28 11:09:42 +05:30
  • e2adb255b7 Merge pull request #312 from manalilatkar/add_host_and_deployment_in_audit anujm 2014-03-25 20:09:13 +05:30
  • 60be387b97 Adding host and deployment info to missing exists entries in the nova usage audit Manali Latkar 2014-03-21 15:20:33 +05:30
  • b646d6150e Merge pull request #309 from manalilatkar/os_distro_optional anujm 2014-03-19 21:17:30 +05:30
  • 212c233aef Merge pull request #311 from anujm/stable anujm 2014-03-19 21:07:32 +05:30
  • 56b3680d65 Promote master to stable Anuj Mathur 2014-03-19 19:17:54 +05:30
  • e2f99d8ae4 Making the type and null check for os_version optional according to import image_type Manali Latkar 2014-03-19 17:21:17 +05:30
  • da5cd479cb Merge pull request #308 from yottatsa/debian Sandy Walsh 2014-03-19 08:39:31 -03:00
  • 1193543757 basic debianization Vladimir Eremin 2014-03-19 15:19:09 +04:00
  • 24c54efcda basic debianization Vladimir Eremin 2014-03-19 14:49:04 +04:00
  • 259400cc92 Merge pull request #306 from manalilatkar/store_AH_event_id anujm 2014-03-18 20:59:16 +05:30
  • b1db1eb8f3 modified api to store AH event id along with send_status sent by yagi Manali Latkar 2014-03-14 15:08:29 +05:30
  • 9d1a93a49e Merge pull request #281 from TelekomLabs/log_decode_errors anujm 2014-03-14 15:56:43 +05:30
  • 4f60f245cf log decode errors, do not ack. Bernhard K. Weisshuhn 2014-03-14 10:34:48 +01:00
  • 1c7cbab784 Merge pull request #305 from anujm/add_logging_for_rabbitmq anujm 2014-03-13 20:26:17 +05:30
  • c2aa435869 Added logging on RabbitMQ connection error and revival Anuj Mathur 2014-03-13 12:17:18 +05:30
  • 29d878d706 Merge pull request #304 from manalilatkar/os_distro_optional Andrew Melton 2014-03-10 13:47:25 -04:00
  • 4144d39976 Making the type and null check for os_distro optional according to import image_type Manali Latkar 2014-03-06 11:11:06 +05:30
  • 27230e829d Merge pull request #303 from rackerlabs/master Andrew Melton 2014-03-07 13:49:24 -05:00
  • 390d2e4ead Merge pull request #302 from ramielrowe/ums_nova_usage_report Andrew Melton 2014-03-06 12:06:43 -05:00
  • 670396fce0 Remove custom name for ums query based report Andrew Melton 2014-03-06 11:48:12 -05:00
  • b0395d6711 Merge pull request #301 from ramielrowe/ums_nova_usage_report Thomas Maddox 2014-03-05 13:37:17 -06:00
  • f0e5b243c6 Using partial instead of defining a new func Andrew Melton 2014-03-05 14:34:34 -05:00
  • 8bae0d4cfc Refactor verifier audit functions Andrew Melton 2014-03-05 14:25:04 -05:00
  • a5d4836e12 Pulling UMS fencepost offset into script argument Andrew Melton 2014-03-05 13:52:49 -05:00
  • d8c382744d Adding ums query option to nova usage report Andrew Melton 2014-03-05 13:34:22 -05:00
  • 9468220493 Merge pull request #300 from rackerlabs/master Andrew Melton 2014-03-04 13:38:20 -05:00
  • e0fe5d48a7 Merge pull request #299 from ramielrowe/master Andrew Melton 2014-03-03 15:54:06 -05:00
  • d3867ccdb5 Fixing comment Andrew Melton 2014-03-03 15:53:29 -05:00
  • 40e04b4947 Merge pull request #298 from ramielrowe/master Thomas Maddox 2014-03-03 14:52:37 -06:00
  • 93d13262db Increasing event stats max range Andrew Melton 2014-03-03 15:37:34 -05:00
  • 913310e4f5 Adding date range limit to event stats Andrew Melton 2014-03-03 14:50:30 -05:00
  • 219ec37eeb Merge pull request #297 from ramielrowe/event_stats_update Andrew Melton 2014-03-03 13:16:02 -05:00
  • e21afc84a7 Clearer event stats filtering Andrew Melton 2014-03-03 13:06:02 -05:00
  • 18c3309d7b Short circuit event stats filter when event found Andrew Melton 2014-03-03 12:52:42 -05:00
  • fef0458472 More efficient event stats query Andrew Melton 2014-03-03 12:27:49 -05:00
  • 7f3f2530f7 Merge pull request #296 from ramielrowe/master Thomas Maddox 2014-02-28 10:19:48 -06:00
  • 475ef4777d Correcting date format error Andrew Melton 2014-02-28 11:12:48 -05:00
  • 26a1be9ee9 Merge pull request #295 from ramielrowe/master Thomas Maddox 2014-02-28 09:32:35 -06:00
  • f57bc6a95f Properly anchor API urls Andrew Melton 2014-02-28 10:27:07 -05:00
  • 94feb0a1c2 Merge pull request #294 from ramielrowe/usage_exists_stats Andrew Melton 2014-02-27 16:10:38 -05:00
  • 15666258d5 Convert annotations to list Andrew Melton 2014-02-27 16:04:36 -05:00
  • 98e30312ec Merge pull request #293 from ramielrowe/usage_exists_stats Andrew Melton 2014-02-27 15:45:05 -05:00
  • 3da44120e5 Merge pull request #292 from ramielrowe/master Andrew Melton 2014-02-27 15:36:34 -05:00
  • 4f27f3e393 Refactoring event count api Andrew Melton 2014-02-27 15:35:31 -05:00
  • 5ee5240339 Fixing merge conflicts Andrew Melton 2014-02-27 15:08:36 -05:00
  • a45a11e2f7 Refactoring repair api Andrew Melton 2014-02-27 14:59:03 -05:00
  • 143500dbc7 Merge pull request #288 from manalilatkar/stacktach_down_scenario Andrew Melton 2014-02-27 14:53:12 -05:00