This repository contains small code snippets that illustrate integration of NetApp technology
These snippets are written as best effort and provide no warranties or SLAs, expressed or implied. Please contact the author(s) via the OpenStack Discussions board on the NetApp Community Forum if you have questions about these scripts before running or modifying.
A "snippet" of code can be loosely defined code that is meant to teach you one way to use other libraries and applications, or tie them together to solve a particular problem.
SNIPPET: Examples of what would be a "snippet":
- Powershell script which makes use of the NetApp Powershell Toolkit
- Python or Bash based script that assists with customer demonstration or reference architecture deployments with NetApp technology
NOT A SNIPPET: Examples of what would not be a "snippet":
- Complete or nearly complete code that could easily be a library on its own
- Standalone application solving complete sets of problems
All of the code contributed to this repository shall adhere to the following banner structure:
#
# <Short description>
# Copyright 2016 NetApp, Inc.
#
# <What this code does>
#
This must be included on each file contributed to this repository.