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

Middleware - Relay NetApp configuration #164

Closed
Artonus opened this issue Jun 15, 2023 · 1 comment · Fixed by #176
Closed

Middleware - Relay NetApp configuration #164

Artonus opened this issue Jun 15, 2023 · 1 comment · Fixed by #176
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@Artonus
Copy link
Member

Artonus commented Jun 15, 2023

Middleware needs to support, deploy and configure Relay NetApp to enable end-to-end communication between NetApp Client and NetApps in the Cloud environemnts

@Artonus Artonus added this to the v0.6 milestone Jun 15, 2023
@Artonus Artonus added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 15, 2023
@Artonus
Copy link
Member Author

Artonus commented Jun 28, 2023

Work to be done in the 164-middleware-relay-netapp-configuration branch:

Relay NetApp has to be deployed in the same Pod when ROS1 NetApp is deployed.

  • Add a new container to be deployed when NetApp is using ROS1. (see Ros1ConnectionBuilder)
  • Container needs to use Image but5gera/relay_network_application:0.1.0
  • Service needs to be exposed to accept websockets (port 80?)

Setting up the environment variables:

  • Set the ROS_MASTER_URI environment variable for Relay NetApp
  • Set TOPIC_LIST env var to the RlayNetApp. The value has the following format: '[{"topic_name": "/image_raw", "topic_type": "sensor_msgs/Image"}]`
  • The contents of the env variable have to be read from the Instance RosTopicSubscribers and RosTopicPublishers, parsed (built-in json serializer will be the best here I think) and assigned to env

NetApp Client

  • NetApp Client has to read the topics from the Middleware plan - TBD

Orchestrator:

  • Send a message to the Gateway to open a new route to the NetApp during the deployment
  • Send a message to the Gateway to close the route to the NetApp during the termination

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant