The ungleich virtualisation infrastructure » History » Version 4
Nico Schottelius, 11/11/2018 12:23 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 | h2. IPv6 Networking |
||
18 | |||
19 | * All our VMs get an IPv6 address assigned to by OpenNebula |
||
20 | 2 | Nico Schottelius | * Every customer can request a */64 per VM* for free by email |
21 | 1 | Nico Schottelius | ** This process is going to be replaced by an API in the near future (as of 2018-11-11) |
22 | * Additional networkinging options like /56 or /48 |
||
23 | ** On request / with a good use case |
||
24 | 3 | Nico Schottelius | |
25 | h3. IPv6 address assignements |
||
26 | |||
27 | * Currenty the IP addresses are assigned to by OpenNebula using its contextualisation |
||
28 | * The method is SLAAC-alike (embeds the mac) but does not use RAs |
||
29 | * There is no DHCPv6 being used |