blob: 1089b21c272542c138a77613deea164e1f65b188 [file] [log] [blame]
Charles Chancaebcf32021-09-20 22:17:52 -07001Configuration Guide
2===================
3
Charles Chande4eb7b2021-10-07 18:03:00 -07004There are several different types of configuration we use in SD-Fabric.
5We will explain every configuration in this section.
6
7Control plane configurations,
8including configuration for ONOS and SD-Fabric applications (``SegmentRouting``, ``UP4``, ``INT``)
9can be categorized as **network configuration** (sometimes shortened as ``netcfg``) and **component configuration**.
10
11 - **Network configurations** are network-related attributes,
12 including device, subnet, VLAN, routes...etc.
13 - **Component conofigurations** are application component attributes,
14 including feature flags, polling intervals, timeouts...etc.
15
16Data plane configurations, including port speed, breakout channel and queue configurations
17are done in Stratum **chassis config**.
18
Carmelo Cascone43989982021-10-12 00:01:19 -070019We have implemented config loader in both ONOS and Stratum helm chart,
Charles Chande4eb7b2021-10-07 18:03:00 -070020fetching and applying configurations automatically once the system is ready.
21
Charles Chancaebcf32021-09-20 22:17:52 -070022.. toctree::
23 :maxdepth: 2
Charles Chancaebcf32021-09-20 22:17:52 -070024 :glob:
25
26 configuration/network
27 configuration/component
28 configuration/chassis
Carmelo Cascone43989982021-10-12 00:01:19 -070029 configuration/config-loader