-
Notifications
You must be signed in to change notification settings - Fork 7
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
cisco.ucs.ucs_vnic_template #24
Comments
Hi @TDC-MJU , Sounds like you are trying to change some LLDP and QOS profile settings. If you have a look at the
Based on the above, I don't think LLDP is optional parameter (future PR maybe?) but you can change the
I hope that helps. |
Yeah, definitely just ran into this. Everything was reset template type, mac pool, etc. That was a bit unexpected when I was just adding a vlan to the vnic. |
This definitely needs to be fixed. This bug took down almost our whole organization. We automated adding/removing vlans from ucs, which included vlan groups. the code removes the vlan from the vnic template but because we only had the vlan_list defined and not template_type it changed the template type from updating to initil, then the vlan was removed from the vlan group and all of the service profiles associated with the vnic templates unpinned their nics because the Service Profiles didn't update when the vlan was removed from the vnic template and couldn't pin to an interface. |
Hi there
when i use cisco.ucs.ucs_vnic_template to update a vnic template, i can see that any settings that is not defined in the playbook,will be set to default. In my case, LLDP profile and QOS profile will be set to default (none)
cisco.ucs.ucs_vnic_template:
<<: *aci_login
template_type: updating-template
name: vm-network-a
peer_redundancy_template: vm-network-b
org_dn: org-root/org-hx-clu-01-dc1
redundancy_type: primary
fabric: A-B
vlans_list:
native: 'no'
with_items: '{{ aci_model_data|aci_listify("hyperflex") }}'
The text was updated successfully, but these errors were encountered: