From 5ae45abc159a37af04c43acf45dd4b0a21f323a2 Mon Sep 17 00:00:00 2001 From: Arun Kumar Date: Mon, 16 Sep 2019 10:00:16 +0530 Subject: Add TC and config data for metrics Test case to validate metrics add config data for metrics add config data of registry namespace to validate metrics Change-Id: I4886482ee33847f506ad898d4a313df866d0348c --- tests/glusterfs-containers-tests-config.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'tests/glusterfs-containers-tests-config.yaml') diff --git a/tests/glusterfs-containers-tests-config.yaml b/tests/glusterfs-containers-tests-config.yaml index d73583ee..6856e961 100644 --- a/tests/glusterfs-containers-tests-config.yaml +++ b/tests/glusterfs-containers-tests-config.yaml @@ -35,6 +35,22 @@ gluster_servers: additional_devices: [device3, device4] +# 'gluster_registry_servers' section covers the details of the nodes where +# gluster registry servers are run. In the case of CNS, these are the nodes +# where gluster pods are run under the registry namespace. In the case of CRS, +# these are the nodes where registry servers are configured. +gluster_registry_servers: + gluster_registry_server1_ip: + manage: gluster_registry_server1_hostname + storage: registry_server1_ip + gluster_registry_server2_ip: + manage: gluster_registry_server2_hostname + storage: registry_server2_ip + gluster_registry_server3_ip: + manage: gluster_registry_server3_hostname + storage: registry_server3_ip + + # 'additional_gluster_servers' section covers the details of the nodes where # we can run gluster servers. In the case of CNS, these are the nodes where # gluster pods can be run. In the case of CRS, these are the nodes where @@ -57,6 +73,8 @@ openshift: heketi_server_url: "" heketi_cli_user: "" heketi_cli_key: "" + registry_heketi_config: + heketi_server_url: "" dynamic_provisioning: storage_classes: file_storage_class: @@ -75,6 +93,11 @@ openshift: hacount: "3" chapauthenabled: "true" volumenameprefix: "autotests-block" + metrics: + metrics_project_name: "" + metrics_rc_hawkular_cassandra: "" + metrics_rc_hawkular_metrics: "" + metrics_rc_heapster: "" common: allow_heketi_zones_update: False -- cgit