summaryrefslogtreecommitdiffstats
path: root/deployment/cns-automation-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/cns-automation-config.yaml')
-rw-r--r--deployment/cns-automation-config.yaml53
1 files changed, 0 insertions, 53 deletions
diff --git a/deployment/cns-automation-config.yaml b/deployment/cns-automation-config.yaml
deleted file mode 100644
index 8d24006d..00000000
--- a/deployment/cns-automation-config.yaml
+++ /dev/null
@@ -1,53 +0,0 @@
-ocp_servers:
- master:
- master_ip_addr:
- hostname: "master_hostname"
- client:
- client_ip_addr:
- hostname: "client_hostname"
- nodes:
- node_ip_addr:
- hostname: "node_hostname"
-
-gluster_servers:
- gluster_server_ip_address1:
- manage: "gluster_server_ip_hostname1"
- storage: gluster_server_ip_address1
- additional_devices: ['/dev/sdg']
- gluster_server_ip_address2:
- manage: "gluster_server_ip_hostname2"
- storage: gluster_server_ip_address2
- additional_devices: ['/dev/sdg']
- gluster_server_ip_address3:
- manage: "gluster_server_ip_hostname3"
- storage: gluster_server_ip_address3
- additional_devices: ['/dev/sdg']
-
-openshift:
- storage_project_name: "storage"
- heketi_config:
- heketi_dc_name: name_of_the_heketi_deployment_config
- heketi_service_name: name_of_the_heketi_service
- heketi_client_node: master_ip_addr
- heketi_server_url: "http://heketi.url"
- heketi_cli_user: "admin"
- heketi_cli_key: "secret_value_for_admin_user"
- dynamic_provisioning:
- storage_classes:
- file_storage_class:
- provisioner: "kubernetes.io/glusterfs"
- resturl: "http://heketi.url"
- restuser: "admin"
- secretnamespace: "storage"
- volumenameprefix: "autotests-file"
- block_storage_class:
- provisioner: "gluster.org/glusterblock"
- resturl: "http://heketi.url"
- restuser: "admin"
- restsecretnamespace: "storage"
- hacount: "3"
- chapauthenabled: "true"
- volumenameprefix: "autotests-block"
-
-common:
- stop_on_first_failure: False