MSO4SC / cloudify-hpc-plugin

Plugin to allow Cloudify to deploy and orchestrate HPC resources
Apache License 2.0
8 stars 8 forks source link

Removed dependency of an external monitor #21

Closed emepetres closed 6 years ago

emepetres commented 6 years ago

The orchestrator can now perform basic monitoring to not depend on an external monitor to work.

Just not setting the property external_monitor_entrypoint or leaving it empty "" will trigger the "internal monitor" mechanism.

Only Slurm machines support for now.