-
Notifications
You must be signed in to change notification settings - Fork 5
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 update agent example application #8
Merged
dimitar-dimitrow
merged 3 commits into
eclipse-kanto:main
from
bosch-io:custom-update-agent-example
Feb 8, 2024
Merged
Add update agent example application #8
dimitar-dimitrow
merged 3 commits into
eclipse-kanto:main
from
bosch-io:custom-update-agent-example
Feb 8, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Created update agent example application similar to the containers update agent: - has Dockerfile similar to the vehicle-simulator application - uses the update agent API - is used for managine files in a directory, message to feature contains filenames and URLs Signed-off-by: Gabriela Yoncheva <[email protected]>
k-gostev
previously requested changes
Jan 10, 2024
It appears that one of my comments is missing somewhere. So, besides what we are already discussing, this PR needs:
|
Changes added: - all requested changes have been applied - mount points are used both for adding needed certificates and for specifying the directory to be managed by the update agent - deployment.json provided and tested with the -f flag used by kanto-cm - state.props file will be created if not avaliable in managed directory - backup functionality for rollback is now working - readme.md provided with basic information about the update agent and instruction on how to install it (standard/containerized) Note: - could not push changes to validation.yaml, it still need to be updated! Signed-off-by: Gabriela Yoncheva <[email protected]>
dimitar-dimitrow
suggested changes
Feb 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The custom-update-agent should be included in the validation workflow.
4961a61
to
a237deb
Compare
Signed-off-by: Kristiyan Gostev <[email protected]>
a237deb
to
71aed4e
Compare
dimitar-dimitrow
approved these changes
Feb 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[#4] Add update agent example application
Created update agent example application similar to the containers update agent: