Merge "Doc syntax error and expressions updates"

This commit is contained in:
Jenkins 2017-03-22 05:52:10 +00:00 committed by Gerrit Code Review
commit d300e00737
2 changed files with 6 additions and 6 deletions

View File

@ -9,8 +9,8 @@ Overview
Kolla has an objective to replace the inflexible, painful, resource-intensive
deployment process of OpenStack with a flexible, painless, inexpensive
deployment process. Often to deploy OpenStack at the 100+ node scale small
businesses may require means building a team of OpenStack professionals to
deployment process. Often to deploy OpenStack at the 100+ nodes scale, small
businesses may require building a team of OpenStack professionals to
maintain and manage the OpenStack deployment. Finding people experienced in
OpenStack deployment is very difficult and expensive, resulting in a big
barrier for OpenStack adoption. Kolla seeks to remedy this set of problems by

View File

@ -14,18 +14,18 @@ Node types and services running on them
A basic Kolla inventory consists of several types of nodes, known in Ansible as
``groups``.
* Controller - This is the cloud controller node. It hosts control services
* Controller - Cloud controller nodes which host control services
like APIs and databases. This group should have odd number of nodes for
quorum.
* Network - This is the network node. It will host Neutron agents along with
* Network - Network nodes host Neutron agents along with
haproxy / keepalived. These nodes will have a floating ip defined in
``kolla_internal_vip_address``.
* Compute - These are servers for compute services. This is where guest VMs
* Compute - Compute nodes for compute services. This is where guest VMs
live.
* Storage - Storage servers, for cinder-volume, LVM or ceph-osd.
* Storage - Storage nodes, for cinder-volume, LVM or ceph-osd.
Network configuration
=====================