Skip to content

Not able to configure ipmi #17

@tanmayx

Description

@tanmayx

Run the below task -

tasks:
    - name: enable ipmi case1
      cisco_imc_ipmi:
        state: present
        priv: user
        ip: '{{ imc_ip }}'
        username: '{{ imc_username }}'
        password: '{{ imc_password }}'

Output -

ansible-playbook -i inventory create_config/test_create_ipmi.yml 

PLAY [imc] **********************************************************************************************************************************************

TASK [Gathering Facts] **********************************************************************************************************************************
ok: [classic_imc16]

TASK [enable ipmi case1] ********************************************************************************************************************************
ok: [classic_imc16]

PLAY RECAP **********************************************************************************************************************************************
classic_imc16              : ok=2    changed=0    unreachable=0    failed=0 

Nothing changes on the CIMC GUI, tried with priv values user, admin and read-only.
In cisco_imc_ipmi.py module, the values of server_id are mentioned as read-only, user and admin. It should be default value 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions