16 Commits

Author SHA1 Message Date
Luong Anh Tuan
759ed4df86 Change author in setup.cfg
Changed author to OpenStack in setup.cfg

Change-Id: I48b4f94d48ae24862417c1a768859d415248d84b
2017-06-12 20:32:17 +07:00
Saad Zaher
b80f008e62 Update freezer for pike goal python 3.5
Also remove white spaces.

Change-Id: Ife979e1ee3cedce831b683db191bdaa70dc04eb3
2017-05-23 08:31:56 +00:00
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
Pierre-Arthur MATHIEU
c976514d20 Remove version from setup.cfg
Change-Id: I9d0d34f8f0f520e10ab00075695b65778a48b9d9
2016-06-03 15:27:45 +01:00
Einst Crazy
c62a9da7ef Generate a full backup first time
If there isn't any backup of the specified volume, generate a full
backup, but not an incremental one.

Closes-Bug: #1563245
Change-Id: If30e0292671e2be8d026006986b942206cfd2435
2016-04-07 13:03:37 +01:00
Deklan Dieterly
219fb2b4d7 Start to introduce tempest tests.
See if gate job executes first test.

Change-Id: Ife68257a4c281299cedc4ed79db50ca5290375c5
2016-03-21 13:52:41 -06:00
Saad Zaher
5a0c2e9c07 Add oslo.config entry point for Freezer-scheduler
Allows freezer-scheduler to generate sample config files for the
ease of use. To generate a config file use the following command:
oslo-config-generator --config-file config-generator/scheduler.conf
it will generate a sample config file in freezer/etc

Change-Id: Ib24454708b19a1a2ea3e374cbb3b374b1c66e685
Closes-Bug: #1548346
2016-02-22 15:35:03 +00:00
Saad Zaher
5fa735409f Switch freezer-agent to oslo.config and oslo.log
Freezer-agent supports normal argparser for parsing cli options.
Switching to oslo.config for CLI options and oslo.log for logging
options

Change-Id: I0cab1b038dc1122e7e021e777d72c88ef542cf5b
Implements: blueprint using-oslo-libs
2016-02-19 12:36:14 +00:00
Fausto Marzi
ab794d3d36 Add Sphinx doc build
Change-Id: I9742e5261cd666f09a0bd93e2372da6a10f5f69b
Closes-Bug: #1542061
2016-02-06 22:09:01 +00:00
Fausto Marzi
4f2f9bd060 Align requirements and version to Mitaka
Change-Id: I3ff73f4dff44799f67e7aa8478b2ffb798ffdd7c
2016-01-18 18:30:14 +00:00
Erno Kuvaja
3c79e9d07c Fix versions for Liberty
Change-Id: I6bcd9b1d3462ccf9b35119c571ec57d9aa548578
2015-11-17 15:23:44 +00:00
Fausto Marzi
3e3f6f9d6d Fix bug on setup.cfg after bin removal
This patch fix a bug freezer build as the binaries are
not anymore available.

Change-Id: I70296510212d7703de14d52a209c6b69063aadc0
2015-11-05 15:59:51 +00:00
Fausto Marzi
94e1c6ea4a Improved freezerc and freezer-agent script management
With this patch the scripts are generated by automatically
only from setuptools. The /bin/freezerc script is removed
and the content is incorporated in freezer.main

This patch should make more portable freezer on
win32 platform.

Unfortunately in order to support win32 platforms
we need to use a version of PBR >= 1.0.0,
to support env markers. Now requirements.txt reflects that

Change-Id: I31a4a13711f8c042072e3cc8785078fdbb971cb7
2015-10-29 14:35:55 +00:00
Fausto Marzi
341584f038 Fixed bug on requierments and deps
For some reason PBR wasn't installing the
packages listed in requirements.txt. By adding
explicitly the pbr version in setup.py and
adding setuptools requirements the issue is fixed.

Change-Id: Iccb66ae20a7108fe7f359ae656ed11c4e5d6f7a0
2015-10-29 14:27:12 +00:00
Fausto Marzi
f191cceded Fixed bug on setup.cfg and added author and changelog
There was a bug in the setup.cfg after switching to PBR.

Also the AUTHOR and Changelog are added.

Change-Id: I3d1f0c442218b0e300e88bc3bb6fdd5602434c57
2015-10-19 21:43:46 +01:00
Fausto Marzi
0daf5887eb Switching to PBR in freezer
Freezer now uses pbr so to be aligned to the other
openstack projects.

Implements blueprint: switch-to-pbr

Change-Id: I67ffe7cf23b857f7d81420586361dcd708f0fc21
2015-10-16 16:46:18 +01:00