From 30f29a692617cb7a0f70de96fff6617c8fbc2993 Mon Sep 17 00:00:00 2001 From: adityaramteke Date: Wed, 13 Mar 2019 16:37:12 +0530 Subject: rename config file Change-Id: Ib596c79ea3e7c3dd6c83c533e708313f3c4ecc2f --- tests/cns_tests_sample_config.yml | 60 ---------------------------- tests/glusterfs-containers-tests-config.yaml | 60 ++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 60 deletions(-) delete mode 100644 tests/cns_tests_sample_config.yml create mode 100644 tests/glusterfs-containers-tests-config.yaml (limited to 'tests') diff --git a/tests/cns_tests_sample_config.yml b/tests/cns_tests_sample_config.yml deleted file mode 100644 index a873a1c2..00000000 --- a/tests/cns_tests_sample_config.yml +++ /dev/null @@ -1,60 +0,0 @@ -# 'ocp_servers' is info about ocp master, client and worker nodes. -# This section has to be defined. -ocp_servers: - master: - master_node1_ip: - hostname: master_node1_hostname - client: - client_node1_ip: - hostname: client_node1_hostname - nodes: - ocp_node1_ip: - hostname: ocp_node1_hostname - ocp_node2_ip: - hostname: ocp_node2_hostname - -# 'gluster_servers' section covers the details of the nodes where gluster -# servers are run. In the case of CNS, these are the nodes where gluster -# pods are run. In the case of CRS, these are the nodes where gluster -# servers are configured. -# This section has to be defined. -gluster_servers: - gluster_server1_ip: - manage: gluster_server1_hostname - storage: gluster_server1_ip - # 'additional_devices' option is used for couple of test cases - # which test Heketi device "add" operation. - additional_devices: [device3, device4] - gluster_server2_ip: - manage: gluster_server2_hostname - storage: gluster_server2_ip - additional_devices: [device3, device4] - -openshift: - storage_project_name: "" - heketi_config: - heketi_dc_name: "" - heketi_service_name: "" - heketi_client_node: "" - heketi_server_url: "" - heketi_cli_user: "" - heketi_cli_key: "" - dynamic_provisioning: - storage_classes: - file_storage_class: - provisioner: "kubernetes.io/glusterfs" - resturl: "" - restuser: "" - secretnamespace: "" - volumenameprefix: "autotests-file" - block_storage_class: - provisioner: "gluster.org/glusterblock" - resturl: "" - restuser: "" - restsecretnamespace: "" - hacount: "3" - chapauthenabled: "true" - volumenameprefix: "autotests-block" - -common: - stop_on_first_failure: False diff --git a/tests/glusterfs-containers-tests-config.yaml b/tests/glusterfs-containers-tests-config.yaml new file mode 100644 index 00000000..a873a1c2 --- /dev/null +++ b/tests/glusterfs-containers-tests-config.yaml @@ -0,0 +1,60 @@ +# 'ocp_servers' is info about ocp master, client and worker nodes. +# This section has to be defined. +ocp_servers: + master: + master_node1_ip: + hostname: master_node1_hostname + client: + client_node1_ip: + hostname: client_node1_hostname + nodes: + ocp_node1_ip: + hostname: ocp_node1_hostname + ocp_node2_ip: + hostname: ocp_node2_hostname + +# 'gluster_servers' section covers the details of the nodes where gluster +# servers are run. In the case of CNS, these are the nodes where gluster +# pods are run. In the case of CRS, these are the nodes where gluster +# servers are configured. +# This section has to be defined. +gluster_servers: + gluster_server1_ip: + manage: gluster_server1_hostname + storage: gluster_server1_ip + # 'additional_devices' option is used for couple of test cases + # which test Heketi device "add" operation. + additional_devices: [device3, device4] + gluster_server2_ip: + manage: gluster_server2_hostname + storage: gluster_server2_ip + additional_devices: [device3, device4] + +openshift: + storage_project_name: "" + heketi_config: + heketi_dc_name: "" + heketi_service_name: "" + heketi_client_node: "" + heketi_server_url: "" + heketi_cli_user: "" + heketi_cli_key: "" + dynamic_provisioning: + storage_classes: + file_storage_class: + provisioner: "kubernetes.io/glusterfs" + resturl: "" + restuser: "" + secretnamespace: "" + volumenameprefix: "autotests-file" + block_storage_class: + provisioner: "gluster.org/glusterblock" + resturl: "" + restuser: "" + restsecretnamespace: "" + hacount: "3" + chapauthenabled: "true" + volumenameprefix: "autotests-block" + +common: + stop_on_first_failure: False -- cgit