Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MEP endpoint support #139

Merged
merged 8 commits into from
Nov 28, 2024
Merged

Add MEP endpoint support #139

merged 8 commits into from
Nov 28, 2024

Conversation

christopherwharrop-noaa
Copy link
Collaborator

@christopherwharrop-noaa christopherwharrop-noaa commented Nov 27, 2024

This update adds support for multi-user (templatable) Globus Compute endpoints. The CLI and API are updated to support life cycle management of those endpoints. This involves supplemental actions for configuring and starting endpoints that the native globus-compute-endpoint does not handle.

For example, configuration of multi endpoints handles:

  1. Removal of the user mapping option and file
  2. Customizing the jinja2 user config template
  3. Adding PATH to the user environment config to ensure login paths are set correctly

The start of multi endpoints also handles:

  1. Running the endpoint as a setsid daemon process
  2. Adding the pid file to enable correct reporting of status and normal stopping of the endpoint

Closes #132. Closes #137.

@christopherwharrop-noaa christopherwharrop-noaa added the Test-MPAS-App Run CI test of the MPAS App label Nov 27, 2024
Also fix missing Exclusive option for config
@christopherwharrop-noaa christopherwharrop-noaa added Test-MPAS-App Run CI test of the MPAS App and removed Test-MPAS-App Run CI test of the MPAS App labels Nov 27, 2024
@christopherwharrop-noaa christopherwharrop-noaa added Test-MPAS-App Run CI test of the MPAS App and removed Test-MPAS-App Run CI test of the MPAS App labels Nov 28, 2024
@christopherwharrop-noaa christopherwharrop-noaa merged commit b6ed51a into main Nov 28, 2024
6 checks passed
@christopherwharrop-noaa christopherwharrop-noaa deleted the feature/mep branch November 28, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need API for endpoint lifecycle management Support multi-user endpoints
1 participant