ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 1 | Overview |
ajay | 2c0f6f4 | 2021-12-02 22:45:19 -0800 | [diff] [blame] | 2 | ======== |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 3 | |
ajay | 2c0f6f4 | 2021-12-02 22:45:19 -0800 | [diff] [blame] | 4 | Reference helm chart |
| 5 | -------------------- |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 6 | |
ajay | 2c0f6f4 | 2021-12-02 22:45:19 -0800 | [diff] [blame] | 7 | - `SD-Core Helm Chart Repository <https://gerrit.opencord.org/admin/repos/sdcore-helm-charts>`_ |
| 8 | |
| 9 | Configuration Methods |
| 10 | --------------------- |
| 11 | SD-Core supports 2 ways to configure network functions and micro services. |
| 12 | |
| 13 | - Helm Chart |
| 14 | |
| 15 | - Each individual network function and microservice has its own helm chart. |
| 16 | - User needs to provide override values and deploy the network functions as per their need. |
| 17 | |
| 18 | - REST Config Interface |
| 19 | |
| 20 | - Basic static configuration is passed through helm chart |
| 21 | - Dynamic slice creation APIs are provided through REST interface. |
| 22 | - REST APIs are defined to create/modify/delete network slice. |
| 23 | - REST APIs are also provided to provision subscribers and grouping the subscribers under device Group. |
| 24 | |
| 25 | Configuration |
| 26 | ------------- |
| 27 | |
| 28 | - Network Slice Configuration |
| 29 | |
| 30 | - Configuration to create a slice of network |
| 31 | - Slice contains the QoS configuration |
| 32 | - Group of devices assigned to network slice |
| 33 | - Site configuration including UPF, eNBs/gNB assigned to the slice |
| 34 | |
| 35 | - Device Group Configuration |
| 36 | |
| 37 | - Configuration of group of UEs |
| 38 | - QoS required for the device group |
| 39 | - IP domain configuration for the group of devices |
| 40 | |
| 41 | - UE Provisioning |
| 42 | |
| 43 | - Configuration of IMSI and its security keys configuration |
| 44 | |
| 45 | Sample Configuration |
| 46 | -------------------- |
| 47 | |