Dashboard (Horizon)
Horizon is the graphical user interface for DT Cloud Services tenants. It is the implementation of OpenStack's dashboard, which provides a web-based interface to various OpenStack projects and services. Its modular architecture is based on Django and allows creating new dashboards by reusing its components. The design principles include out-of-the-box support for all core OpenStack projects, being extensible, easily manageable and stable.
For an introduction to Horizon, please see https://pannet.atlassian.net/l/c/og3uQiiR
The Horizon menu items correspond to a subset of openstack commands. The use and format of command arguments are described in the How-to Guides for the command-line interface listed in Table 1. Please note that some menu items may require special privileges or may not have been implemented yet.
Horizon menu item | How-to Guide/Tutorial | Remark |
---|---|---|
Compute/Overview | --- | Information only |
Compute/Instances | Create a compute instance, adding a security group or floating IP, and changing the state of the machine. | |
Compute/Images | ||
Compute/Key Pairs | Create a key pair in the project (or on the client) | |
Compute/Server Groups | ||
Volumes/Volumes | Create a volume and attach it to an instance | |
Volumes/Backups | --- | Not yet implemented |
Volumes/Snapshots | Take a snapshot of a volume | |
Volumes/Groups | --- | Not yet implemented |
Volumes/Group Snapshots | --- | Not yet implemented |
Network/Networks | Create a private network and subnet | |
Network/Routers | Create a router and provide internet access | |
Network/Security Groups | Create and assign security groups | |
Network/Load Balancers | Create the components of a load balancer | |
Network/Floating IPs | Allocate and assign a floating IP address to an instance | |
Network/Trunks | Create a network trunk from parent port and assign subports | |
Orchestration/Stacks | ||
Orchestration/Resource Types | --- | Information only |
Orchestration/Template Types | --- | Information only |
Orchestration/Template Generator | Design Heat templates for cloud infrastructure deployment |
Table 1. References to OpenStack commands related to Horizon menu items.