Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i install on RHEL 8 #19

Open
shailendra-singh93 opened this issue Jul 9, 2020 · 1 comment
Open

How do i install on RHEL 8 #19

shailendra-singh93 opened this issue Jul 9, 2020 · 1 comment

Comments

@shailendra-singh93
Copy link

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.

@jagadeeshnv
Copy link
Collaborator

@shailendra-singh93
pip install omsdk or pip3 install omsdk should help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants