Git Product home page Git Product logo

ots-kvm-demo-ansible's Introduction

About this repository

This set of roles and playbooks demonstrates automating the following:

  • Preparing a KVM host
  • Installing the ONTAP Select Deploy VM
  • Creating an ONTAP Select cluster
  • Configuring an ONTAP Cluster

There are additional playbooks to demonstrate other operational tasks.

Adjust variables to fit your environment

The end state variables are defined as inventory vars in YAML format in inventory/inventory.yml

Additional examples are in inventory/inventory-reference.yml

Example vault credentials are in the vars folder.

The inventory/inventory.yml file is set as the default inventory in ansible.cfg

Install Ansible & NetApp Collections

ansible-galaxy install -r requirements.yml

Prepare the KVM hosts

ansible-playbook playbooks/kvm_host_prep.yml

And individual host can be targeted with the limit (-l) parameter

ansible-playbook playbooks/kvm_host_prep.yml -l host01

Install ONTAP Select Deploy

ansible-playbook playbooks/ots_deploy_install.yml 

Create the ONTAP Select cluster

ansible-playbook playbooks/ots_cluster_create.yml 

To create only one cluster from the inventory, use the limit (-l) parameter:

ansible-playbook playbooks/ots_cluster_create.yml -l demo1

Configure the ONTAP Select cluster

ansible-playbook playbooks/ots_cluster_configure.yml 

To configure only one cluster from the inventory, use the limit (-l) parameter:

ansible-playbook playbooks/ots_cluster_configure.yml -l demo1

ots-kvm-demo-ansible's People

Contributors

madlabber 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.