You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/existing-standalone-cluster-env-template.sh
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,9 @@ export CMEK_KMS_KEY=""
50
50
# Mandatory
51
51
export NSG_OCIDS=","
52
52
53
+
# NSG Network security group created in cluster's VCN for backend management, this NSG will have to be attached to the nodes manually for tests to pass
54
+
export BACKEND_NSG_OCIDS=""
55
+
53
56
# FSS VOLUME HANDLE in the format filesystem_ocid:mountTargetIP:export_path
54
57
# Make sure fss volume handle is in the same subnet as your nodes
55
58
# Create a file system, file export path and mount target in your VCN by following
0 commit comments