-
Notifications
You must be signed in to change notification settings - Fork 20
/
env.sh
39 lines (38 loc) · 1.41 KB
/
env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!/bin/sh
# Copyright © 2019 Dell Inc. or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
export X_CSI_UNITY_NODENAME=
export X_CSI_UNITY_LONGNODENAME=
export X_CSI_STAGING_TARGET_PATH=
export X_CSI_EPHEMERAL_STAGING_PATH=
export X_CSI_PUBLISH_TARGET_PATH=
export CSI_ENDPOINT=
export X_CSI_DEBUG=
export arrayId=
export STORAGE_POOL=
export NAS_SERVER=
export X_CSI_REQ_LOGGING=
export X_CSI_REP_LOGGING=
export GOUNITY_DEBUG=
export DRIVER_NAME=
export DRIVER_SECRET=
export DRIVER_CONFIG=
export X_CSI_UNITY_AUTOPROBE=
export X_CSI_UNITY_ALLOW_MULTI_POD_ACCESS=
export X_CSI_HEALTH_MONITOR_ENABLED=
export CSI_LOG_LEVEL=
export ALLOW_RWO_MULTIPOD_ACCESS=
export MAX_UNITY_VOLUMES_PER_NODE=
export SYNC_NODE_INFO_TIME_INTERVAL=
export TENANT_NAME=
# if user has not provided any allowed networks, set it to empty else provide comma separated allowed networks
export X_CSI_ALLOWED_NETWORKS=""