Skip to content

Commit

Permalink
Revert properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshaySainiDell committed Dec 19, 2024
1 parent 181a568 commit bb0237d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions test.properties_template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
X_CSI_DEBUG=true
X_CSI_UNITY_USER=admin
X_CSI_UNITY_PASSWORD=Password123!
X_CSI_UNITY_INSECURE=true
STORAGE_POOL=pool_3
X_CSI_UNITY_NODENAME=Unit-test-host-20231023052923
NODE_HOSTNAME=Unit-test-host-20231023052923
NODE_HOSTIP=10.225.111.243
X_CSI_UNITY_USER=
X_CSI_UNITY_PASSWORD=
X_CSI_UNITY_INSECURE=
STORAGE_POOL=
X_CSI_UNITY_NODENAME=
NODE_HOSTNAME=
NODE_HOSTIP=
NODE_WWNS= #Comma separated initiators. Ex: 22:33:44:90:fa:14:34:28:10:00:aa:bb:cc:dd:34:ee,22:22:33:33:fa:14:34:29:10:00:00:11:fa:14:dd:ee
NODE_IQN=iqn.1996-04.de.suse:01:f8298e544dc #Single IQN. Ex: iqn.1994-05.com.redhat:a12345678901
UNITY_POOLID=pool_3
UNITY_NAS_SERVER=nas_1
NODE_IQN= #Single IQN. Ex: iqn.1994-05.com.redhat:a12345678901
UNITY_POOLID=
UNITY_NAS_SERVER=
GOUNITY_DEBUG=true
HOST_IO_LIMIT_NAME=Autotyre
HOST_LIST_NAME=Unit-test-host-20231023052923 #Comma separated host names to be exported to volumes. Ex: test_host_1,test_host_2
TENANT_ID=tenant_1#Single Tenant ID to be mapped to a host. Ex: tenant_1
GOUNITY_ENDPOINT=https://mock-endpoint
HOST_IO_LIMIT_NAME=
HOST_LIST_NAME= #Comma separated host names to be exported to volumes. Ex: test_host_1,test_host_2
TENANT_ID= #Single Tenant ID to be mapped to a host. Ex: tenant_1
GOUNITY_ENDPOINT=

0 comments on commit bb0237d

Please sign in to comment.