N

N

Nagios

Nagios is an open-source monitoring solution that enables system administrators to effectively track the status of network, applications, services, operation system, and other critical components of their IT infrastructure. Network traffic and log analyzing tools dramatically simplify network management and troubleshooting while overall improve system stability by enabling system administrators to apply preventive measures on a timely basis.

Native VLAN

Native VLAN is an untagged VLAN on a tagged port.

Networking

The nodes in the OpenStack environment communicate with each other by using a supported network topology. Fuel supports Neutron with VLAN or GRE segmentation, VXLAN, as well as such technologies as VMware DVS and NSXv through corresponding plug-ins.

Networking service

The OpenStack Networking service, or Neutron, provides networking to all components of an OpenStack environment. Neutron provides networking as a service between interface devices such as vNICS that are managed by other OpenStack services such as Nova.

Neutron ML2

The Neutron Modular Layer 2 (ML2) plug-in is a framework that allows OpenStack Neutron networking to simultaneously use a variety of Layer 2 networking technologies.

The following types of ML2 drivers can be implemented:

type drivers
Type drivers manage type-specific network state information, validate the network, and allocate tenant networks. Network types that are currently supported include local, flat, vlan, gre, and vxlan.
mechanism drivers

Mechanism drivers manage network mechanisms. They create, update, and delete network and port resources. For each action, the following methods are exposed:

  • ACTION_RESOUCE__precommit – called within the context of the database transaction to validate the action being taken and modify the mechanism driver’s private database. This method cannot communicate with anything outside Neutron because it should not block.
  • ACTION_RESOURCE_postcommit – called after the database transaction is complete to push the resource change to the entity that is responsible for applying that change. For example, it pushes the change to an external network controller that updates the network resources.

NFS

Network File System (NFS) is a sharing protocol that enables users to create and manages files located on a remote server over a network. NFS provides a mechanism to configure an access control list (ACL) on a per user and group basis. Depending on the assigned permissions, users have read and write or read-only access to an NFS folder.

NFV

Network function virtualization (NFV) is an approach to network architecture design that divides network functions, such as firewalling, Domain Name Service (DNS), load balancing, and so on into separate virtualized pieces of IT infrastructure.

Node

A node is a physical or virtual server that is provisioned to run a specific set of OpenStack services. Nodes are identified by virtual roles that is configured for the node during the environment deployment or later when a cloud administrator expands the cloud by adding new nodes. Internally, nodes are identified by a node ID that Fuel assigns automatically. For example, node-1, node-2, and so on. The node ID can be used to SSH to a node and is used to identify a specific node in a CLI command.

Node network group

A node network group, or a node group, is a set of isolated nodes grouped by networks. When you create an OpenStack environment, Fuel automatically configures a default node group. If you need to separate a group of nodes from other nodes within one OpenStack environment, you can add node groups. The node groups share and communicate with each other through the Admin network. Other networks created by Fuel or by the cloud administrator within one node group are isolated from the corresponding networks in the other node group.