The ungleich virtualisation infrastructure » History » Version 3
Nico Schottelius, 11/11/2018 12:23 PM
1 | 1 | Nico Schottelius | h1. The ungleich virtualisation infrastructure |
---|---|---|---|
2 | |||
3 | h2. Status |
||
4 | |||
5 | This document is *IN PROGRESS*. |
||
6 | |||
7 | h2. Overview / Technologies |
||
8 | |||
9 | We are using a combination of |
||
10 | |||
11 | * OpenNebula:https://opennebula.org/ |
||
12 | * Django:https://www.djangoproject.com/ |
||
13 | * Heavy focus on IPv6 first (or even only) |
||
14 | |||
15 | h2. IPv6 Networking |
||
16 | |||
17 | * All our VMs get an IPv6 address assigned to by OpenNebula |
||
18 | 2 | Nico Schottelius | * Every customer can request a */64 per VM* for free by email |
19 | 1 | Nico Schottelius | ** This process is going to be replaced by an API in the near future (as of 2018-11-11) |
20 | * Additional networkinging options like /56 or /48 |
||
21 | ** On request / with a good use case |
||
22 | 3 | Nico Schottelius | |
23 | h3. IPv6 address assignements |
||
24 | |||
25 | * Currenty the IP addresses are assigned to by OpenNebula using its contextualisation |
||
26 | * The method is SLAAC-alike (embeds the mac) but does not use RAs |
||
27 | * There is no DHCPv6 being used |