freezer-api/tests
Fabrizio Vanni 4faa13b8e7 Add support for elasticsearch number of replicas
It is now possible to specify the number of replicas of the freezer
index in the elasticsearch database.

The value is set by the freezer-db-init script and can be specified
either as a command line parameter or defined in the freezer-api config
file.

When not specified it is set to the default value 2.

Adds the following command line parameter to the freeze-db-init script:

    -r  --replicas <N>

Adds the following parameter to the [storage] group of the
freezer-api.conf file:

    number_of_replicas = N

Change-Id: I210dce8bf634727f52c87152c3d036cc4d7065b5
2015-10-28 09:49:35 +00:00
..
__init__.py Freezer API 2015-04-08 18:25:45 +01:00
common.py Updating HP Copyright label 2015-08-21 14:22:26 +01:00
test_actions.py requirement falcon-0.1.10 2015-08-19 04:46:10 -07:00
test_api.py Updating HP Copyright label 2015-08-21 14:22:26 +01:00
test_backups.py Merge "requirement falcon-0.1.10" 2015-08-21 15:43:29 +00:00
test_clients.py requirement falcon-0.1.10 2015-08-19 04:46:10 -07:00
test_db_init.py Add support for elasticsearch number of replicas 2015-10-28 09:49:35 +00:00
test_driver.py config options for elasticsearch connection 2015-09-09 18:58:02 +01:00
test_elastic.py config options for elasticsearch connection 2015-09-09 18:58:02 +01:00
test_exceptions.py requirement falcon-0.1.10 2015-08-19 04:46:10 -07:00
test_homedoc.py freezer scheduler 2015-07-10 18:51:17 +01:00
test_jobs.py job event endpoint 2015-08-26 10:30:46 -07:00
test_middleware.py Merge "requirement falcon-0.1.10" 2015-08-21 15:43:29 +00:00
test_sessions.py requirement falcon-0.1.10 2015-08-19 04:46:10 -07:00
test_simpledict.py Freezer API 2015-04-08 18:25:45 +01:00
test_utils.py Updating HP Copyright label 2015-08-21 14:22:26 +01:00
test_versions.py Updating HP Copyright label 2015-08-21 14:22:26 +01:00