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

Setting SoL details throws error #15

Open
tanmayx opened this issue Jul 4, 2017 · 0 comments
Open

Setting SoL details throws error #15

tanmayx opened this issue Jul 4, 2017 · 0 comments

Comments

@tanmayx
Copy link

tanmayx commented Jul 4, 2017

IMC version: 3.0(3a) and 2.0(13e)

When trying to set the serial over lan details using cisco_imc_sol module, the playbook throws error.

Executed the below snippet -

- name: sol setup case1
      cisco_imc_sol:
        speed: 57600
        comport: com0
        ssh_port: 2000
        state: present
        ip: "{{ imc_ip }}"
        username: "{{ imc_username }}"
        password: "{{ imc_password }}"

Observed below error -

fatal: [imc17]: FAILED! => {"changed": false, "failed": true, "msg": "Unsupported parameters for (cisco_imc_sol) module: comport. Supported parameters include: com_port,ip,password,port,proxy,secure,server,server_id,speed,ssh_port,state,username"}

Also observed in cisco_imc_sol.py that parameter value of server_id is mentioned as read-only, admin, user instead of 1.

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

1 participant