Skip to content

file structure

Stefan Schneider edited this page Mar 12, 2018 · 4 revisions

Typical file structure

Every project has a typical file structure, which is generated automatically when creating a new project. The file structure is illustrated below:

+- projectname
|  +- dependencies
|  +- deployment
|  +- sources
   |  +- nsd
   |  +- vnfd
   |  +- project.yml

Users are suggested to add their project files in the corresponding directories for an easy structure. For example, all descriptors should be located in corresponding subfolders of the sources directory. However, this structure is not mandatory and files can be added to the project from anywhere within the project folder using the tng-project --add command.

Clone this wiki locally