Commit Graph

81 Commits

Author SHA1 Message Date
Ghanshyam Mann 38cb8cd520 Moving IRC network reference to OFTC
Change-Id: I69ea73879d09b14addd2f889b00f0d1156395299
2021-07-07 19:45:41 -05:00
Andreas Jaeger 67abf372aa Update api-ref location
The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.

Note that redirects will be set up as well but let's point now to the
new location.

For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html

Change-Id: Icb170841bacdc5b069c2ff1894615af19d5ab358
2019-07-22 18:22:21 +02:00
Cai Hui 806fe6fffe Add logs places in README.rst
When errors occoue, these are good places to check:
  freezer-api log: `$HOME/log/freezer-api.log`
                   `/var/log/apache2/freezer-api.log`
  freezer-agent log: `$HOME/.freezer/freezer.log`
  freezer-scheduler log:`/var/log/freezer/scheduler.log`

Change-Id: Iba6c80ded43b5b4b352a7dcf92253d1b07fb4513
2018-11-22 18:57:01 -05:00
Cai Hui 68b0a8bf50 Add IRC info
Add IRC info for developers.

Change-Id: Ia4ac567681b75c23698ff5c53fb116a09ba8c292
2018-11-13 22:39:08 -05:00
ZhijunWei 0bc0e044be fix bug link in readme
Change-Id: I0cbd150d5a08944faebb250edd7bf0471ae82243
2018-08-30 22:09:41 -04:00
baiwenteng 94115d0193 add release notes to README.rst
add release notes to README.rst

Change-Id: I5fd76555019bed4083b08a1bcd7d932446523208
2018-06-20 14:36:16 +08:00
huang.zhiping 78f4b7764e fix the link in README.rst
Change-Id: Id01d5b8cb6c60a9b3f3b5512fee6ffeff59759b5
2018-03-22 17:26:02 +08:00
wangqi 9e2966a92f Update links in README
Change the outdated links to the latest links in README

Change-Id: Ia8e32609c1aff204f050267063ed81286d4a1317
2018-03-02 05:55:53 +00:00
Saad Zaher 858aed3c87 Update freezer README
Change-Id: Ia7b531617cf21a49874504d6d63c0b538ab78d5b
2018-02-21 10:45:56 +00:00
Pengju Jiao f445ff5496 Add s3 support in README.rst
Currently, freezer support using s3 driver. So this
patch add s3 support in README.rst

Change-Id: Ied902e7cca12e46689fc97fabd8452dae8166e87
2017-09-12 14:08:25 +08:00
chao liu 94a76f28c2 writing convention: do not use “-y” for package install
refer to:
https://docs.openstack.org/contributor-guide/writing-style/ \
code-conventions.html

Change-Id: I4d1cdabf0921394cefc27c0825d2d555c32d3eb5
2017-08-28 01:34:16 +00:00
DeepaJon d13c059c18 Optimize the link address
Use https instead of http to ensure the safety

Change-Id: I7296a5097181ddb4a40deee3868e81dd157ad319
2017-04-10 11:25:15 +05:30
Jenkins eb86e62d07 Merge "Fix description for backup management" 2017-03-28 14:31:13 +00:00
Pengju Jiao 7c0f55fb80 Fix description for backup management
Currently, there are some description of remove older
backup with using '--remove-older-then' which is not
exist, should use '--remove-older-than' instead.

Change-Id: I172e60151549d4478f951c439e5cf248bee038ca
2017-03-28 16:08:29 +08:00
Pengju Jiao 4161a2a593 Fix description for restoring cinder volume
Incorrect description for restoring cinder volume with command
"freezer-agent --action restore --cinder-inst-id", as
--cinder-inst-id is not exist, should use --cinder-vol-id
instead.

Change-Id: Ia63eb492f543818aa7a62a50c3ea1986f4dc4188
2017-03-28 16:02:37 +08:00
Jenkins 107cdc222b Merge "Removing obsolete oslo.log configuration settings" 2017-02-28 16:53:18 +00:00
Ruslan Aliev 0df317c94b Block based incremental support - rsync
Added new engine type (rsync) to perform
space/bandwidth efficient backups.

Change-Id: I8390c9c85fc2478a4ad2fe7eb4e40f3e580da912
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
2017-01-23 03:50:45 +04:00
Jenkins 4716c6a28e Merge "Change "Openstack" to "OpenStack"" 2016-12-22 12:25:45 +00:00
Jenkins 62f7ea3f56 Merge "Fix restore nova nova_network validation" 2016-12-07 18:19:29 +00:00
yangyapeng ef9397db90 Fix restore nova nova_network validation
Change-Id: I281259c598f20f7fd9b1b515c81525fbc19ff6e7
2016-12-05 11:14:27 +00:00
Flavio Percoco a897e53752 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/28f423a3cbd1399dae1550c3a1e67a7d\n'

Change-Id: If4aaf1492be23a872b0de053a9df16e97773d807
2016-11-25 14:16:31 +01:00
Jenkins 4292e6e8a1 Merge "[TrivialFix] Fix freezer typo of README.rst" 2016-11-14 13:52:38 +00:00
liyanhang e254dfae00 Change "Openstack" to "OpenStack"
According to the word choice convention in
http://docs.openstack.org/contributor-guide/writing-style/word-choice.html
We should use OpenStack instead of Openstack.

Change-Id: I834055528e6f343c113c96a70a7a2f265a0a1703
2016-11-14 20:35:04 +08:00
Jenkins 45ff14bfda Merge "Fix docstrings in index.rst & README.rst" 2016-11-04 15:04:01 +00:00
Shangzhong Zhu 3390b9c7ab freezer README.rst error about MySQL config file
The example of config file for MySQL backup should be changed
to ini format.

Change-Id: I7c6ed6106f991d6a7b75feb35b865486bb8611e3
Closes-Bug: #1638764
2016-11-03 09:58:56 +08:00
howardlee 0b1a62c2d3 [TrivialFix] Fix freezer typo of README.rst
Change-Id: Ib360b3ddc5e55b1874a408b6582b3920e05557c9
2016-10-18 18:42:41 +08:00
zhangyanxian 4941bdac1e Fix docstrings in index.rst & README.rst
TrivialFix

Change-Id: Idfef04d5b965bd3c3d886f0fc8845afccc423446
2016-09-29 01:51:27 +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
Domhnall Walsh 27fee2057f Removing obsolete oslo.log configuration settings
Change-Id: Ic9ac913097bcc45a7c792a6d7dc3a670a4d55074
Closes-Bug: #1600244
2016-07-08 15:28:42 +01:00
Domhnall Walsh f967745fdf Removed remnant of git conflict in README.rst
Change-Id: I5eb26a17c480c9a68041b0341eb7687a268b5013
Closes-Bug: #1600183
2016-07-08 12:26:00 +01:00
Ferhat Ozkasgarli 5d1f445293 New Better & Well Formatted Docs with Sphinx
This commit will update doc/source folder with new documentations.
With this review I want to make sure this kind of document
structure is OK with the project.

Change-Id: I98d8b4d6d8c1b3a8797886c0d98da4e3226b0249
2016-06-14 17:42:41 +01:00
Clenimar Filemon b16f8b1692 Switch to keystoneauth
keytoneclient.auth is deprecated in favour of keystoneauth.
This patch switches keystoneclient.auth to keystoneauth and removes the
keystoneclient requirement as we no longer use it anywhere else.

Change-Id: I96cd9b86cb6d66886df7be483514ed3698602217
2016-05-31 15:29:55 -03:00
Deklan Dieterly af5f2b137c Clean up README
Fix grammatical errors.
Make style consistent.
Correct RST syntax.

Change-Id: I968435d08e7c050e1c8ee9b710d754fc3d233684
2016-05-11 14:55:47 -06:00
Jenkins 06b7ae0ee5 Merge "Allow freezer to use trickle installed system wide" 2016-05-04 16:46:57 +00:00
Jenkins 73f2fe69ba Merge "fix some rst syntax error of code block" 2016-05-04 10:34:12 +00:00
Saad Zaher de0344b4c8 Allow freezer to use trickle installed system wide
Freezer is using trickle only if it's installed system wide and not
looking for trickle-overload.so library anymore. Users have to
install trickle: apt-get install trickle or yum install trickle
for freezer to use it.

Change-Id: I49efff29876990dfd0782e3cf5ad68daf3e6055d
Closes-Bug: #1553159
2016-05-03 14:32:19 +00:00
Saad Zaher c9254cdb79 Update README with linux requirements for freezer
Added libffi-dev, libssl-dev, python-dev as dependency for
installing freezer

Change-Id: I16885ed8fc78671de33eb469d98927927864edc9
2016-04-08 10:21:28 +00:00
Einst Crazy 4ffc74e6d7 fix some rst syntax error of code block
Change-Id: I7585a5f4229d719acfb2cf9ba754165722dc443d
Closes-Bug: #1549627
2016-04-08 08:05:50 +00:00
Saad Zaher d468c38543 Updating README.rst
Remove outdated option --file-to-backup and use --path-to-backup
instead of it. Also freezerc is deprecated so we need to use
freezer-agent instead of it.

Change-Id: I6dd2f29a56551358c640c1b2cb501535c0564c29
Closes-Bug: #1566012
2016-04-05 11:15:36 +01:00
Pierre-Arthur MATHIEU 8a9f378b13 Adding the freezer logo to the README
Change-Id: I789f10d4a8dda2cf1658546a560f270dc68cf72f
2016-03-30 19:17:11 +01:00
Saad Zaher 63a451cd93 Updating README and HACKING files for oslo options
Updating REAMDME and HACKING to allow users to generate sample
config files if needed.

Change-Id: I388271f80d6fc89bbdf20522e9280445a6cbf43a
2016-03-08 13:33:21 +00:00
eldar nugaev c4218f0385 Fix freezer for py3 compatibility
Change-Id: I03160bf2dba1b67b1daf7c60f4f0182acc2a4d90
2016-02-12 01:39:34 +00:00
Deklan Dieterly 87ec7cc17f Add check for name=='__main__'
Allow direct execution of freezer.main.
 Useful for development and debugging.

 Update README.rst to reflect latest options.
 (previously, --log-level was not present.)

Change-Id: I711d66b07986b5487b3889dc0dda3ca418bb1f58
2016-01-21 18:11:23 +00:00
Memo García 0bb53773e3 Merge vssadmin argument with snapshot
Resolves bug: 1534177

Change-Id: I8cf24ccf473573e0299de1564540b892d4d578d8
2016-01-18 15:47:33 +00:00
Jenkins aa5a4240a3 Merge "Updated Windows installer and binaries documentation" 2016-01-12 10:45:01 +00:00
Jenkins 3da6bf8fab Merge "Fix grammatical and spelling errors in the README.rst file." 2016-01-12 10:12:34 +00:00
eldar nugaev fd6f8a4788 Parallel backup
Configuration changes for multiple storages.
Creation MultipleStorage to encapsulate all logic for multiple storages support.

Implements blueprint: parallel-backup-config

Change-Id: I339ef8236d23c7d254724cab2eef92ef41c9fa1c
2016-01-12 09:13:50 +00:00
Deklan Dieterly 7b4003a987 Fix grammatical and spelling errors in the README.rst file.
Fix up some grammatical errors and spelling errors in the README.rst file.

Change-Id: Iaa39a996317f1970b3977d68e4c3ff266130319f
2016-01-11 16:04:36 -07:00
Memo García 97de041ec1 Updated Windows installer and binaries documentation
freezer-installer and freezer-windows-binaries now points to the new
github organization https://github.com/openstack-freezer-utils

Change-Id: Id5f84fe4a26069ce162145826593dd19153bc238
2016-01-08 12:06:48 +00:00
Jenkins 1d9f292afe Merge "Fix typo: my scheduled backup 6 => schedule_backups 6" 2015-12-11 10:49:30 +00:00