diff options
author | ulik <ulrich.kleber@huawei.com> | 2016-01-28 12:24:29 +0100 |
---|---|---|
committer | ulik <ulrich.kleber@huawei.com> | 2016-01-28 12:27:44 +0100 |
commit | 5816766e8a23c6d6dda2730c02d34270c8f7f012 (patch) | |
tree | 9ea5329f1c12a59ba8be422c89495a18d610fb97 /docs/platformoverview/deploymenttools.rst | |
parent | b42da50a1662f2424aa9e6593d7283e735b64c93 (diff) |
Platformoverview structured in separate files per section and added some content
Jira: DOCS-42
Next step to create platform overview document.
Proper use of index.rst, separate files per major section.
Started to provide content.
Change-Id: I542ae1ed334d9832bbed24926213ce651d2ae4ce
Signed-off-by: ulik <ulrich.kleber@huawei.com>
Diffstat (limited to 'docs/platformoverview/deploymenttools.rst')
-rw-r--r-- | docs/platformoverview/deploymenttools.rst | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/platformoverview/deploymenttools.rst b/docs/platformoverview/deploymenttools.rst new file mode 100644 index 000000000..996bca263 --- /dev/null +++ b/docs/platformoverview/deploymenttools.rst @@ -0,0 +1,46 @@ +---------------- +Deployment Tools +---------------- + +Brahmaputra provides 4 different installers. + +The installers will deploy the target platform onto a set of virtual or bare metal servers according +to the configuration files. After the deployment, it doesn't matter which of the installers had been used +to deploy the target scenario. + + +Apex +==== + +Apex is an OPNFV Installation tool based on RDO Manager that deploys OPNFV using the RDO Project +OpenStack Distribution. +RDO manager is a Triple-O based installation tool. +Triple-O is an image based life cycle deployment tool that is a member of the OpenStack Big Tent Governance. + +Apex uses Centos on all target platforms and can deploy all SDN controllers. + +Compass +======= + +Compass is an installer project based on open source project Compass, which provides automated deployment +and management of OpenStack and other distributed systems. +It can be considered as what the LiveCD to a single box for a pool of servers – bootstrapping the server pool. + +Compass is based on Ansible. +It can deploy Ubuntu or Centos as target operating system and ODL and ONOS as SDN controllers. + + +Fuel +==== + +Editors note: +Just a high level intro and link to the main fuel documents. + +Joid +==== + +Editors note: +Just a high level intro and link to the main joid documents. + + + |