# '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] gluster_server3_ip: manage: gluster_server3_hostname storage: gluster_server3_ip additional_devices: [device3, device4] # '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 # gluster servers can be configured. # Note: These nodes are not part of gluster pool. These can be added into # gluster pool. These can be used where we want to perform node add and remove # operations. additional_gluster_servers: gluster_server4_ip: manage: gluster_server4_hostname storage: gluster_server4_ip devices: [device1, device2] 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: allow_heketi_zones_update: False stop_on_first_failure: False heketi_command_timeout: 120 cloud_provider: name: '' vmware: hostname: '' username: '' password: '' port: 443 aws: # To be done in future libvirt: # To be done in future