diff options
author | Ofir Sonsino <os0695@att.com> | 2017-10-02 17:23:52 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2017-10-02 17:24:01 +0300 |
commit | d33c93a3f8c0104f2a724fc1d1ff2c130eeaaf26 (patch) | |
tree | 1c56ee3ed8fc7bd06079adc17df841785cc695a0 /docs/intro | |
parent | 3d8c7a9bee9a21c3dbf7d47f87dff4ba99e16369 (diff) |
Update ReadTheDocs docs folder
Issue-ID: VID-71
Change-Id: Idaf4e2e12ae0d1a04e3d4ee9a3eab052d447eb34
Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'docs/intro')
-rw-r--r-- | docs/intro/index.rst | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/docs/intro/index.rst b/docs/intro/index.rst new file mode 100644 index 000000000..6164adebc --- /dev/null +++ b/docs/intro/index.rst @@ -0,0 +1,75 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + + +VID Introduction +================= +Provides a well-structured organization of infrastructure deployment, +instantiation and change-management operations used by Operations to derive orchestrations and change-management. + + +Scope +------ +- Invoke instantiation of a Service and all of its sub-components (e.g. + VNF/VF, VNFC/VFC, Modules, Deployment Flavor, etc). +- Invoke instantiation and creation of cloud logical environment (e.g. + tenants). +- Integration with Operations ticketing system for instantiation and + change-management ordering requests. +- Instantiation + + - Instantiation modes. + + - Macro orchestration. + - A la carte orchestration. + + - Choose target instantiation environment (e.g. multi-clouds, + testing environment, etc.). + + - Check availability of already-created and reserved cloud + resources. + - Invoke the creations of cloud resources. + + - Customize Service and VNF/VF to fit a current instantiation. + + - Based on SDC Design specific assignments. + + - Feedback on instantiation process according to the instantiation + workflow. + + - Ability to invoke maintenance operations on an unsuccessful + instantiation. + +- Change-management + + - Integration with inventory (A&AI) to retrieve current deployed + Services. + - Agnostic and specific change-management workflows derived from SDC + Service and VNF/VF models. + - + + - Invoke a CM for a given Service and VNF/VF. + - invoke a CM for monitoring-templates (MTs: control-loops). + - invoke a CM for policy changes + - Invoke a CM for license changes + - etc.. + + - Ability to operate on a workflow (e.g. actions as stop, start, + restart, resume). + - Ability to schedule a workflow + + - notify + - automatic instantiation upon reaching the scheduled time. + +- Invoke Security, Load and performance test on a given Service and + VNF/VF. +- Collaboration + + - Project/Admin dashboard (include user management, VNF/VF and + Services relevant to the project). + +- Interfaces: + + - SDC - get models + - A&AI - get current deployment (inventory) + - MSO - invoke instantiation and change-management. + - BYO Scheduler - set/get schedule
\ No newline at end of file |