CloudOpting / cloudopting-manager

The cloudopting core manager
MIT License
10 stars 7 forks source link

TOSCA IDE - Be able to add new kind of nodes #360

Open xeviscc opened 8 years ago

xeviscc commented 8 years ago

IE: Add NGINX, MONGO, NODEJS, ...

gioppoluca commented 7 years ago

this need to be done by adding proper XML files in the right folder at build time. At the moment there is not feature in the platform to add new XML files at runtime. Can be done if we decide to implement in a settings area (that we do not have at the moment) accessible just to CO admin role, a button that allows to upload the file and place in a proper folder in the server and force a refresh in the system so that the new file is read. This is a major change that require much more development. Will push this back to 4.0

ciprianpavel commented 7 years ago

Architectural change may be needed so this could be seen as a major function to be implemented. These files should be persisted outside of the WAR file (JCR for example). We have to design this properly in order to be extensible in the future.