dell / dell/omsdk

How do i install on RHEL 8

Open
#19 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
63
Forks
22
PR merge metrics
No merged PRs in 30d

Description

# QwikContext
Trying to install omsdk on rhel 8

# Details
While trying to get Dell idrac Firmware details with Ansible module

TASK [Import Server Configuration Profile from a network] ***************************************************************************************************
fatal: [idrac_hosts]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/libexec/platform-python"}, "changed": false, "msg": "Dell EMC OMSDK library is required for this module"}

# Repro Steps
Create playbook as below:
---
- hosts: hosts
name: Get Installed Firmware Inventory
gather_facts: False

tasks:
- name: Import Server Configuration Profile from a network
idrac_server_config_profile:
idrac_ip: "IP"
idrac_user: "username"
idrac_password: "password"
command: "import"
share_name: "/home/ansible"
share_user: "username"
share_password: "password"
scp_file: "scp_filename.yml"
scp_components: "ALL"
job_wait: True

# Impact
Not able to install on rhel 8 server

# NeedBy
When do you need this issue fixed

# Severity
What is the severity of the issue.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.