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
- A new isolation method is added for the Core zone, with Advanced networking and KVM hypervisor: NETRIS
62
64
63
65
- When the NETRIS isolation method is selected, new steps are added to the zone creation wizard:
64
-
// TODO: Add image
65
-
66
66
- Netris Provider: in this step the administrator must provide:
67
67
- Netris provider URL along with an internal name for reference
68
68
- Netris provider credentials to login into the Netris provider
69
69
- Site name: The Netris Site Name to be linked to
70
70
- Admin Tenant Name: The name of the Admin Tenant on the Netris provider
71
71
- Netris tag: A tag to be used on each Netris VNET creation
72
72
73
-
// TODO: Add image
74
-
75
73
- Public traffic and Netris IP Pool: The public traffic is split in two sections.
76
74
- Public traffic: The first Public IP range defined on this section will be marked for system VMs (and a tag will be displayed accordingly, with the name 'systemvm'). The next Public IP ranges defined on this section will be available for VR Public IPs.
75
+
76
+
.. |Public IP Pool| image:: /_static/images/netris-sysvm-vr-ip-range.png
77
+
77
78
- Netris IP Pool: Administrators must provide the Public IP range to be used by VPC operations: Source NAT, Load Balancing, Port Forwarding, Static NAT (this range is marked with the tag 'netris')
78
79
80
+
.. |Netris Public IP Pool| image:: /_static/images/netris-public-ip-pool.png
81
+
79
82
- When a new zone is being created, CloudStack will check the Public IP ranges defined and will perform the following actions on Netris:
80
83
- Create an IPAM allocation for the Netris IP Pool range linked to the default VPC.
81
84
- If an existing IPAM allocation contains the Netris IP Pool provided, then the range must be created as a new IPAM subnet as a child entity of the existing allocation on Netris, with purpose: 'common'. The 'common' subnet purpose allows creating 'nat' and 'load-balancer' child subnets.
0 commit comments