You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/16 06:47:00 UTC

[jira] [Commented] (CLOUDSTACK-9949) add ability to specify mac address when deployVirtualMachine or addNicToVirtualMachine is called

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16168840#comment-16168840 ] 

ASF subversion and git services commented on CLOUDSTACK-9949:
-------------------------------------------------------------

Commit 2bad9a6c11d6ac4353dbecffff69bed6f593166a in cloudstack's branch refs/heads/master from [~nathanejohnson]
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=2bad9a6 ]

CLOUDSTACK-9949: add ability to specify mac address (#2143)

Added ability to specify mac in deployVirtualMachine and
addNicToVirtualMachine api endpoints.

Validates mac address to be in the form of:
aa:bb:cc:dd:ee:ff , aa-bb-cc-dd-ee-ff , or aa.bb.cc.dd.ee.ff.

Ensures that mac address is a Unicast mac.

Ensures that the mac address is not already allocated for the
specified network.

> add ability to specify mac address when deployVirtualMachine or addNicToVirtualMachine is called
> ------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9949
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9949
>             Project: CloudStack
>          Issue Type: Improvement
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server, Network Controller
>         Environment: All
>            Reporter: Nathan Johnson
>            Assignee: Nathan Johnson
>            Priority: Minor
>
> Please allow specifying a mac address:
> 1) in deployVirtualMachine , as macaddress parameter (as with default networking) or with iptonetworklist mac parameter.
> 2) in addNicToVirtualMachine call, with macaddress parameter.
> This would migrating VMs from another environment into cloudstack.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)