Coder Social home page Coder Social logo

cordelster / ntap-automation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adrianbronder/ntap-automation

0.0 0.0 0.0 491.1 MB

Collection of code examples for various NetApp Automation use-cases

License: Apache License 2.0

Shell 43.66% Python 49.89% PowerShell 6.45%

ntap-automation's Introduction

NetApp Automation Demos

Welcome to my collection of automation demos. In this repository you will find various examples on how to automate administrative and operational tasks on NetApp solutions. The main purpose is enabling you writing your own scripts/integartions by providing simple examples in small chunks. The scripts in this repository are not tuned for production use.

Quick Start - ONTAP

If you are a customer, partner or NetApp employee:

  1. Please use the virtual hands-on lab (log in with your NetApp support account):

  2. Log into the Ansible Linux host ("ansible.demo.netapp.com") and clone this repository:

    # git clone https://github.com/AdrianBronder/ntap-automation.git
    
  3. Initialize the environment by running the lab init script:

    # sudo ./ntap-automation/ntaplod_init/ontapapi_sl10599_init.sh
    
  4. Execute scripts from subfolders depending on type of solution, method and task, e.g.: ontap9 --> python --> create SVM

    # ./ntap-automation/ontap9/ansible/21_create_pri_svm.yml
    # ./ntap-automation/ontap9/curl/02_get_svm_details.curl
    # ./ntap-automation/ontap9/python/90_delete_all.py
    

Quick Start - StorageGRID

If you are a customer, partner or NetApp employee:

  1. Please use the virtual hands-on lab (log in with your NetApp support account):

  2. Log into the first Linux machine (Linux1) and make sure "git" utilities are installed on the machine:

    # yum install git -y
    
  3. Clone this repository:

    # git clone https://github.com/AdrianBronder/ntap-automation.git
    
  4. Initialize the environment by running the lab init script (Ansible collections for StorageGRID have to be loaded and installed manually):

    # ./ntap-automation/ntaplod_init/storagegrid_sl10610_init.sh
    
  5. Execute scripts from subfolders depending on type of solution, method and task, e.g.: storagegrid --> ansible --> create tenant

    # ./ntap-automation/storagegrid/ansible/21_create_tenant.yml
    

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.