Adjust the wording in the summary.
The wording wasn't exactly correct so fix a few places that were not that great with a improved version. Change-Id: I97ce692e9c4640787fa5938affc04deefec42ef9
This commit is contained in:
parent
3437d73269
commit
89861ff3e9
@ -5,22 +5,23 @@ Summary
|
||||
===============
|
||||
|
||||
Anvil is a forging tool to help build OpenStack components and there
|
||||
dependencies into a complete system.
|
||||
dependencies into a complete package-oriented system.
|
||||
|
||||
It git checkouts the OpenStack components, analyzes & builds there dependencies and the
|
||||
components themselves into packages. It then can install from the package repositories
|
||||
it created, perform configuration and start, stop, restart and all the OpenStack
|
||||
as a complete system.
|
||||
It automates the git checkouts the OpenStack components, analyzes & builds there
|
||||
dependencies and the components themselves into packages. It then can install
|
||||
from the package repositories it created, perform configuration and start, stop,
|
||||
restart and uninstall the components and there dependencies as a complete system.
|
||||
|
||||
It allows a developer to install there environment using said packages
|
||||
(and dependencies) and anvil then automatically configures the components to
|
||||
work correctly for the developers needs. After the developer has tested out their
|
||||
It allows a developer to setup environment using the automatically created packages
|
||||
(and dependencies) with the help of anvil configuring the components to work
|
||||
correctly for the developers needs. After the developer has tested out their
|
||||
features or changes they can then stop the OpenStack components, uninstall the
|
||||
packages and bring back their system to a pre-installation/pre-anvil state.
|
||||
|
||||
The distinguishing part from devstack_ (besides being written in python and not
|
||||
shell), is that after building those packages (currently rpms) the same packages
|
||||
can be used later (or at the same time) to actually deploy at a larger scale with.
|
||||
can be used later (or at the same time) to actually deploy at a larger scale using
|
||||
tools such as chef_, salt_, or puppet_ (to name a few).
|
||||
|
||||
----
|
||||
|
||||
@ -30,3 +31,6 @@ can be used later (or at the same time) to actually deploy at a larger scale wi
|
||||
|
||||
|
||||
.. _devstack: http://www.devstack.org/
|
||||
.. _puppet: http://puppetlabs.com/
|
||||
.. _chef: http://www.opscode.com/chef/
|
||||
.. _salt: http://saltstack.com/
|
||||
|
Loading…
x
Reference in New Issue
Block a user