I have following lan connectivity policy and want to know how to attach a vnic template to it cisco.intersight.intersight_rest_api:
<<: *api_info_fc
resource_path: /vnic/EthIfs
query_params:
$filter: "Name eq '{{ na...
i need to replace a server port cable from chassis to FI. This is affecting the second nic on a WM port group. I have active/active nic in place. can the cable be replaced with the esxi host and Vms running?
out network team said they cannot do VPC between our FI and nexus 7k. but they can do regular port channel. when they did this I am gettting my ports in suspended state. any idea?
this is the playbook I copied from the github repo but I keep getting error on the create vnic task---
- name: "Configure vNIC from Template"
hosts: localhost
connection: local
gather_facts: false
vars:
api_info: &api_info
api_priva...
i ran the playbook as a standalone but got this error : fatal: [localhost]: FAILED! => {"msg": "The conditional check 'vnic_resp.api_response is not defined or not vnic_resp.api_response.Results' failed. The error was: error while evaluating conditio...
I am not sure why the task to creaste the vnics is getting skipped. Here is my modified playbook. the vnic templates get created but not the missing vnics: vmnic0-vmnic7- name: "Configure vNIC Templates"
vars:
api_info: &api_info_vnic
api...
any idea? I looked at the chrome developer tools under network and tried"Cdn": {
"Source": "vnic"
"Value": "{{ vnic_template_fabA }}"
}but its not working