Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Author: Antxon Gonzalez

Info

This page defines key networking concepts in Abiquo

VM networks are virtual networks that use a VLAN tag on top of the hypervisor's network interfaces on the physical network.

The physical network interfaces belong to a network service type (NST), which identifies the network segment that the interface is connected to.

...

Before you add a physical machine to a datacenter, you need to create the rack it will belong to.

A rack is a logical set of physical machines providing the same level of compute service.

...

Expand
titleFurther information

Network service type

Every time you add a physical machine, you must choose its rack and specify the network service type (NST) its network interfaces are connected to.

...

Expand
titleFurther information

Cloud networks

Cloud networks in Abiquo are defined by their type, network service type (NST), and VLAN tag. This means that all VMs using a network will run on hypervisors with NICs of the corresponding NST.

...

There are three different kind of networks:

  • Private: Bound to the virtual datacenter (VDC) they were created in.
    The VLAN network tag is taken from the VLAN network tag pool of a rack automatically, bounding the network workload to it.

  • ExternalBound to a datacenter and a cloud tenant (enterprise).
    This means that the network VLAN tag has the same meaning for all racks in the datacenter.

  • PublicBound to a datacenter only.
    They are similar to external networks, but more than one enterprise may use them.

Private networks are bound to the rack they were defined in, and their VLAN network tags have no meaning outside this rack. This means that VDCs are bound to the rack their private networks are defined in.

External and public networks can be used in all racks in a datacenter. Their VLAN network tags must be defined in the infrastructure before you define them inside Abiquo.

...