Skip to content

[aci_l4l7_concrete_interface] path parameters should not be manadatory when selecting vnic (DCNE-715) #830

@andrej-tusay

Description

@andrej-tusay

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

When selecting a vNIC interface for a concrete device of a virtual type L4-L7 device, interface path parameters should not be mandatory: pod_id, node_id, interface.

Affected Module Name(s):

aci_l4l7_concrete_interface

APIC version and APIC Platform

V 6.1(5e) on-prem

Collection versions

cisco.aci 2.13.0

Output/ Error message

(fatal: [apic]: FAILED! => {"changed": false, "msg": "state is present but all of the following are missing: pod_id, node_id, interface"})

Expected Behavior

the vNIC interface should have been attached even without selecting a path.

Actual Behavior

The task fails.

Playbook tasks to Reproduce

cisco.aci.aci_l4l7_concrete_interface:
  tenant: "{{ tnt_name }}"
  device: "{{ lb_cluster_name }}"
  concrete_device: "{{ node }}"
  name: internal
  vnic_name: "{{ vnic }}"
  state: present

Important Factoids

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingjira-syncSync this issue to Jira

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions