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

Anthony Xu commented on CLOUDSTACK-1043:
----------------------------------------

As for Security Groups, CS has a table "security_group_vm_map" to track which 
VM is in which SGs, since SG will be changed to NIC level, this table might be 
changed to "security_group_nic_map", and upgrade needs to be handled, listVM 
API lists SGs on which this VM is in as well, listVMresponse might need to 
represent which SGs is on which NIC.

As for VPC, I found below links,

https://cwiki.apache.org/confluence/display/CLOUDSTACK/Inter-VLAN+Routing
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Amazon+vs+CloudStack+APIs+for+VPC
http://wiki.cloudstack.org/display/RelOps/Inter-VLAN+Routing+functional+spec


--Anthony


                
> Add AWS Style NIC support
> -------------------------
>
>                 Key: CLOUDSTACK-1043
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1043
>             Project: CloudStack
>          Issue Type: New Feature
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Management Server
>    Affects Versions: Future
>            Reporter: Simon Waterhouse
>
> The issue is to expose a virtual network interface card (NIC) as a standalone 
> entity in the CloudStack API that may be explicitly created/deleted and 
> attached/detached from a virtual machine. The intention is to follow the 
> pattern pioneered by Amazon with their Elastic Network Interface.
> A desgin document may be found at 
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/AWS+Style+NIC+support

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to