Cluster Management
Management Options
-
Managing the cluster is principally accomplished via Glasshouse, the management GUI.
-
In some cases, particularly for new features, the user may need to SSH directly in to the dashboard console to manage the cluster
Glasshouse GUI
Glasshouse is a user interface focused on streamlining administration and monitoring tasks. Create VMs quickly, update firewall rules simply, and create entire new tenancies in a few clicks.
Logging in
-
Using your web browser of choice, navigate to the URL which points to your HyperCloud installation e.g.
https://<dashboard IP>/
This will open Glasshouse, the HyperCloud management GUI (Graphical User Interface). Glasshouse is used administer the cluster and to create, manage, and share Virtual Machines. -
Enter your login credentials into the relevant text fields.
The dashboard IP & cluster admin password are specified in the dashboard configuration step of the Deployment Guide.
Cluster Authorized Keys
The Dashboard Console is authenticated using SSH keys. Use Glasshouse to add your public SSH key to the Cluster SSH Authorized Keys, or create a new key
- Navigate to the Cluster/SSH Keys panel in the Glasshouse GUI.
- Add the appropriate SSH keys to the
Cluster SSH Authorized Keys
text box. - Click the
add
button to apply.
The new SSH keys may take a short time to propagate through the cluster.
Dashboard Console
The [dashboard console] is an alternate way to manage the HyperCloud cluster.
To login to the dashboard console, an appropriate SSH key must first be added as one of the Cluster SSH Authorized Keys.
The dashboard IP is specified in the [dashboard configuration] step of the Installation guide.
- Log in as root:
ssh root@<dashboard IP>