The ungleich virtualisation infrastructure » History » Version 5
Nico Schottelius, 11/11/2018 01:03 PM
1 | 1 | Nico Schottelius | h1. The ungleich virtualisation infrastructure |
---|---|---|---|
2 | |||
3 | 4 | Nico Schottelius | {{toc}} |
4 | |||
5 | 1 | Nico Schottelius | h2. Status |
6 | |||
7 | This document is *IN PROGRESS*. |
||
8 | |||
9 | h2. Overview / Technologies |
||
10 | |||
11 | We are using a combination of |
||
12 | |||
13 | * OpenNebula:https://opennebula.org/ |
||
14 | * Django:https://www.djangoproject.com/ |
||
15 | * Heavy focus on IPv6 first (or even only) |
||
16 | |||
17 | 5 | Nico Schottelius | h2. Networking in general |
18 | |||
19 | * Virtual machines are connected to an internal 10 Gbit/s network |
||
20 | * Uplink for all VMs is 1 Gbit/s |
||
21 | * We have a fair use policy: |
||
22 | ** As long as you don't infer / reduce other people's experience, no action will be taken |
||
23 | ** If the VM is using excessive bandwidth over a longer time, we take the right to either throttle or suspend your VM |
||
24 | |||
25 | |||
26 | |||
27 | 1 | Nico Schottelius | h2. IPv6 Networking |
28 | |||
29 | * All our VMs get an IPv6 address assigned to by OpenNebula |
||
30 | 2 | Nico Schottelius | * Every customer can request a */64 per VM* for free by email |
31 | 1 | Nico Schottelius | ** This process is going to be replaced by an API in the near future (as of 2018-11-11) |
32 | * Additional networkinging options like /56 or /48 |
||
33 | ** On request / with a good use case |
||
34 | 3 | Nico Schottelius | |
35 | h3. IPv6 address assignements |
||
36 | |||
37 | * Currenty the IP addresses are assigned to by OpenNebula using its contextualisation |
||
38 | * The method is SLAAC-alike (embeds the mac) but does not use RAs |
||
39 | * There is no DHCPv6 being used |