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 GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/20 02:14:00 UTC

[jira] [Commented] (CLOUDSTACK-10126) Separate Subnet for CPVM and SSVM

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

ASF GitHub Bot commented on CLOUDSTACK-10126:
---------------------------------------------

nvazquez opened a new pull request #2368: CLOUDSTACK-10126: Separate Subnet for SSVM and CPVM
URL: https://github.com/apache/cloudstack/pull/2368
 
 
   JIRA Ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-10126
   
   ### Background
   This extends work presented on #2048 on which the ability to extend the management range is provided. 
   
   ### Description
   By this feature it is possible to dedicate a created range for SSVM and CPVM (system vms) and provide a VLAN ID for its range.
   
   A new boolean global configuration is added: system.vm.management.ip.reservation.mode.strictness. If enabled, the use of System VMs management IP reservation is strict, preferred if not. Default value is false (preferred).
   - Strict reservation: System VMs should try to get a private IP from a range marked for system vms. If not available, deployment fails
   - Preferred reservation: System VMS will try to get a private IP from a range marked for system vms. If not available, IP for range not marked for system vms is taken.
   
   ### UI Changes
   - Management range creation:
   ![image](https://user-images.githubusercontent.com/5295080/34187659-4b99b404-e511-11e7-86a3-9db473fe87b0.png)
   
   - Ranges dedicated for system vms are marked with checkbox under 'System VMs' column:
   ![image](https://user-images.githubusercontent.com/5295080/34187735-9fda235a-e511-11e7-85eb-9191d42658e7.png)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Separate Subnet for CPVM and SSVM
> ---------------------------------
>
>                 Key: CLOUDSTACK-10126
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10126
>             Project: CloudStack
>          Issue Type: Improvement
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.11.0.0
>            Reporter: Nicolas Vazquez
>            Assignee: Nicolas Vazquez
>
> Separate Management Subnet for CPVM and SSVM



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