Sei sulla pagina 1di 16

UNIVERSIDAD TÈCNICA DEL NORTE

FACULTAD DE INGENIERÌA EN
CIENCIAS APLICADAS
HIPERCONVERGENCIA CON
PROXMOX VE
¿QUE ES LA HIPERCONVENGENCIA?

NETWORKING

VIRTUALIZACIÒN DE
UNA
STORAGE INFRAESTRUCTURA
IT

COMPUTADOR
COMPONENTES

• Proxmox Virtual Environment (GNU AGPL, V3)


– Management platform and high availability provider
KVM/Qemu (GPL, v2)
– Full virtualization solution for Linux
LXC (GNU LGPL, V2.1)
– Lightweight virtualization solution for Linux
• Ceph (GNU LGPL, V2.1)
– Distributed software defined storage
• Open vSwitch (Apache License 2.0)
– Software defined switch
Laboratorio PROXMOX + Cluster +
Ceph + HA
CEPH
COMPONENTES DEL CEPH
Open vSwitch

• Vlan support (802.1Q)


• Port mirroring
• Bonding nics with LACP
• QoS
• Geneve, GRE, VXLAN, STT, and LISP tunneling
# Creacion del bond0 entre eno1 y
eno2
• allow-vmbr0 bond0
• iface bond0 inet manual
• ovs_bridge vmbr0
• ovs_type OVSBond
• ovs_bonds eno1 eno2
• ovs_options bond_mode=balance-slb tag=1
vlan_mode=native-untagged
trunks=68,69,209,210,211,212,213,222,1
#Bridge al cual se unene todas las
vlans con la interfaz bond0
• auto vmbr0
• allow-ovs vmbr0
• iface vmbr0 inet manual
• ovs_type OVSBridge
• ovs_ports bond0 vlan68 vlan69 vlan209
vlan210 vlan211 vlan212 vlan213 vlan222
vlan1
CREACIÓN VLANS
• allow-vmbr0 vlan69
• iface vlan69 inet static
• ovs_type OVSIntPort
• ovs_bridge vmbr0
• ovs_options tag=69
CONFIGURACIÓN LACP EN SWITCH
3COM
• Configuracion modo trunk

• interface GigabitEthernet 1/0/2


• port link-type trunk
• port trunk permit vlan all
• port trunk pvid vlan 1 (vlan por defecto)

• Configuracion lacp

• link-aggregation group 1 mode static


• interface GigabitEthernet 1/0/2
• port link-aggregation group 1

• Comando ver configuraciones lacp


• display link-aggregation verbose [ agg-id ]
CREACIÓN DEL CLUSTER
apt-get update
apt-get install openvswitch-switch
cd /etc
cp hosts.new hosts
nano hosts
apt-get install ntp
cp ntp.conf.new ntp.conf
nano ntp.conf
service ntp restart
ntpq -p
TIEMPO PARA LEVANTAMIENTO DE LA
INFRAESTRUCTURA
Script de configuración Tiempos de
implemantación por 3
nodos y switch

Switch 3COM 5min


Instalación de Proxmox 30min
Open vSwitch, interfaces, 15min
host, NTP (red)

Cluster 10min
CEPH 20min
TIEMPO TOTAL 80min

Nota: como requisito previo todos los componentes deben estar


conectados de acuerdo al diagrama de red
MIGRACION EN CALIENTE.
ALTA DISPONIBILIDAD.

Potrebbero piacerti anche