From 2e7d7b70edb9968fff0c1b4edc0eb40b56ba37ff Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 28 Jan 2020 14:04:45 +0100 Subject: [PATCH] tests: set dashboard|grafana_admin_password Set these 2 variables in all test scenarios where `dashboard_enabled` is `True` Signed-off-by: Guillaume Abrioux (cherry picked from commit c040199c8f277b33bd1447f2cbce71861055711f) --- tests/functional/all_daemons/container/group_vars/all | 4 +++- tests/functional/all_daemons/group_vars/all | 2 ++ tests/functional/collocation/container/group_vars/all | 2 ++ tests/functional/collocation/group_vars/all | 4 +++- tests/functional/docker2podman/group_vars/all | 2 ++ .../migrate_ceph_disk_to_ceph_volume/group_vars/all | 2 ++ tests/functional/podman/group_vars/all | 2 ++ 7 files changed, 16 insertions(+), 2 deletions(-) diff --git a/tests/functional/all_daemons/container/group_vars/all b/tests/functional/all_daemons/container/group_vars/all index cfea483bc..e148d877d 100644 --- a/tests/functional/all_daemons/container/group_vars/all +++ b/tests/functional/all_daemons/container/group_vars/all @@ -40,4 +40,6 @@ openstack_pools: docker_pull_timeout: 600s handler_health_mon_check_delay: 10 handler_health_osd_check_delay: 10 -mds_max_mds: 2 \ No newline at end of file +mds_max_mds: 2 +dashboard_admin_password: $sX!cD$rYU6qR^B! +grafana_admin_password: +xFRe+RES@7vg24n \ No newline at end of file diff --git a/tests/functional/all_daemons/group_vars/all b/tests/functional/all_daemons/group_vars/all index 5c6af6238..16a77d7e1 100644 --- a/tests/functional/all_daemons/group_vars/all +++ b/tests/functional/all_daemons/group_vars/all @@ -34,3 +34,5 @@ openstack_pools: handler_health_mon_check_delay: 10 handler_health_osd_check_delay: 10 mds_max_mds: 2 +dashboard_admin_password: $sX!cD$rYU6qR^B! +grafana_admin_password: +xFRe+RES@7vg24n \ No newline at end of file diff --git a/tests/functional/collocation/container/group_vars/all b/tests/functional/collocation/container/group_vars/all index b95e3e398..4bbc40f26 100644 --- a/tests/functional/collocation/container/group_vars/all +++ b/tests/functional/collocation/container/group_vars/all @@ -19,3 +19,5 @@ ceph_conf_overrides: osd_pool_default_size: 1 handler_health_mon_check_delay: 10 handler_health_osd_check_delay: 10 +dashboard_admin_password: $sX!cD$rYU6qR^B! +grafana_admin_password: +xFRe+RES@7vg24n \ No newline at end of file diff --git a/tests/functional/collocation/group_vars/all b/tests/functional/collocation/group_vars/all index 2fe10e776..1ab45fba5 100644 --- a/tests/functional/collocation/group_vars/all +++ b/tests/functional/collocation/group_vars/all @@ -15,4 +15,6 @@ ceph_conf_overrides: osd_pool_default_pg_num: 8 osd_pool_default_size: 1 handler_health_mon_check_delay: 10 -handler_health_osd_check_delay: 10 \ No newline at end of file +handler_health_osd_check_delay: 10 +dashboard_admin_password: $sX!cD$rYU6qR^B! +grafana_admin_password: +xFRe+RES@7vg24n \ No newline at end of file diff --git a/tests/functional/docker2podman/group_vars/all b/tests/functional/docker2podman/group_vars/all index cfe60bfbc..b0b7541fc 100644 --- a/tests/functional/docker2podman/group_vars/all +++ b/tests/functional/docker2podman/group_vars/all @@ -40,3 +40,5 @@ openstack_pools: - "{{ openstack_cinder_pool }}" handler_health_mon_check_delay: 10 handler_health_osd_check_delay: 10 +dashboard_admin_password: $sX!cD$rYU6qR^B! +grafana_admin_password: +xFRe+RES@7vg24n \ No newline at end of file diff --git a/tests/functional/migrate_ceph_disk_to_ceph_volume/group_vars/all b/tests/functional/migrate_ceph_disk_to_ceph_volume/group_vars/all index e6e60a4bc..055fd59d2 100644 --- a/tests/functional/migrate_ceph_disk_to_ceph_volume/group_vars/all +++ b/tests/functional/migrate_ceph_disk_to_ceph_volume/group_vars/all @@ -20,3 +20,5 @@ ceph_conf_overrides: global: osd_pool_default_pg_num: 8 osd_pool_default_size: 1 +dashboard_admin_password: $sX!cD$rYU6qR^B! +grafana_admin_password: +xFRe+RES@7vg24n \ No newline at end of file diff --git a/tests/functional/podman/group_vars/all b/tests/functional/podman/group_vars/all index fd5914ca6..4b9ff4941 100644 --- a/tests/functional/podman/group_vars/all +++ b/tests/functional/podman/group_vars/all @@ -39,3 +39,5 @@ openstack_pools: - "{{ openstack_cinder_pool }}" handler_health_mon_check_delay: 10 handler_health_osd_check_delay: 10 +dashboard_admin_password: $sX!cD$rYU6qR^B! +grafana_admin_password: +xFRe+RES@7vg24n \ No newline at end of file