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

CUA not working #74

Open
AhmedElkazzaz opened this issue Aug 30, 2024 · 0 comments
Open

CUA not working #74

AhmedElkazzaz opened this issue Aug 30, 2024 · 0 comments

Comments

@AhmedElkazzaz
Copy link

Is CUA still working ?!

I tried the following tutorial:
(https://eclipse-leda.github.io/leda/docs/device-provisioning/container-management/container-update-agent/)

I published
{
"activityId":"test-correlation-activity-uuid",
"payload":{
"domains":[
{
"id":"containers",
"config":[],
"components":[
{
"id":"hello-world",
"version":"latest",
"config":[
{
"key":"image",
"value":"docker.io/library/hello-world:latest"
}
]
}
]
}
]
}
}

and I see on the local host
containersupdate/desiredstatefeedback {"activityId":"test-correlation-activity-uuid","timestamp":1723630818229,"payload":{"status":"IDENTIFYING"}}
containersupdate/desiredstatefeedback {"activityId":"test-correlation-activity-uuid","timestamp":1723630818230,"payload":{"status":"IDENTIFIED","actions":[{"component":{"id":"containers:hello-world","version":"latest"},"status":"IDENTIFIED","message":"New container will be created and started."},{"component":{"id":"containers:seatservice-example","version":"v0.3.0"},"status":"IDENTIFIED","message":"Existing container will be destroyed, no longer needed."},{"component":{"id":"containers:databroker","version":"0.4.1"},"status":"IDENTIFIED","message":"Existing container will be destroyed, no longer needed."},{"component":{"id":"containers:aws-connector","version":"release3"},"status":"IDENTIFIED","message":"Existing container will be destroyed, no longer needed."},{"component":{"id":"containers:feedercan","version":"v0.1.1"},"status":"IDENTIFIED","message":"Existing container will be destroyed, no longer needed."},{"component":{"id":"containers:feedergps","version":"main"},"status":"IDENTIFIED","message":"Existing container will be destroyed, no longer needed."},{"component":{"id":"containers:hvacservice-example","version":"v0.1.0"},"status":"IDENTIFIED","message":"Existing container will be destroyed, no longer needed."}]}}

But all the containers still running and never deleted or destroyed !!

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

No branches or pull requests

1 participant