Skip to end of metadata
Go to start of metadata

Before starting...

If you want to deploy a Network Node with a dedicated Network Interface for the public traffic, then you need three Network Interfaces and add this configuration manually in the /etc/network/interfaces file:

auto eth1
iface eth1 inet static
        address PUBLIC_IP
        netmask 255.255.255.0
        network PUBLIC_NETWORK
        broadcast PUBLIC_BROADCAST_ADDRESS
        gateway PUBLIC_GATEWAY

You can reboot or simply execute this command:

ifup eth1

Configure the network

The component needs to pass these 4 steps to install it successfully.

Check hardware requirements

The Smart Installer checks if the hardware supports Openstack. Please review the System requirements before continuing.

Check software requirements

The Smart Installer checks if the operating system supports Openstack. Please review the System requirements before continuing.

Warning
Ignore messages about an outdated version of the distro.

Configure Network Topology

The Network node can use three different networks:

  • Openstack Management Network
  • Public Network
  • Service Network
    Choose which network card will be used for each network. Keep in mind that Service Network cannot share the Network Interface with any other Network. Management and Public Networks can share the same NIC.
Configure Network Parameters

The Network Node inherits all the global parameters to work. So, if you need to modify a parameter keep in mind that the global parameter will be unaltered. We strongly recommend not to modify any parameter given by default if you are not an expert. You don't need to modify any parameter.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.