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

Internal Managed Daemon Definition #3754

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

fierlion
Copy link
Member

Summary

Add the (internal-only) ManagedDaemon definition to the common library and update common lib vendor.

Implementation details

The ManagedDaemon object encapsulates the core set of daemon definition parameters. These will be used by the ECS Agent to start agent-only daemon processes to be used by the ECS Agent to extend its own capabilities.
This current change includes the ManagedDaemon definition with a subset of getters/setters based on requirements.
Creation of a complete ManagedDaemon object will often require subsequent calls to set the Daemon Environment and the Daemon MountPoints -- each of these has its own specific get/set logic.
The Daemon has a generic Health Check definition with a runtime-specific method to export as a Docker HealthConfig.

Testing

Validated locally with new unit tests included.

New tests cover the changes: yes

Description for the changelog

Add the ManagedDaemon definition to the common library.

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@fierlion fierlion requested a review from a team as a code owner June 20, 2023 17:47
@fierlion fierlion merged commit 9d35c53 into aws:dev Jun 21, 2023
@fierlion fierlion deleted the fierlion/DaemonDefinition branch June 21, 2023 21:40
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.

4 participants