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

[FeatureRequest] Add remote install support #214

Open
janosmurai opened this issue Sep 20, 2024 · 2 comments
Open

[FeatureRequest] Add remote install support #214

janosmurai opened this issue Sep 20, 2024 · 2 comments
Labels
enhancement New feature or request hacktoberfest Issue to help with during Hacktoberfest2023

Comments

@janosmurai
Copy link
Contributor

janosmurai commented Sep 20, 2024

Revise the install command to enable the DEM to pull images to remote hosts, allowing it to set up hybrid Development Environments.

Current Behavior:

Currently, the DEM reads the Development Environment (Dev Env) descriptor and downloads the necessary images to the local host.

Expected Behavior:

The DEM should interpret the task definitions within the Dev Env descriptor, which specify which host is responsible for running each task. It should pull the tool images mentioned in the task definitions to the designated hosts.

The DEM must verify whether the required image is already available on the remote host and only download it if it isn’t present.

Any tool images required by the Dev Env but not linked to a specific task should be downloaded to the local host.

A tool image should be pulled to every host where a task requires it to be executed.

After every Tool Image have been pulled, set the Dev Env status as 'installed'.


For axem internal use only:
Jira: https://axem.atlassian.net/browse/DEM-233

@janosmurai janosmurai added enhancement New feature or request hacktoberfest Issue to help with during Hacktoberfest2023 labels Sep 20, 2024
@officialasishkumar
Copy link
Contributor

officialasishkumar commented Oct 1, 2024

@janosmurai the Jira link is not working

error:
doesn't have access to Jira on axem.atlassian.net.

@janosmurai
Copy link
Contributor Author

Don't worry about the Jira link, it's for internal use to sync with the axem project management. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Issue to help with during Hacktoberfest2023
Projects
None yet
Development

No branches or pull requests

2 participants