Commit Graph

24 Commits

Author SHA1 Message Date
Trinh Nguyen 1467df83a6 Clean up docs and specs directories
This patch proposes to clean up unused or redundant docs
as well as moving config-generator to the etc dir

Change-Id: I37d4c4ad1d46ee273575021ca90d5b31121ce9e8
2018-09-05 15:18:30 +09:00
Dao Cong Tien 401256a6e5 Adds doc8 check to pep8
This patch adds doc8 check for .rst files to pep8.
Files that fail doc8 check are also fixed.

Ignores D000, D001 of doc8 check. This requires lot of changes
and should be done in a separated patch.

Change-Id: I7d021e6fee3e12feff7c219e09c545da5274c354
2018-07-12 20:13:25 +07:00
wu.chunyang 39f57bd350 update keysone url
this patch [0] has updated the "auth_port"in install documents
i think the README.rst also need to update.more information about
keysont see [1]
[0] https://review.openstack.org/#/c/567514/
[1] https://docs.openstack.org/keystone/latest/contributor/http-api.html

Change-Id: Ia2e70770a6edf5add03c0ebefc694e4969041552
2018-05-13 18:45:54 +08:00
caoyuan 3600a93659 Update auth_uri option to www_authenticate_uri
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

[1]https://review.openstack.org/#/c/508522/

Change-Id: I192fd1bf17ebddc62558ac0f5b531e345367beee
2018-04-08 15:07:47 +08:00
chengebj5238 a67dc9e2d0 fix the url
Change-Id: I8f5d6be851c6b90adfface0dee681e4ff273c73b
2018-02-05 15:12:45 +08:00
caoyuan 91e39e2a56 update sphinx-doc links
Change-Id: Ibec4411c99cf39ab32cd69385f4068598a783190
2018-01-22 07:59:18 +00:00
melissaml df3f6fc906 Update URLs in documents according to document migration
Change-Id: Ibfdbe43046084f22c8790e08c7380e1ac7260bb9
2017-07-14 10:20:43 +08:00
Pengju Jiao 63199592fe Fix dereference-symlink value check error
Currently, freezer use a string 'none' to judge if
the parameter 'dereference-symlink' is None or not.
This patch will fix it.

Change-Id: I661debd0b223059824acd8e2b472a6afe1682b09
Closes-Bug: #1691052
2017-05-16 17:03:47 +08:00
yfzhao 7202321ab6 Optimize the link address
Use https instead of http to ensure the safety without containing our
account/password information

Change-Id: I5d39f25529f88537eed7d5a30c94af951e5504d5
2017-04-17 16:47:59 +08: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
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
daiki kato ecfa4f6f13 Fix typos
This patch fixes several typos.

TrivialFix

Change-Id: Id5d5205f9234b1c8c8df6e865062261fcf960e8c
2016-03-25 17:04:13 +09:00
yangyapeng 2b19697be5 Change Freezer repo_url from stackforge to openstack
Change-Id: I3453108bb34a744909864e708af547499c3de8c5
2016-01-18 11:54:34 -05:00
Jenkins f13c013c0e Merge "Design specs and considerations for tenant based backups" 2016-01-12 10:52:21 +00:00
Jenkins 5ad090c662 Merge "Blueprint specs for python-freezerclient repo" 2016-01-12 10:52:16 +00:00
Einst Crazy 68e1c4d096 use openstack command to create user and project
As keystone cli is now replace by openstack cli. Modify the related
command in the integration_test_procedure.rst.

Change-Id: Ife9364335245fdbe05ea2e84926f360fa26101cb
2016-01-07 16:38:54 +08:00
Fausto Marzi 96ad71d36f Blueprint specs for python-freezerclient repo
Implements blueprint: freezerclient

Change-Id: If769508199c6ab368e9a83cdde24bfa3a7ae72f6
2016-01-05 16:05:36 +00:00
Fausto Marzi b464c0d147 Design specs and considerations for tenant based backups
Implements bp: tenant-backup

Change-Id: I8166fc1589197bf8d51c07cf3c71f16326a60aea
2015-12-21 09:00:53 +00:00
Vic Howard f6ad1e34f5 remove older then typo
cleaning up type for get_older_then vs get_oder_than

Change-Id: I668ce8c9415734389f1e82458d70c30c267ea99a
Closes-Bug: #1482596
2015-08-20 10:59:02 -04:00
Fabrizio Vanni cea7fb2702 basic integration tests for freezer-agent
The test provided in the tests/integration directory
execute the command line version of the freezer-agent.

The tests execute backups and restores, passing the parameters
on the command line, and check the results.

Types of integration tests depend on the environment variables defined.

Local storage tests are enabled by default and use temporary
files and directories, while SSH and Swift storage testing need
also access to existing external resources.

To enable the ssh storage testing, the following environment
variables need to be defined:

 - FREEZER_TEST_SSH_USERNAME
 - FREEZER_TEST_SSH_KEY
 - FREEZER_TEST_SSH_HOST
 - FREEZER_TEST_CONTAINER

To enable the swift storage testing, the following environment
variables need to be defined:

 - FREEZER_TEST_OS_USERNAME
 - FREEZER_TEST_OS_TENANT_NAME
 - FREEZER_TEST_OS_REGION_NAME
 - FREEZER_TEST_OS_PASSWORD
 - FREEZER_TEST_OS_AUTH_URL

Tests involving LVM snapshots are executed only with superuser
privileges and if the following env variable is not defined:

 - FREEZER_TEST_NO_LVM

Change-Id: I39f0c9bf62f7c82f81ad95f19cf0f7aefb059633
2015-08-13 16:54:14 +01:00
Fabrizio Vanni dc526bed2e documentation on integration test procedures
This documents thow to install and configure the various
elements to setup an integration test environment:

  * freezer installation
  * api configuration
  * scheduler usage

Change-Id: I8fb9919e3345f3b63347c238d9173c3535808ebe
Implements: blueprint integration-tests-doc
2015-07-31 08:41:45 +00:00
Fausto Marzi bc399eb0d1 Added architecture information to README, updated FAQ
The README.rst now contains some more details regarding
the architecture, the interactions with other components
and how basically the freezer agent interact with the
scheduler and the API

Change-Id: I4be42cc4e229962a0c2811789c87a7ba8b32e2e5
2015-07-30 12:20:39 +01:00
Fausto Marzi da52887362 Added config file support in freezerc
The freezer client now support arguments
taken from a config file. Command line and config
argments can be set, but command line always has
precedence ofer config file.

Change-Id: I1327fdcd920eefa95fcb6f387d2f3c3a52aab32e
Implements: blueprint config-file
2015-06-03 12:44:36 +00:00
Daniel Mellado 18ef55a74a Added specs template for freezer
A .rst template with the proper formatting and sections for adding
blueprints to the freezer project has been added to the specs
directory

Change-Id: I30ba099f341ae6f72cae3e9591ab80d12a4ff4e4
2015-02-10 15:31:59 +00:00