You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: design-proposals/separation-of-onboard-and-provisioning.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ When an user choose to onboard an edge node to EMF orchestrator, there should be
14
14
15
15
1. Ubuntu installation by downloading the canonical base server image
16
16
17
-
2. Upgrade the required base kernel as part provisioning flow to support intel platforms features. Required base kernel for Intel platforms like ADL, RPC are
18
-
- Ubuntu 22.04 -> Kernel 6.8.x
17
+
2. Upgrade the required base kernel as part provisioning flow to support intel platforms features. Required base kernel for Intel platforms like ADL, RPL are
18
+
- Ubuntu 22.04 -> Kernel 6.8.x
19
19
20
-
- Ubuntu 24.05 -> Kernel 6.11.x
20
+
- Ubuntu 24.05 -> Kernel 6.11.x
21
21
22
22
3. Install edge node agents as post installation of OS. DKAM curates the installer script with required EMF compatible versions of EN agents(by making use of EN manifest file) along with their configurations. It configures apt package manager with EMF release service where edge node agents debians are hosted.
23
23
@@ -50,7 +50,7 @@ Onboarding steps those should be done on the edge node includes
50
50
51
51
## Scope and Implementation plan
52
52
53
-
EMF side steps to skip the provisioning workflow.
53
+
High level tasks in EMF to make the provisioning workflow as optional
54
54
55
55
1. Device disocery agent - Build debian for the device discovery agent and include it in the agent installer script which does onboarding(non-interactive) and gets required keycloak credentials to the edge node. Until device discovery completes the onboarding other agents installation shouldn't be started.
56
56
@@ -63,7 +63,6 @@ EMF side steps to skip the provisioning workflow.
63
63
5. Orch-cli/Infra web-ui changes for device registration to include the new field skip provisiong flow. By default skip provisioning flow will be set to false.
64
64
65
65
66
-
67
66
## Workflow
68
67
69
68
```mermaid
@@ -114,5 +113,7 @@ autonumber
114
113
115
114
## Opens
116
115
117
-
In the interactive onboarding mapping the instance resource to OS resource is done by taking OS version from the Edge node during device discovery stage.
116
+
- In the interactive onboarding mapping the instance resource to OS resource is done by taking OS version from the Edge node during device discovery stage.
117
+
118
+
- Cluster creation might need the required partitions to be created which is done during the provisioning flow
0 commit comments