diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-09-28 07:48:54 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-10-06 00:54:51 -0400 |
commit | af59a92ed1066df32e047df5bc9964ad13bfb495 (patch) | |
tree | 5854a8aa7d8d00fa3754b7baf2347b2de0b86e07 /docs | |
parent | 35337abfe33d5efb5e7f4eb420bc41d5853ebf99 (diff) |
Finalize admin guide documentation
Issue-ID: CPS-447
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I823b4b14d794c234048b673f151a9d4ca11f1303
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/admin-guide.rst | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/docs/content/admin-guide.rst b/docs/content/admin-guide.rst index 0f52d30..7415772 100644 --- a/docs/content/admin-guide.rst +++ b/docs/content/admin-guide.rst @@ -8,8 +8,26 @@ CPS Temporal Admin Guide ======================== -.. warning:: Draft +* Configuration_ +* Logging_ +* Monitoring_ -* Link to deployment configuration -* Logging -* ... +Configuration +============= + +Refer to :doc:`deployment` for application properties available to configure the application. + +Logging +======= + +Refer to `CPS Admin Guide <https://docs.onap.org/projects/onap-cps/en/latest/admin-guide.html>`_ +for documentation related to CPS Temporal and all CPS components +logging information. + + +Monitoring +========== + +Refer to `CPS Admin Guide <https://docs.onap.org/projects/onap-cps/en/latest/admin-guide.html>`_ +page for documentation related to CPS Temporal and all CPS components +monitoring information. |