Skip to content
/ EDEN Public

Projet EDEN - Environnement de Développement Virtualisé Cassiopée 2024

Notifications You must be signed in to change notification settings

nishogi/EDEN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDEN

Projet EDEN - 2024

Structure générale

graph TD
    A[Start] --> B[createVM]
    B --> C[getNextAvailableVMID]
    C --> D{ID Available?}
    D -- Yes --> E[getVMId]
    D -- No --> F[Error: No Available ID]
    E --> G{Clone ID Found?}
    G -- Yes --> H[modifyVariablesFile]
    G -- No --> I[Error: No Clone ID]
    H --> J[executeTofuCommands]
    J --> K[VM Created]
    F --> L[End]
    I --> L
    K --> L
Loading

About

Projet EDEN - Environnement de Développement Virtualisé Cassiopée 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •