cloudius-systems / mgmt

20 stars 11 forks source link

API to launch application - Java and Native #46

Closed tzach closed 10 years ago

tzach commented 10 years ago

CLI already have operations to run Java and native application

java      Java application launcher 
run      loads an ELF and runs it

Both should be available from API as well. Parameters should include:

tzach commented 10 years ago

This API should be available on init phase only (e.g. cloud-init) It should not be possible to run a a new application on a run time OSV instance

tzach commented 10 years ago

Moved to osv project https://github.com/cloudius-systems/osv/issues/507