|
| 1 | +.. Licensed to the Apache Software Foundation (ASF) under one |
| 2 | + or more contributor license agreements. See the NOTICE file |
| 3 | + distributed with this work for additional information# |
| 4 | + regarding copyright ownership. The ASF licenses this file |
| 5 | + to you under the Apache License, Version 2.0 (the |
| 6 | + "License"); you may not use this file except in compliance |
| 7 | + with the License. You may obtain a copy of the License at |
| 8 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + Unless required by applicable law or agreed to in writing, |
| 10 | + software distributed under the License is distributed on an |
| 11 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 12 | + KIND, either express or implied. See the License for the |
| 13 | + specific language governing permissions and limitations |
| 14 | + under the License. |
| 15 | +
|
| 16 | +The Netris Plugin |
| 17 | +================= |
| 18 | + |
| 19 | +Introduction |
| 20 | +------------ |
| 21 | + |
| 22 | +The Netris Plugin introduces Netris as a network service provider in CloudStack to be able to create and manage Virtual Private Clouds (VPCs) in CloudStack, being able to orchestrate the following network functionalities: |
| 23 | + |
| 24 | +- Network segmentation with Netris-VXLAN isolation method |
| 25 | +- Routing between “public” IP and network segments with an ACS ROUTED mode offering |
| 26 | +- SourceNAT, DNAT, 1:1 NAT between “public” IP and network segments with an ACS NATTED mode offering |
| 27 | +- Routing between VPC network segments (tiers in ACS nomenclature) |
| 28 | +- Access Lists (ACLs) between VPC tiers and "public" network (TCP, UDP, ICMP) both as global egress rules and “public” IP specific ingress rules. |
| 29 | +- ACLs between VPC network tiers (TCP, UDP, ICMP) |
| 30 | +- External load balancing – between VPC network tiers and “public” IP |
| 31 | +- Internal load balancing – between VPC network tiers |
| 32 | +- CloudStack Virtual Router services (DHCP, DNS, UserData, Password Injection, etc…) |
| 33 | + |
| 34 | + |
| 35 | +Supported Versions |
| 36 | +------------------ |
| 37 | + |
| 38 | +.. cssclass:: table-striped table-bordered table-hover |
| 39 | + |
| 40 | ++--------------+----------------------+----------------+ |
| 41 | +| Hypervisor | CloudStack Version | Netris Version | |
| 42 | ++==============+======================+================+ |
| 43 | +| KVM | >= 4.20 | 4.4.0 | |
| 44 | ++--------------+----------------------+----------------+ |
| 45 | + |
| 46 | +Table: Supported Versions |
0 commit comments