-
Notifications
You must be signed in to change notification settings - Fork 11
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
Re-template rmf_deployment_template #39
Re-template rmf_deployment_template #39
Conversation
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
…n-rmf-img Cloud infra/runtime command with common rmf docker img
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Signed-off-by: youliang <[email protected]>
Cleanup rmf_deployment helm chart dir structure
Signed-off-by: youliang <[email protected]>
fix incorrect server_uri route
…en-rmf#15) * fix cyclonedds config and missing server-uri env Signed-off-by: youliang <[email protected]> * provide both cyclonedds config for humble and galactic Signed-off-by: youliang <[email protected]> * fix building map path Signed-off-by: youliang <[email protected]> Signed-off-by: youliang <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
* WIP: update to keycloak The pod is able to start and forward port displays the initial screen fine. However the admin interface seems frozen in the process of loading. Signed-off-by: Jose Luis Rivero <[email protected]> * Do not change hostName Signed-off-by: Jose Luis Rivero <[email protected]> * Do not run DEBUG mode by default Signed-off-by: Jose Luis Rivero <[email protected]> --------- Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]> Co-authored-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
…somethingwentwrong message on /auth Signed-off-by: Akash Vibhute <[email protected]>
…g somethingwentwrong message on /auth Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
Signed-off-by: Aaron Chong <[email protected]>
- point repo url back to open-rmf - remove old commented lines - remove merge conflit artefacts Signed-off-by: Akash Vibhute <[email protected]>
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.
Just did a quick first pass while trying to re-run the steps on a fresh machine, had some comments and questions
Co-authored-by: Aaron Chong <[email protected]>
Co-authored-by: Aaron Chong <[email protected]>
Signed-off-by: Akash Vibhute <[email protected]>
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 cluster is working well for me!
One more note for other reviewers, the images that the deployment will pull are old images hosted upstream in open-rmf
, the latest images that work are in this fork, so you'll need to pull them and tag them manually to test
docker pull ghcr.io/akash-roboticist/rmf_deployment_template/rmf-deployment/api-server
docker pull ghcr.io/akash-roboticist/rmf_deployment_template/rmf-deployment/dashboard
docker pull ghcr.io/akash-roboticist/rmf_deployment_template/rmf-deployment/keycloak-setup
docker tag ghcr.io/akash-roboticist/rmf_deployment_template/rmf-deployment/keycloak-setup ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/keycloak-setup
docker tag ghcr.io/akash-roboticist/rmf_deployment_template/rmf-deployment/dashboard ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/dashboard
docker tag ghcr.io/akash-roboticist/rmf_deployment_template/rmf-deployment/api-server ghcr.io/open-rmf/rmf_deployment_template/rmf-deployment/api-server
Signed-off-by: Akash Vibhute <[email protected]>
New feature implementation
Implemented feature
Re-write of rmf deployment template for production use
main
,cloud_infra
,build/rmf-site
), thus enabling easier feature iterationsTested deploying using steps described in the README to deploy Open-RMF in a kubernetes cluster and running locally using docker-compose.