Commit Graph

5 Commits (master)

Author SHA1 Message Date
Pierre-Arthur MATHIEU c385a7953a Remove deprecated code
And deprecates freezer-scheduler cli, use python-freezerclient

Change-Id: I2960b1f21758a47e11a9df1723a962b745474bd8
2016-09-28 11:28:07 +01:00
Cao Xuan Hoang 6e77d8064b TrivialFix: Remove logging import unused
This patch removes logging import unused in
freezer/apiclient/*.py
freezer/engine/tar/tar_builders.py
freezer/mode/*.py
freezer/snapshot/snapshot.py
freezer/storage/*.py

Change-Id: I78db3a199f441f97e7df25f5ac1826e5091f6adc
2016-09-06 11:19:21 +07:00
Deklan Dieterly 00db2b0d95 Fix Freezer Agent Logging
Standardize on oslo.log.
Log exception stack traces where appropriate.
Add logging to all files.
Remove '[*]' from log messages.
Log command line arguments at Freezer Agent start
so that errors can be traced to specific invocations.

Leave scheduler module mostly unchanged because it
is doing python logging configuration.

Change-Id: I23de0558409e63978303963d592a4e5ee4dee2b5
2016-06-30 07:41:28 -06:00
eldar nugaev c01d7c0a72 Refactoring of code:
1) new snapshot module with code vss,
lvm and part of backup.py -
create_snapshot and remove_snapshot

This module should contain all code related shadow,
vss and any new snapshots.

2) new openstack module with code from osclient,
restore and backup (BackupOS)

This module should contain code related to cinder/nova backups

3) new utils module with code from utils, win_utils,
bandwidth, config, exec_cmd, validator, streaming

This module should containd code related to anything
that cannot be extracted to its own module

4) new test modules - snapshot, utils, openstack and apiclient.

Test scheduler daemon is now located in scheduler module.

5) Backup.py is deleted and code placed to
openstack.backup (BackupOS) and to job.BackupJob

Change-Id: I46194b40b3a65c15b6095cfb7388dcfd30d95997
2016-03-08 14:20:23 +00:00
eldar nugaev e001119d9e Refactoring of mysql, msserver and mongo code.
Implements blueprint: application-hook-refactoring

Change-Id: I6df7ae22ec17479dc926cc4e764091487544b5fb
2016-03-03 10:39:43 +00:00