Jump to: navigation, search

Difference between revisions of "StarlingX/Installation Guide"

(Bare Metal)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
 +
 +
See the [https://docs.starlingx.io/deploy_install_guides/index.html StarlingX Deploy and Installation Guide] for information on installing StarlingX.  This wiki page has been deprecated.
 +
 +
<!--
 +
 
== Intro ==
 
== Intro ==
  
Line 21: Line 27:
 
*** Dual-CPU Intel® Xeon® E5 26xx Family (SandyBridge) 8 cores/socket
 
*** Dual-CPU Intel® Xeon® E5 26xx Family (SandyBridge) 8 cores/socket
 
** Minimum Memory: 64 GB
 
** Minimum Memory: 64 GB
** Hard Drives
+
** Hard Drives:
 
*** Primary Hard Drive, minimum 500 GB for OS and system databases.
 
*** Primary Hard Drive, minimum 500 GB for OS and system databases.
 
*** Secondary Hard Drive, minimum 500 GB for persistent VM storage.
 
*** Secondary Hard Drive, minimum 500 GB for persistent VM storage.
** Two physical Ethernet interfaces
+
** 2 physical Ethernet interfaces: OAM and MGMT Network.
** USB boot support
+
** USB boot support.
** PXE boot support
+
** PXE boot support.
 
* '''Storage Hosts'''
 
* '''Storage Hosts'''
 
** Minimum Processor is:
 
** Minimum Processor is:
*** Dual-CPU Intel® Xeon® E5 26xx Family (SandyBridge) 8 cores/socket
+
*** Dual-CPU Intel® Xeon® E5 26xx Family (SandyBridge) 8 cores/socket.
** Minimum Memory: 64 GB
+
** Minimum Memory: 64 GB.
** Hard Drives
+
** Hard Drives:
 
*** Primary Hard Drive, minimum 500 GB for OS.
 
*** Primary Hard Drive, minimum 500 GB for OS.
 
*** 1 or more additional Hard Drives for CEPH OSD storage, and
 
*** 1 or more additional Hard Drives for CEPH OSD storage, and
 
*** Optionally 1 or more SSD or NVMe Drives for CEPH Journals.
 
*** Optionally 1 or more SSD or NVMe Drives for CEPH Journals.
** Three physical Ethernet interfaces
+
** 1 physical Ethernet interface: MGMT Network
** PXE boot support
+
** PXE boot support.
 
* '''Compute Hosts'''
 
* '''Compute Hosts'''
** Primary Hard Drive, minimum 500 GB for OS and system databases.
+
** Minimum Processor is:
** Secondary Hard Drive, minimum 500 GB for persistent VM storage.
+
*** Dual-CPU Intel® Xeon® E5 26xx Family (SandyBridge) 8 cores/socket.
** Minimum Processor, Dual-CPU Intel® Xeon®
+
** Minimum Memory: 32 GB.
** Minimum Memory: 32 GB
+
** Hard Drives:
** Three physical Ethernet interfaces
+
*** Primary Hard Drive, minimum 500 GB for OS.
** PXE boot support
+
*** 1 or more additional Hard Drives for ephemeral VM Storage.
 +
** 2 or more physical Ethernet interfaces: MGMT Network and 1 or more Provider Networks.
 +
** PXE boot support.
 
<br>
 
<br>
 
The recommended minimum requirements for the physical servers are described later in each StarlingX Deployment Options guide.
 
The recommended minimum requirements for the physical servers are described later in each StarlingX Deployment Options guide.
Line 49: Line 57:
 
=== Virtual Environment ===
 
=== Virtual Environment ===
  
The recommended minimum requirements for the workstation, running the Virtual Machine(s) where StarlingX will be deployed, include:
+
The recommended minimum requirements for the workstation, hosting the Virtual Machine(s) where StarlingX will be deployed, include:
  
 
==== Hardware Requirements ====
 
==== Hardware Requirements ====
Line 76: Line 84:
 
==== Deployment Environment Setup ====
 
==== Deployment Environment Setup ====
  
This section describes how to set up a StarlingX system in a workstation computer. After completing these steps, you will be able to deploy and run your StarlingX system on the following Linux distribution:
+
This section describes how to set up the workstation computer which will host the Virtual Machine(s) where StarlingX will be deployed.
 
 
* Ubuntu 16.04 LTS 64-bit
 
  
 
===== Updating Your Operating System =====
 
===== Updating Your Operating System =====
Line 130: Line 136:
 
=== Virtual Environment ===
 
=== Virtual Environment ===
  
Copy the StarlingX ISO Image to the ''<stx-deployment>'' libvirt project directory:
+
Copy the StarlingX ISO Image to the stx-tools deployment libvirt project directory:
  
 
<pre><nowiki>
 
<pre><nowiki>
Line 144: Line 150:
 
** [[StarlingX/Installation Guide/Duplex|StarlingX Cloud Duplex]]
 
** [[StarlingX/Installation Guide/Duplex|StarlingX Cloud Duplex]]
 
** [[StarlingX/Installation Guide/Simplex|StarlingX Cloud Simplex]]
 
** [[StarlingX/Installation Guide/Simplex|StarlingX Cloud Simplex]]
 +
 +
-->

Latest revision as of 20:53, 26 July 2019


See the StarlingX Deploy and Installation Guide for information on installing StarlingX. This wiki page has been deprecated.