-
Notifications
You must be signed in to change notification settings - Fork 28
Quick Start
This tutorial should get you from zero, to running your first Danube Cloud Community Edition compute node.
The first server in your Danube Cloud data center is a little bit special, and in the past it was also called "head node".
You might have already checked out our GitHub repository and found out that the Danube Cloud consists of many components. DON'T PANIC :) you don't need to assemble the components by yourself, unless you are interested in contributing or extending Danube Cloud with your own. To set up a Danube Cloud compute node you will need the following items:
- One free range physical server connected to a network (NTP, DNS)
- USB drive with at least 6GB capacity
- First Compute Node image
- Configuration information for your new Compute node (see list below)
Before you start, you should check your hardware against our requirements and HW compatibility list. However, any reasonably new server should work.
- CPU: Intel x86 with VT-x and EPT support, preferably Xeon
- RAM: minimum of 4GB, preferably 8GB+
- Hard drives: SSD, SAS, SATA. Preferably without any hardware RAID (ZFS likes to have direct access to disks)
- Network: internet connection or access to your local DNS and NTP server (advanced installation)
We assume you are using a Linux machine to prepare the bootable USB drive. To prepare the bootable USB drive on different operating systems check our USB preparation guide.
First, download the latest First Compute Node (hn) image from a URL available in the download section.
Note that First compute node images have a esdc-ce-hn-*
prefix as opposed to normal Compute nodes, which are denoted by esdc-ce-cn-*
.
$ wget http://download.erigones.org/esdc/usb/stable/esdc-ce-hn-latest.img.gz
$ sha1sum esdc-ce-hn-latest.img.gz
ea0efd822302816d1f6690898870cf2fd985951f esdc-ce-hn-latest.img.gz
Check the SHA1 of your .img.gz
against corresponding .notes
file http://download.erigones.org/esdc/usb/stable/esdc-ce-hn-latest.notes.
Copy the image to your USB
# dd bs=1MB if=esdc-ee-hn-2.6.0.img of=/dev/sdX
This may take a while.
Once the dd
command has finished copying the image, take the USB to your server, plug it in and start/restart the server.
You will be greeted with a GRUB boot menu. Select the first option. Next you will enter the configuration dialog, where you will be asked to provide compute node node configuration information.
In case you are re-installing a server with Danube Cloud or SmartOS, you should read the re-installation section in our User Guide.
- Data Center name: name of your data center
- Network card: which interface will be used for the admin network
- Admin Network IP: IP of the compute node on the admin network
- Admin Network mask: size of your admin network
- Default gateway: default gateway in your datacenter
- Disk pool configuration: configuration of the main zpool (called zones)
- System hostname: server FQDN
- Management IP: IP address of the management VM
- Configuration DB master password: will be required during installation of other compute nodes
- Administrator's email address:
During installation you will be asked whether to install to HDD or not. The HDD configuration is out of the scope of this quick-start guide. Please consult the official User Guide for more information.
At the end of the installation, information about your current Danube Cloud configuration will be displayed.
The important information, that you need to save for future use, is the monitoring username/password.
Navigate your web browser to the management IP address that you entered during installation and start using Danube Cloud.
Homepage | User Guide | API Reference | Wiki