Jump to: navigation, search

Difference between revisions of "Horizon-NFV-configuration"

(Created page with "== Network Function Virtualization -- Horizon Dashboard Support == OpenStack Neutron is being extended to support Network Function Virtualization, the ability to request and...")
 
(Network Function Virtualization -- Horizon Dashboard Support)
Line 9: Line 9:
 
# Provide a list of service VM options given a type (that auto fills the glance image behind the scenes)
 
# Provide a list of service VM options given a type (that auto fills the glance image behind the scenes)
 
# Configure standard options for the service VM
 
# Configure standard options for the service VM
 +
# Provide the ability to configure advanced options.
 +
 +
=== Horizon Screens & Flow ===
 +
# User Instance Dashboard shows whether an instance is an NFV instance. Acceptable values are pre-defined, FWaaS, IDaaS, LBaaS etc.

Revision as of 23:49, 16 March 2014

Network Function Virtualization -- Horizon Dashboard Support

OpenStack Neutron is being extended to support Network Function Virtualization, the ability to request and deploy virtual machines (VMs) that provide common network services. These include Fire Wall as a Service (FWaaS), Load Balancer as a Service (LBaaS), Virtual Private network as a Service (VPNaaS), Intrusion Detection (IDaaS) and more. We shall refer to this category of VMs as service VMs. Further, OpenStack seeks to support plugin implementations of the service VMs, and allow cloud users a choice of implementations and pricing models.

The Horizon dashboard allows cloud users to request a VM and configure various aspects, such as flavor (hard ware and other characteristics desired), the VM image to be used (from a list of options in Glance the image repository). This is in addition to the ability to monitor all their VMs.

To ease the use of service VMs, we seek to provide in Horizon:

  1. Ability to request a Service VM type
  2. Provide a list of service VM options given a type (that auto fills the glance image behind the scenes)
  3. Configure standard options for the service VM
  4. Provide the ability to configure advanced options.

Horizon Screens & Flow

  1. User Instance Dashboard shows whether an instance is an NFV instance. Acceptable values are pre-defined, FWaaS, IDaaS, LBaaS etc.