Giter Club home page Giter Club logo

ansible-isilon's Introduction

Ansible Modules for Dell EMC Isilon

The Ansible Modules for Dell EMC Isilon allow Data Center and IT administrators to use RedHat Ansible to automate and orchestrate the configuartion and management of Dell EMC Isilon arrays.

The capabilities of the Ansible modules are managing users, groups, access zones, file system, nfs exports, smb shares, snapshots, snapshot schedules and smart quotas; and to gather facts from the array. The tasks can be executed by running simple playbooks written in yaml syntax.

Supported Platforms

  • Dell EMC Isilon Arrays version 8.0 and above.

Prerequisites

  • Ansible 2.7 or higher
  • Python >= 2.7.12
  • Red Hat Enterprise Linux 7.6
  • Python SDK for Isilon ( version 8.1.1 )

Idempotency

The modules are written in such a way that all requests are idempotent and hence fault-tolerant. It essentially means that the result of a successfully performed request is independent of the number of times it is executed.

List of Ansible Modules for Dell EMC Isilon

  • File System Module
  • Access Zone Module
  • Users Module
  • Groups Module
  • Snapshot Module
  • Snapshot Schedule Module
  • NFS Module
  • SMB Module
  • Smart Quota Module
  • Gather Facts Module

Installation of SDK

Install python sdk named 'isi-sdk-8-1-1'. It can be installed using pip, based on appropriate python version.

Installation of Ansible Modules

git clone https://github.com/dell/ansible-isilon.git
cd ansible-isilon/dellemc_ansible
  • For Python 2.7
mkdir -p /usr/lib/python2.7/site-packages/ansible/module_utils/storage/dell
cp utils/* /usr/lib/python2.7/site-packages/ansible/module_utils/storage/dell 
cp isilon/library/* /usr/lib/python2.7/site-packages/ansible/modules/storage/dellemc/
cp doc_fragments/dellemc_isilon.py /usr/lib/python2.7/site-packages/ansible/plugins/doc_fragments/
  • For Python 3.5
mkdir -p /usr/lib/python3.5/site-packages/ansible/module_utils/storage/dell
cp utils/* /usr/lib/python3.5/site-packages/ansible/module_utils/storage/dell
cp isilon/library/* /usr/lib/python3.5/site-packages/ansible/modules/storage/dellemc/
cp doc_fragments/dellemc_isilon.py /usr/lib/python3.5/site-packages/ansible/plugins/doc_fragments/

Documentation

Check documentation from each module's file in /ansible-isilon/dellemc_ansible/isilon/library/

Examples

Check examples from each module's file in /ansible-isilon/dellemc_ansible/isilon/library/

Results

Each module returns the updated state and details of the entity. For example, if you are using the group module, all calls will return the updated details of the group. Sample result is shown in each module's documentation.

Support

  • Ansible modules for Isilon are supported by Dell EMC and are provided under the terms of the license attached to the source code.
  • For any setup, configuration issues, questions or feedback, join the Dell EMC Automation community.
  • For any Dell EMC storage issues, please contact Dell support at: https://www.dell.com/support.
  • Dell EMC does not provide support for any source code modifications.

ansible-isilon's People

Contributors

astripei70 avatar

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.