Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
394 Discussions

Create New file and folder and reading from /opt/intel/eis/(new folder) with Orchestrator

Rekha07
Beginner
306 Views

Hi 

Do I need to specify path of new folder I have created inside /opt/intel/eis in whitelisted_mounts.

Labels (1)
0 Kudos
1 Reply
WengWai_C_Intel
Moderator
281 Views

Hi @Rekha07 

If you are creating the new directory in /opt/intel/eis/(new folder), it is not required to add it into whitelisted_mounts because the default setup step for CSL manager already added the /opt/intel/eis directory into whitelisted_mounts.

However, for the container that need to access that directory to read files, you will need to add the "TemporaryVolumes" into the container module spec file and register the updated module spec file with SMR or docker registry again. You can refer to Visualizer, VideoIngestion or VideoAnalytics module spec file as example that using "TemporaryVolumes" as well.

0 Kudos
Reply