Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kaparora
Created March 20, 2017 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaparora/ce450bf8840f57ce5f152a45689785aa to your computer and use it in GitHub Desktop.
Save kaparora/ce450bf8840f57ce5f152a45689785aa to your computer and use it in GitHub Desktop.
Sample NetApp ONTAP NAS Backend JSON file for Trident, the Kubernetes dynamic storage provisioner
{
"version": 1,
"storageDriverName": "ontap-nas",
"managementLIF": "10.0.0.100",
"dataLIF": "192.168.0.100",
"svm": "svm_nas",
"username": "admin",
"password": "secret007"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment