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 requirementsThe Smart Installer checks if the hardware supports Openstack. Please review the System requirements before continuing. |
|
||
Check software requirementsThe Smart Installer checks if the operating system supports Openstack. Please review the System requirements before continuing.
|
|
||
Configure Network TopologyThe Network node can use three different networks:
|
|
||
Configure Network ParametersThe 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. |
|