This article is part of a series that discusses the REST API’s of various DellEMC storage platforms. In a previous article we introduced the PowerStore REST API and showed a few tricks and best practices. In this article we will show a step-by-step example of using the DellEMC […]
This blog post is 4th part of REST API with DellEMC Storage blog series. In earlier posts we discussed what is REST API and how to use it with XtremIO, PowerMax and Unity. In this post, we will discuss how you can manage Dell EMC PowerStore storage system […]
Today we will be discussing the details and artefacts of Project Vision. This project leverages Postman’s import collection capabilities to provide sample API calls. It provides API examples for the following products: PowerMax XtremIO Unity PowerFlex(formerly ScaleIO and VxFlex) PowerStore PowerOne VPLEX – Courtesy of Ankur Patel […]
In today’s article I wanted to share some work I have been doing recently, specifically a prototype for an on-prem Storage-as-a-Service (STaaS) with DellEMC PowerStore A few years ago we used to hear a lot the “we have a cloud-first policy” and this of course meant “public cloud”. […]
This blog is the continuation of Ansible with DellEMC storage multi-part blog. In the last (5th part) of this blog series, we discussed how to install Ansible AWX / Tower in a docker container and Dell EMC Ansible modules inside the Ansible AWX / Tower container. In this […]
This blog is the continuation of Ansible with DellEMC storage multi-part blog. In this 5th part, we will discuss about Ansible Tower (using AWX) and how to install and configure the same. Overview In my posts till now you might noticed that I have only used command line option to […]
Recently while I was trying to install AWX using Ansible I came across below error on Centos. While this error was referring to missing pip package “docker-compose”, but when I tried to install the same it gave below error stating that it’s already installed. After trying multiple solutions […]
I recently came across a strange issue while installing Docker on CentOS (version 8) machine. Issue – When I tried below options to install docker on my machine I got the same error every time. Installation Commands Used Error message received Resolution – To resolve this issue, first […]
I have seen this error multiple times during my Ansible playbooks execution but always ignored it because I always got the expected result. Eventually, I wanted to get rid of any errors/warnings from my final version of the playbook and wanted to take care of this error as […]
I have been working with Ansible for automating Kubernetes deployment using CentOS VM templates. As a pre-requisite we need to ensure net.bridge.bridge-nf-call-iptables and net.bridge.bridge-nf-call-ip6tables is set to 1. I created below tasks in my Ansible role playbook. But when I executed this playbook I got below error After […]