NetApp Insight 2018 – IAS Update and Demos

Hey everyone. I hope you're all doing well as always. NetApp Insight 2018 was last week and for the first time, I was able to attend. There was some concern that my wife might go into labor while I was gone, but the little one was nice enough to hang out through the conference. With that said, let's review some of the IAS stuff we did at Insight. IAS had a speaking session on Tuesday that had a solid turnout from attendees. The focus was on our updated Ansible demo that shows Ansible working its magic on EC2 instances and NetApp Cloud ONTAP. Shawn Hamby also did a great overview of Cloud Volume Service and Cloud Volumes ONTAP, and the benefits of each. We also showed a little demo on Ansible Tower and how the entire set of playbooks we had already done in Ansible Engine could be combined into a single Tower Workflow. I think attendees were pleased that the session...
Read More

Ansible Demo v2 – Scaling to AWS EC2 using Red Hat Ansible and Leveraging NetApp Cloud ONTAP

Hey folks. I hope everyone is doing well. A real quick update on the Ansible Demo that we build several months ago for Red Hat Summit in San Francisco. The original demo was build mostly using the RAW module because at the time of the creation of the demo, NetApp had not yet published modules that would be relevant to the demo. However, that's all changed over the past few months and now NetApp has more Ansible modules than any other storage vendor. Hats off to David Blackburn and his team for working on it and keeping the updates rolling. With all of the changes, we decided to make a version two of the Ansible demo to showcase more NetApp modules than RAW commands. We still cannot completely move away from RAW commands as things, like collecting ONTAP version information and setting a Junction Path during a clone operation, are just not 100% available yet via a module. But at least we...
Read More

Red Hat Summit 2018 – Ansible Demo with NetApp Cloud Manager – Part Two – The Playbooks

It was asked to have the playbooks shared with the community from the Ansible demo that was presented at the Red Hat Summit. Down below, I have each of the playbooks posted for anyone to take a look at and review. Please note that since this was my first time messing around with Ansible, there are most likely cleaner ways to do some of these activities, but these worked for our demo and should be a good starting point for others that want to try it out. Each playbook was broken into sections, but there's no reason that you could not put all of these into a single playbook. With that said, here you go! Playbook #1 - Basic Provisioning of EC2 instances in AWS. --- # Basic provisioning of EC2 instances. - name: Create AWS resources hosts: localhost connection: local gather_facts: False tasks: - name: Create an EC2 instance ec2: aws_access_key:...
Read More