Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/lexis-project/yorc-heappe-plugin

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/lexis-project/yorc-heappe-plugin

  • v1.0.8
  • Source
  • Go
  • Socket score

Version published
Created
Source

Yorc HEAppE plugin

The Yorc HEAppE plugin implements a Yorc (Ystia orchestrator) plugin as described in Yorc documentation, allowing the orchestrator to use the HEappE ((High-End Application Execution) API to manage jobs executions on HPC infrastructures.

To build this plugin

You need first to have a working Go environment. Then to build, execute the following instructions:

mkdir -p $GOPATH/src/lexis-project
cd $GOPATH/src/lexis-project
git clone https://github.com/lexis-project/yorc-heappe-plugin
cd yorc-heappe-plugin
make

The plugin is then available at bin/heappe-plugin.

TOSCA components

This plugin provides the following TOSCA components defined in the TOSCA file a4c/ddi-types-a4c.yaml that can be uploaded in Alien4Cloud catalog of TOSCA components:

org.lexis.common.heappe.nodes.Job

HEAppE job implementing the standard operations create, submit, run, cancel, delete. Custom operations are also implemented to provide the correspondind HEAppE API features:

  • enable_file_transfer: Enables files transfer to/from the job
  • disable_file_transfer: Disables files transfer to/from the job
  • list_changed_files: lists the files created/updated by the job, and their modification date. The list of files created/updated by the job is provided by this component attribute changed_files.

org.lexis.common.heappe.nodes.JobWithRuntimeTaskParameters

HEAppE job for which the task parameters are not properties configured before the deployment, but are attributes defined at runtime by another TOSCA component.

org.lexis.common.heappe.nodes.WaitFileAndGetContentJob

Component associated to a HEAppE job, allowing to wait for a given file to be generated by the job, and to get the content of this file. The content of the file is provide by this component attribute filecontent.

Licensing

This plugin is licensed under the Apache 2.0 License.

FAQs

Package last updated on 17 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc