diff options
Diffstat (limited to 'docs/configguide')
-rw-r--r-- | docs/configguide/feature-config.rst | 7 | ||||
-rw-r--r-- | docs/configguide/index.rst | 23 | ||||
-rw-r--r-- | docs/configguide/installer-config.rst | 8 | ||||
-rw-r--r-- | docs/configguide/post-install.rst | 7 |
4 files changed, 25 insertions, 20 deletions
diff --git a/docs/configguide/feature-config.rst b/docs/configguide/feature-config.rst new file mode 100644 index 000000000..df9728bb9 --- /dev/null +++ b/docs/configguide/feature-config.rst @@ -0,0 +1,7 @@ +Feature Configuration +===================== + +The following sections describe the configuration options for specific platform features provided in Brahmaputra. +Further details for each feature are captured in the referred project documentation. + +.. include:: ../projects/sdnvpn/configguide/configguide.rst diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst index 39e3be34d..0a47f1589 100644 --- a/docs/configguide/index.rst +++ b/docs/configguide/index.rst @@ -9,26 +9,9 @@ Contents: ./abstract ./introduction ./configoptions - -Installer Configuration -======================= - -Waiting for the structue in the installer repo's to -add the include references. - -Feature Configuration -===================== - -.. toctree:: - :maxdepth: 2 - -.. include:: ../projects/sdnvpn/configguide/configguide.rst - -Post Configuration Activities -============================= - -Waiting for the structue in the remote repo's to -add the include references. + ./installer-config + ./feature-config + ./post-install Indices and tables ================== diff --git a/docs/configguide/installer-config.rst b/docs/configguide/installer-config.rst new file mode 100644 index 000000000..89632ea3f --- /dev/null +++ b/docs/configguide/installer-config.rst @@ -0,0 +1,8 @@ +Installer Configuration +======================= + +The following sections describe the per installer configuration options. +Further details for each installer are captured in the referred project documentation. + +.. include:: ../projects/fuel/configguide/installerconfig.rst +.. include:: ../projects/joid/configguide/installerconfig.rst diff --git a/docs/configguide/post-install.rst b/docs/configguide/post-install.rst new file mode 100644 index 000000000..b63d44aac --- /dev/null +++ b/docs/configguide/post-install.rst @@ -0,0 +1,7 @@ +Post Configuration Activities +============================= + +This section describes the post configuration activitites that will allow you to validate the success +of your configuration. Further details may be found in the referred project specific documentation. + +.. include:: ../projects/joid/configguide/postinstall.rst |