You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I need for my project set MAC address. From Apache CloudStack API documentation I read: iptonetworklist | ip to network mapping. Can't be specified with networkIds parameter. Example: iptonetworklist[0].ip=10.10.10.11&iptonetworklist[0].ipv6=fc00:1234:5678::abcd&iptonetworklist[0].networkid=uuid&iptonetworklist[0].mac=aa:bb:cc:dd:ee::ff - requests to use ip 10.10.10.11 in network id=uuid
According to parameters of cs_instance. This should be possible via ip_to_networks, but only name (converted to networkid) and ip is passed. As you can see here.
Can you, please, repair it or do you accept pull requests?
The text was updated successfully, but these errors were encountered:
I am not completely sure if the mac address can be set for all network providers, I am actually interested in setting up the mac address for virtual routers, but I am not sure it is possible.
Sorry about writting into closed issue. I want only response: My use case is: I need VM with predefined MAC address because of software license I need to use, is released for a certain MAC address. Ansible should spawn VM, install SW and after work expunge this VM (second playbook).
Hello,
I need for my project set MAC address. From Apache CloudStack API documentation I read:
iptonetworklist | ip to network mapping. Can't be specified with networkIds parameter. Example: iptonetworklist[0].ip=10.10.10.11&iptonetworklist[0].ipv6=fc00:1234:5678::abcd&iptonetworklist[0].networkid=uuid&iptonetworklist[0].mac=aa:bb:cc:dd:ee::ff - requests to use ip 10.10.10.11 in network id=uuid
According to parameters of cs_instance. This should be possible via
ip_to_networks
, but only name (converted to networkid) and ip is passed. As you can see here.Can you, please, repair it or do you accept pull requests?
The text was updated successfully, but these errors were encountered: