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

Kanto auto deployer #49

Merged

Conversation

stlachev
Copy link
Contributor

@stlachev stlachev commented Dec 1, 2022

No description provided.

stlachev and others added 4 commits November 29, 2022 07:49
Signed-off-by: Stoyan Lachev <stoyan.lachev@bosch.io>
Signed-off-by: Stoyan Lachev <stoyan.lachev@bosch.io>
Signed-off-by: Stoyan Lachev <stoyan.lachev@bosch.io>
@stlachev
Copy link
Contributor Author

stlachev commented Dec 2, 2022

Cargo.lock seems to be cached

Signed-off-by: Stoyan Lachev <stoyan.lachev@bosch.io>
Copy link
Contributor

@mikehaller mikehaller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The databroker.json is still part of the kanto-auto-deployer recipe.
It should be a separate recipe.

WantedBy=multi-user.target

[Service]
ExecStart=/usr/bin/kanto-auto-deployer /manifests
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should go to /var/containers/manifests by default. Having new folders in the root is not really recommended, as the root should be as user friendly as possible.

FILES:${PN} += "${systemd_unitdir}/system/kanto-auto-deployer.service"

#containers
FILES:${PN} += "/manifests/databroker.json"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The list of containers should not be part of the kanto-auto-deployer recipe imho.
Someone who wants to use the kanto-auto-deployer recipe for his own setup would be bound to the same list of containers.

Signed-off-by: Stoyan Lachev <stoyan.lachev@bosch.io>
@mikehaller mikehaller merged commit fd019bf into eclipse-leda:main Dec 2, 2022
@mikehaller mikehaller deleted the kanto-auto-deployer branch December 2, 2022 12:22
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.

3 participants