15 Installing the Cloud Lifecycle Manager server #
This chapter will show how to install the Cloud Lifecycle Manager from scratch. It will run on SUSE Linux Enterprise Server 12 SP4, include the SUSE OpenStack Cloud extension, and, optionally, the Subscription Management Tool (SMT) server.
15.1 Registration and Online Updates #
Registering SUSE Linux Enterprise Server 12 SP4 during the installation process is required for getting product updates and for installing the SUSE OpenStack Cloud extension.
After a successful registration you will be asked whether to add the update repositories. If you agree, the latest updates will automatically be installed, ensuring that your system is on the latest patch level after the initial installation. We strongly recommend adding the update repositories immediately. If you choose to skip this step you need to perform an online update later, before starting the installation.
To register a product, you need to have a SUSE login. If you do not have such a login, create it at http://www.suse.com/.
15.2 Starting the Operating System Installation #
Installing SUSE Linux Enterprise Server for SUSE OpenStack Cloud requires the following steps, which are different from the default SUSE Linux Enterprise Server installation process.
For an overview of a default SUSE Linux Enterprise Server installation, refer to https://documentation.suse.com/sles/12-SP5/single-html/SLES-installquick/#art-sle-installquick.
Start the installation by booting into the SUSE Linux Enterprise Server 12 SP4 installation system.
15.3 Partitioning #
Create a custom partition setup using the
. The following setup is required:Two partitions are needed: one for boot, EFI or UEFI, and one for everything else.
If the system is using a UEFI BIOS, there must be a UEFI boot partition.
An LVM setup with no encryption is recommended, Btrfs will work. The file system must contain:
a volume group named
ardana-vg
on the first disk (/dev/sda
)a volume named
root
with a size of 50GB and an ext4 filesystem
no separate mount point for
/home
no swap partition or file (No swap is a general OpenStack recommendation. Some services such as rabbit and cassandra do not perform well with swapping.)
15.4 Creating a User #
Setting up Cloud Lifecycle Manager requires a regular user which you can set up during the
installation. You are free to choose any available user name except for
ardana
, because the ardana
user is reserved by SUSE OpenStack Cloud.
15.5 Installation Settings #
With https://documentation.suse.com/sles/15-SP1/single-html/SLES-deployment/#sec-yast-install-perform.
, you need to adjust the software selection for your Cloud Lifecycle Manager setup. For more information refer to theThe default firewall must be disabled, as SUSE OpenStack Cloud enables its own firewall during deployment.
SSH must be enabled.
Set text
as the .
15.5.1 Software Selection #
Installing a minimal base system is sufficient to set up the Cloud Lifecycle Manager. The following patterns are the minimum required:
SUSE OpenStack Cloud Extension)
(in case you have chosen to install the- (optional, also see
If you do not have a SUSE Manager or SMT server in your organization, or are planning to manually update the repositories required for deployment of the SUSE OpenStack Cloud nodes, you need to set up an SMT server on the Cloud Lifecycle Manager. Choose the pattern in addition to the patterns listed above to install the SMT server software.
15.5.2 Installing the SUSE OpenStack Cloud Extension #
SUSE OpenStack Cloud is an extension to SUSE Linux Enterprise Server. Installing it during the SUSE Linux Enterprise Server installation is the easiest and recommended way to set up the Cloud Lifecycle Manager. To get access to the extension selection dialog, you need to register SUSE Linux Enterprise Server 12 SP4 during the installation. After a successful registration, the SUSE Linux Enterprise Server 12 SP4 installation continues with the . Choose and provide the registration key you obtained by purchasing SUSE OpenStack Cloud. The registration and the extension installation require an Internet connection.
If you do not have Internet access or are not able to register during installation, then once Internet access is available for the Cloud Lifecycle Manager do the following steps:
tux >
sudo SUSEConnect -r SLES_REGISTRATION_CODEList repositories to verify:
ardana >
zypper lrRefresh the repositories:
tux >
sudo zypper ref
Alternatively, install the SUSE OpenStack Cloud after the SUSE Linux Enterprise Server 12 SP4 installation via › › . For details, refer to https://documentation.suse.com/sles/15-SP1/single-html/SLES-deployment/#sec-add-ons-extensions.