Hi all,
I’m using ansible to create vm instances and all was good. UNTIL… I need to create an instance that uses SRIOV. typically in order to do this you create the port and tell it that the vnic_type is direct. I found the rest api variable and it is binding:vnic_type, and this is not in the OS_PORT module.
I set off trying to see if I could just add this and pass it thru. Well being that the key word has a colon, “binding:vnic_type” is proving to be a chore resulting in me banging my head against the screen.
Any ideas on how to swing the hammer to get this to work?
much appreciated,
Keith