Dimitri Savineau
04ec1ad3cc
tests: reduce handler mon and osd delay
...
We don't need to have high handler delay in the CI so reducing to
10 seconds.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2019-10-09 09:08:20 +02: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
Dimitri Savineau
da8b7ab7fb
remove ceph restapi references
...
The ceph restapi configuration was only available until Luminous
release so we don't need those leftovers for nautilus+.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2019-06-18 09:13:19 +02:00
fmount
069076bbfd
Fix units and add ability to have a dedicated instance
...
Few fixes on systemd unit templates for node_exporter and
alertmanager container parameters.
Added the ability to use a dedicated instance to deploy the
dashboard components (prometheus and grafana).
This commit also introduces the grafana_group_name variable
to refer grafana group and keep consistency with the other
groups.
During the integration with TripleO some grafana/prometheus
template variables resulted undefined. This commit adds the
ability to check if the group exist and create, accordingly,
different job groups in prometheus template.
Signed-off-by: fmount <fpantano@redhat.com>
2019-06-10 18:18:46 +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
Dimitri Savineau
a19054be18
tests/functional: use ceph-override.json symlink
...
We don't need to have multiple ceph-override.json copies. We
currently already have symlink to all_daemons/ceph-override.json so
we can do it for all scenarios.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
2019-04-11 15:15:41 +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
187b2bc9d9
tests: avoid 'Cannot allocate memory' error in testinfra
...
```
------------------------------ Captured log setup ------------------------------
display.py 174 INFO Wednesday 13 February 2019 15:54:15 +0000 (0:00:07.787) 0:02:11.607 ****
ansible.py 61 INFO RUN Ansible('setup', None, {'check': True, 'become': False}): {'_ansible_no_log': False,
'_ansible_parsed': False,
'_ansible_verbose_override': True,
'changed': False,
'module_stderr': u'Connection to 192.168.121.87 closed.\r\n',
'module_stdout': u'bash: /bin/sh: Cannot allocate memory\r\n',
'msg': u'MODULE FAILURE\nSee stdout/stderr for the exact error',
'rc': 126}
```
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-14 10:34:37 +00:00
Guillaume Abrioux
ac7f4b3a01
tests: increase amount of memory for all vms
...
double the amount of memory from 512m to 1024m.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-02-05 18:14:28 +01:00
Andrew Schoen
e0dcd9f2c7
tests: fix Vagrantfile symlink for lvm-auto-discovery tests
...
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2019-02-01 12:28:12 +01:00
Andrew Schoen
fc9502039d
tests: adds the lvm_auto_discovery container testing scenario
...
This tests osd_auto_discovery: True, containerized_deployment: True
and the lvm osd scenario
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2019-02-01 12:28:12 +01:00