...
Numberedheadings | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
An external network enables you to define IP ranges and a VLAN tag, to allow the virtual datacenters to connect directly to each other, or to other networks outside of the virtual infrastructure. For an external network, the administrator should configure the same VLAN tags on all switches in the Abiquo environment. Check that IP addresses for use outside Abiquo are reserved inside Abiquo. An unmanaged network is an external network with IPs managed outside of the Abiquo platform, for example, by a corporate DHCP server. Some external network configuration examples: External networking scenario Unmanaged networking scenario Further example of External Networking with MPLS Tunnel External networks can be used:
External networks are defined per physical datacenter, so the default external network needs to be configured for each physical datacenter that an enterprise is allowed to use. The sections below provide GUI and API workflows to create external networks as the default for an enterprise and links to the User's Guide and Developer's Guide for the external network functions used. The tasks in the workflows below may be performed by two different users. Typically, the first group of tasks would be performed by a cloud administrator user, and the second group of tasks could be performed by a cloud administrator or an enterprise administrator. GUI Workflow for Creating Default External NetworksThis section describes a basic GUI workflow for creating default external networks. This section is designed to give an introductory outline of the process. Create a new enterprise, assigning it to a datacenterWhen you set the default network for this enterprise, it will only apply to VMs that are created after the default network is set. If you are creating the enterprise in the API, remember that you must add an enterprise-datacenter limit for each datacenter your enterprise will access. Allow the new enterprise to access the datacenter. Create the external network in each physical datacenterGo to Infrastructure View, open your datacenter and click the Network tab. Click on the External page and click the + Add button to add a new network. Create IP addresses and click Accept. Next click the Available IPs link and make unavailable any of the IP addresses that you wish to use for administrative purposes, for example, the gateway address. For each physical datacenter enabled for the enterprise configure a default external networkYou can change the default network at any time, but the new default network will only be applied to new VMs created after you change it. Edit the enterprise, then edit the Allowed datacenter, and go to the Default VLAN tab. Select the external network. Create a virtual datacenterThe new virtual datacenter will get the default settings but these can be modified if required. The new default network will only be assigned to VMs that you create after you change the default network. API Workflow for Creating Default External NetworksThis section describes a basic API workflow for creating default external networks. This section is designed to give an introductory outline of the process. Check VLAN tag availabilityThe first step in creating a new external network is to check the VLAN tag availability in the datacenter where it will be used. Create the external network in each physical datacenterSupply an external network data entity. This requires an enterprise Create a new enterprise, assigning it to specific datacenterThis example assumes that your enterprise was not created yet. It is also possible to use an existing enterprise, but when you set the default network for this enterprise, it will only apply to VMs that are created after the default network is set. https://wiki.abiquo.com/api/latest/EnterprisesResource.html#create-an-enterprise For each physical datacenter enabled for the enterprise configure a default external networkYou can change the default network at any time, but the new default network will only be applied to new VMs created after you change it. Create a virtual datacenterThe new virtual datacenter will get the default settings but these can be modified if required. The new default network will only be assigned to VMs that you create after you change the default network. https://wiki.abiquo.com/api/latest/VirtualDatacentersResource.html#create-a-virtual-datacenter Create IP addresses on the external networkYou can create a single IP address or multiple IP addresses. |
...