-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
181a568
commit bb0237d
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= |