Skip to content

Commit ce60685

Browse files
committed
update opens
Signed-off-by: Srinivasamurthy, Ramakrishna <ramakrishna.srinivasamurthy@intel.com>
1 parent 0e6478e commit ce60685

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

design-proposals/separation-of-onboard-and-provisioning.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ When an user choose to onboard an edge node to EMF orchestrator, there should be
1414

1515
1. Ubuntu installation by downloading the canonical base server image
1616

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
1919

20-
- Ubuntu 24.05 -> Kernel 6.11.x
20+
- Ubuntu 24.05 -> Kernel 6.11.x
2121

2222
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.
2323

@@ -50,7 +50,7 @@ Onboarding steps those should be done on the edge node includes
5050

5151
## Scope and Implementation plan
5252

53-
EMF side steps to skip the provisioning workflow.
53+
High level tasks in EMF to make the provisioning workflow as optional
5454

5555
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.
5656

@@ -63,7 +63,6 @@ EMF side steps to skip the provisioning workflow.
6363
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.
6464

6565

66-
6766
## Workflow
6867

6968
```mermaid
@@ -114,5 +113,7 @@ autonumber
114113

115114
## Opens
116115

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
118119

0 commit comments

Comments
 (0)