Ali Maredia
1834c1e48d
rgw: extend automatic rgw pool creation capability
...
Add support for erasure code pools.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1731148
Signed-off-by: Ali Maredia <amaredia@redhat.com>
Co-authored-by: Dimitri Savineau <dsavinea@redhat.com>
2020-02-17 16:07:43 +01:00
Dimitri Savineau
3f29b243ea
tests: fix cluster health status
...
The current ceph cluster health is in warning state:
health: HEALTH_WARN
13 pool(s) have no replicas configured
2 pool(s) have non-power-of-two pg_num
Because we're using only 1 replica then we need to disable the redundancy
check.
The pool pg num should be a power of two number (like 16).
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2019-11-27 16:20:17 +01:00
Guillaume Abrioux
fb1b5b3251
dashboard: enable dashboard by default
...
This commit enables dashboard deployment by default.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1726739
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-07-29 14:42:45 +02:00
Guillaume Abrioux
4d35e9eeed
osd: remove variable osd_scenario
...
As of stable-4.0, the only valid scenario is `lvm`.
Thus, this makes this variable useless.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-04-11 11:57:02 -04:00
Ali Maredia
37f46a8c5d
rgw multisite: add more than 1 rgw to the master or secondary zone
...
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1664869
Signed-off-by: Ali Maredia <amaredia@redhat.com>
2019-04-06 08:01:19 +02:00
Guillaume Abrioux
fa13289c65
tests: fix network interfaces names in conftest.py
...
Set network interfaces names according to the OS distribution in
conftest.py
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-22 16:24:18 +01:00
Guillaume Abrioux
2ed203da61
Revert "tests: add ubuntu bionic support"
...
This reverts commit 33c09af250
.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-22 16:24:18 +01:00
Guillaume Abrioux
33c09af250
tests: add ubuntu bionic support
...
This commit brings all modifications needed to test against ubuntu
bionic.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-22 09:20:16 +01:00
Guillaume Abrioux
7d705395fb
tests: play lvm_setup.yml on all scenarios
...
We should play lvm_setup.yml on all scenario except `lvm_batch`.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-01-24 11:46:32 +01:00
Guillaume Abrioux
6293a98a0c
tests: reorganize directories layout
...
This commit reorganizes the testing directory layout.
The idea is to have more consistency with the names of scenario and
their corresponding path, eg: non-container vs. container: each scenario
has a subdirectory for container deployment.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-01-24 11:46:32 +01:00