From 3385e4bfb1dd71e2d2802b16f675514bff15213f Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Tue, 20 May 2014 09:38:44 -0500 Subject: [PATCH] Adds roadmap for Install Guides Change-Id: I0bb205bbdb425a195ae54ae93fb4c374988c8a50 --- doc/install-guide/roadmap.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/install-guide/roadmap.rst diff --git a/doc/install-guide/roadmap.rst b/doc/install-guide/roadmap.rst new file mode 100644 index 0000000000..a417abbe58 --- /dev/null +++ b/doc/install-guide/roadmap.rst @@ -0,0 +1,30 @@ +Roadmap for Install Guides +-------------------------- + +This file is stored with the source to offer ideas for what to work on. +Put your name next to a task if you want to work on it and put a WIP +review up on review.openstack.org. + +May 20, 2014 + +This guide has an overall blueprint with spec at: +https://wiki.openstack.org/wiki/Documentation/InstallationGuideImprovements + +To do tasks: +- Remove openstack-config (crudini) commands; standardize manual install +- Unify chapter and section names (such as Overview) +- Add sample output of each command and highlight important parts +- Mention project as standard but tenant must be used for CLI params +- Refer to generic SQL database and update for MariaDB (RHEL), MySQL, and +PostgreSQL +- Provide sample configuration files for each node +- Compute and network nodes should reference server on controller node +- Update password list +- Add audience information; who is this book intended for + +Ongoing tasks: +- Ensure it meets conventions and standards +- Continually update with latest release information relevant to install + +Wishlist tasks: +- Replace all individual client commands (like keystone, nova) with openstack client commands