Ezhilarasi | 4b46bb1 | 2019-04-23 20:43:47 +0530 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | .. Copyright (C) 2019 IBM. |
| 4 | |
| 5 | Design Time User Guide |
| 6 | ====================== |
| 7 | |
| 8 | Bellow are the requirements to enable automation for a service within ONAP. |
| 9 | |
| 10 | For instantiation, the goal is to be able to automatically resolve all the HEAT/Helm variables, called cloud parameters. |
| 11 | |
| 12 | For post-instantiation, the goal is to configure the VNF with initial configuration. |
| 13 | |
| 14 | Prerequisite |
| 15 | ============ |
| 16 | |
| 17 | * Gather the cloud parameters: |
| 18 | |
| 19 | instantiation: |
| 20 | |
| 21 | Have the HEAT template along with the HEAT environment file. |
| 22 | |
| 23 | or |
| 24 | |
| 25 | Have the Helm chart along with the Values.yaml file |
| 26 | |
| 27 | (CDS supports, but whether SO → Multicloud support for Helm/K8S is different story) |
| 28 | |
| 29 | |
| 30 | Post-instantiation: |
| 31 | |
| 32 | Have the configuration template to apply on the VNF. |
| 33 | |
| 34 | * XML for NETCONF |
| 35 | * JSON / XML for RESTCONF |
| 36 | * not supported yet - CLI |
| 37 | * JSON for Ansible [not supported yet] |
| 38 | |
| 39 | *Identify which template parameters are static and dynamic |
| 40 | *Create and fill-in the a table for all the dynamic values |
| 41 | |
| 42 | While doing so, identify the resources using the same process to be resolved; for instance, if two IPs has to be resolved through the same IPAM, the process the resolve the IP is the same. |
| 43 | |
| 44 | |
| 45 | Services: |
Ezhilarasi | 3b4a9f6 | 2019-08-16 15:26:54 +0530 | [diff] [blame] | 46 | ========= |
Ezhilarasi | 4b46bb1 | 2019-04-23 20:43:47 +0530 | [diff] [blame] | 47 | |
| 48 | .. toctree:: |
| 49 | :maxdepth: 1 |
| 50 | |
| 51 | CBA/index |
| 52 | datadictionary/index |
| 53 | resourceassignment |
| 54 | component |
| 55 | template |
| 56 | resquirement |