ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame] | 1 | Configuration Overview |
| 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 | |
ajay | ec9bb9d | 2021-12-08 00:03:36 -0800 | [diff] [blame] | 25 | Configuration Steps |
| 26 | ------------------- |
Vijaya Rani | 59a1783 | 2021-12-03 19:27:41 +0530 | [diff] [blame] | 27 | This Configuration describes what to configure at high level from RoC/SIMAPP. ConfigPod stores this configuration |
ajay | ec9bb9d | 2021-12-08 00:03:36 -0800 | [diff] [blame] | 28 | and publish to respective clients over REST/grpc. |
ajay | 2c0f6f4 | 2021-12-02 22:45:19 -0800 | [diff] [blame] | 29 | |
ajay | ec9bb9d | 2021-12-08 00:03:36 -0800 | [diff] [blame] | 30 | - Step1 : Provision subscriber in 4G/5G subsystem |
ajay | 2c0f6f4 | 2021-12-02 22:45:19 -0800 | [diff] [blame] | 31 | |
ajay | ec9bb9d | 2021-12-08 00:03:36 -0800 | [diff] [blame] | 32 | - This step is used to configure IMSI in the SD-Core |
| 33 | - This procedure is used to configure security keys for a subscriber |
| 34 | - Subscribers can be created during system startup or later |
| 35 | |
| 36 | - Step2 : Device Group Configuration |
| 37 | |
| 38 | - Group multiple devices under device group |
| 39 | - Configure QoS for the device group |
| 40 | - Configure IP domain configuration for the device group e.g. MTU, IP Pool, DNS server |
| 41 | |
| 42 | |
| 43 | - Step3: Network Slice Configuration |
| 44 | |
| 45 | - Configuration to create a Network Slice |
| 46 | - Add device Group into Network Slice |
| 47 | - Slice contains the Slice level QoS configuration |
Vijaya Rani | 59a1783 | 2021-12-03 19:27:41 +0530 | [diff] [blame] | 48 | - Site configuration including UPF, eNBs/gNBs assigned to the slice |
ajay | 8794529 | 2021-12-08 00:52:00 -0800 | [diff] [blame] | 49 | - Applications allowed to be accessed by this slice (see :ref:`application-filtering`) |
Vijaya Rani | 59a1783 | 2021-12-03 19:27:41 +0530 | [diff] [blame] | 50 | |
Vijaya Rani | 59a1783 | 2021-12-03 19:27:41 +0530 | [diff] [blame] | 51 | |