Part of my job is to demonstrate the Red Hat OpenShift integration with Dell Technologies’ portfolio. Most of the time I repurpose my OCP infrastructure and re-install the cluster. This means using the same Bastion host to manage the new OCP cluster. There have been a couple of […]
Dell EMC CloudIQ combines proactive monitoring, machine learning, and predictive analytics so you can take quick action and simplify operations of your infrastructure. Earlier we had written a few blog posts on CloudIQ features, you can find them here. In the latest update, CloudIQ has released the support […]
While most of the vendors and their platforms (including DellEMC) are having Ansible modules published, but there are instances where functionality you’re trying to use isn’t covered in the available module or simply modules aren’t available at all. In such situations you’ve no choice than using Ansible URI […]
This blog is the continuation of Ansible with DellEMC storage multi-part blog. In the last (6th Part) of this blog series, we discussed how to prepare Ansible Tower/AWX with Dell EMC storage credentials. In this blog post, we will install Dell EMC PowerStore collection on Ansible AWX and go […]
There are many use cases where VxRAIL manager, VMware vCenter Console, or vSuite will not be enough for your goals in mind. So, for monitoring and management of your VxRAIL cluster, you can utilize the VxRAIL REST API for achieving your end goal in mind. There are multiple […]
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 […]