-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Bug Description
I am trying to use the EMF to deploy the EMT DV image as explained in the
I am always gettin the "Streaming OS image Failed" in the EMF console.
System Setup
EMF onprem installed v3.1.3
EMT on i5-12th Gen Node.
Reproducible Steps
- Add a custom OS Profile for Edge Microvisor Toolkit IDV 3.0.20250824
arivu@arivu-server-002:~/EMT/standalone_install/emf_deploy$ orch-cli list osprofile --project desktop-virtualization
Name Architecture Security Feature
Ubuntu 24.04.2 LTS - BETA x86_64 SECURITY_FEATURE_SECURE_BOOT_AND_FULL_DISK_ENCRYPTION
Edge Microvisor Toolkit IDV 3.0.20250824 x86_64 SECURITY_FEATURE_NONE
Edge Microvisor Toolkit 3.0.20250813 x86_64 SECURITY_FEATURE_SECURE_BOOT_AND_FULL_DISK_ENCRYPTION
Edge Microvisor Toolkit Real Time 3.0.20250813 x86_64 SECURITY_FEATURE_SECURE_BOOT_AND_FULL_DISK_ENCRYPTION
Ubuntu 22.04.5 LTS with Intel out-of-tree GPU drivers x86_64 SECURITY_FEATURE_NONE
Ubuntu 22.04.5 LTS x86_64 SECURITY_FEATURE_SECURE_BOOT_AND_FULL_DISK_ENCRYPTION
2)Add Custom Config
arivu@arivu-server-002:~/EMT/standalone_install/emf_deploy$ orch-cli list customconfig --project desktop-virtualization
Name Resource ID Description
idv-new customconfig-85816183 Cloud-init config for Standalone Edge Nodes
3)Create hosts.csv file containing the Serial number of the node
arivu@arivu-server-002:~/EMT/standalone_install/emf_deploy$ cat hosts.csv
Serial,UUID,OSProfile,Site,Secure,RemoteUser,Metadata,AMTEnable,CloudInitMeta,K8sEnable,K8sClusterTemplate,K8sConfig,Error - do not fill
2AEN000012
4)Get the Site ID
arivu@arivu-server-002:~/EMT/standalone_install/emf_deploy$ orch-cli list site --project desktop-virtualization Mambalam
Site ID Site Name Region (Name)
site-5cb58c0c Office region-42e1fe01 (Mambalam)
5)Add the host for deployment
arivu@arivu-server-002:~/EMT/standalone_install/emf_deploy$ orch-cli create host -i hosts.csv --site site-5cb58c0c --cloud-init idv-new --os-profile "Edge Microvisor Toolkit IDV 3.0.20250824" --project desktop-virtualization
Checking CSV file: hosts.csv
✔ Host Serial number : 2AEN000012 UUID : registered. Name : host-5db61ec7
Power on the device and you'll see that the provisionoing fails
Root Cause Analysis
No response
Metadata
Metadata
Assignees
Labels
No labels