6 Service Configuration: Administration Server Network Configuration #
Prior to starting the SUSE OpenStack Cloud Crowbar installation, make sure the first network
interface (eth0
) gets a
fixed IP address from the admin network. A host and domain name
also need to be provided. Other interfaces will be automatically
configured during the SUSE OpenStack Cloud Crowbar installation.
To configure the network interface proceed as follows:
Start
› › .Switch to the
tab, select the interface with the identifier,eth0
and choose .Switch to the
tab and activate . Provide an IPv4 , a , and a fully qualified . Examples in this book assume the default IP address of192.168.124.10
and a network mask of255.255.255.0
. Using a different IP address requires adjusting the Crowbar configuration in a later step as described in Chapter 7, Crowbar Setup.Check the settings on the
tab. The device needs to be activated . Confirm your settings with .Back on the
dialog, switch to the tab and enter a . The address depends on whether you have provided an external gateway for the admin network. In that case, use the address of that gateway. If not, use xxx.xxx.xxx.1, for example,192.168.124.1
. Confirm your settings with .Choose
from the dialog and set the and . Examples in this book assume admin.cloud.example.com for the host/domain name.If the Administration Server has access to the outside, you can add additional name servers here that will automatically be used to forward requests. The Administration Server's name server will automatically be configured during the SUSE OpenStack Cloud Crowbar installation to forward requests for non-local records to those server(s).
Last, check if the firewall is disabled. Return to YaST's main menu (
) and start › . On › , the firewall needs to be disabled. Confirm your settings with .
Setting up the SUSE OpenStack Cloud will also install a DNS server for all nodes in the cloud. The domain name you specify for the Administration Server will be used for the DNS zone. It is required to use a sub-domain such as cloud.example.com. See Section 2.1.4, “DNS and Host Names” for more information.
The host name and the FQDN need to be resolvable with
hostname
-f
. Double-check whether
/etc/hosts
contains an appropriate entry for the
Administration Server. It should look like the following:
192.168.124.10 admin.cloud.example.com admin
It is not possible to change the Administration Server host name or the FQDN after the SUSE OpenStack Cloud Crowbar installation has been completed.