diff options
author | helenc878 <helen.chen@huawei.com> | 2018-12-03 11:16:57 -0800 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-12-03 19:26:16 +0000 |
commit | 6e23f66b28aa2c5d5c670c71361796f5bf022132 (patch) | |
tree | b2511591d0def199028b2320b521d2be0a5e99e6 /docs/docs_CM_schedule_optimizer.rst | |
parent | f03bacd696dba76fa9596b0ca019c848d2399b24 (diff) |
Added two CMs for Ajay.
Issue-ID: INT-751
Change-Id: Ife3d22963ec53ba945472f1caec9e83374659bad
Signed-off-by: helenc878 <helen.chen@huawei.com>
(cherry picked from commit ed9c15ca3c35e4928f459b256539d4a0e7792b1c)
Diffstat (limited to 'docs/docs_CM_schedule_optimizer.rst')
-rw-r--r-- | docs/docs_CM_schedule_optimizer.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/docs_CM_schedule_optimizer.rst b/docs/docs_CM_schedule_optimizer.rst new file mode 100644 index 000000000..9da2e5337 --- /dev/null +++ b/docs/docs_CM_schedule_optimizer.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 + International License. http://creativecommons.org/licenses/by/4.0 + +.. _docs_CM_schedule_optimizer: + +Change Management Schedule Optimization +------------------------------------------------------------- + +Description +~~~~~~~~~~~~~~ + +The change management schedule optimizer automatically identifies a conflict-free schedule for executing changes across multiple network function instances. It takes into account constraints such as concurrency limits (how many instances can be executed simultaneously), time preferences (e.g., night time maintenance windows with low traffic volumes) and applies optimization techniques to generate schedules. + +More details can be found here: +https://onap.readthedocs.io/en/latest/submodules/optf/cmso.git/docs/index.html
\ No newline at end of file |