Merge "Doc: Add network resource descriptions"
This commit is contained in:
commit
f1d14de6da
@ -2,6 +2,9 @@
|
|||||||
availability zone
|
availability zone
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
An **availability zone** is a logical partition of cloud block storage,
|
||||||
|
compute and network services.
|
||||||
|
|
||||||
Block Storage v2, Compute v2, Network v2
|
Block Storage v2, Compute v2, Network v2
|
||||||
|
|
||||||
availability zone list
|
availability zone list
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
network
|
network
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
A **network** is an isolated Layer 2 networking segment. There are two types
|
||||||
|
of networks, project and provider networks. Project networks are fully isolated
|
||||||
|
and are not shared with other projects. Provider networks map to existing
|
||||||
|
physical networks in the data center and provide external network access for
|
||||||
|
servers and other resources. Only an OpenStack administrator can create
|
||||||
|
provider networks. Networks can be connected via routers.
|
||||||
|
|
||||||
Compute v2, Network v2
|
Compute v2, Network v2
|
||||||
|
|
||||||
network create
|
network create
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
port
|
port
|
||||||
====
|
====
|
||||||
|
|
||||||
|
A **port** is a connection point for attaching a single device, such as the
|
||||||
|
NIC of a server, to a network. The port also describes the associated network
|
||||||
|
configuration, such as the MAC and IP addresses to be used on that port.
|
||||||
|
|
||||||
Network v2
|
Network v2
|
||||||
|
|
||||||
port create
|
port create
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
router
|
router
|
||||||
======
|
======
|
||||||
|
|
||||||
|
A **router** is a logical component that forwards data packets between
|
||||||
|
networks. It also provides Layer 3 and NAT forwarding to provide external
|
||||||
|
network access for servers on project networks.
|
||||||
|
|
||||||
Network v2
|
Network v2
|
||||||
|
|
||||||
router add port
|
router add port
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
security group rule
|
security group rule
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
A **security group rule** specifies the network access rules for servers
|
||||||
|
and other resources on the network.
|
||||||
|
|
||||||
Compute v2, Network v2
|
Compute v2, Network v2
|
||||||
|
|
||||||
security group rule create
|
security group rule create
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
security group
|
security group
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
A **security group** acts as a virtual firewall for servers and other
|
||||||
|
resources on a network. It is a container for security group rules
|
||||||
|
which specify the network access rules.
|
||||||
|
|
||||||
Compute v2, Network v2
|
Compute v2, Network v2
|
||||||
|
|
||||||
security group create
|
security group create
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
subnet pool
|
subnet pool
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
A **subnet pool** contains a collection of prefixes in CIDR notation
|
||||||
|
that are available for IP address allocation.
|
||||||
|
|
||||||
Network v2
|
Network v2
|
||||||
|
|
||||||
subnet pool create
|
subnet pool create
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
subnet
|
subnet
|
||||||
======
|
======
|
||||||
|
|
||||||
|
A **subnet** is a block of IP addresses and associated configuration state.
|
||||||
|
Subnets are used to allocate IP addresses when new ports are created on a
|
||||||
|
network.
|
||||||
|
|
||||||
Network v2
|
Network v2
|
||||||
|
|
||||||
subnet create
|
subnet create
|
||||||
|
Loading…
Reference in New Issue
Block a user