opennetworkinglab / aether-ueransim

Aether UERANSIM
Apache License 2.0
0 stars 4 forks source link

non-containerised ueransim deployment #4

Closed kunal14kapoor closed 5 months ago

kunal14kapoor commented 5 months ago

This deployment will help in deploying non-containerized ueransim.

llpeterson commented 5 months ago

See the comment in Slack. I've created a separate "docker" branch to save the effort to deploy UERANSIM as a container, so we can delete references to docker in master --> ending up with a "clean" install playbook (as-a-process).

The second ask is write an playbook to do the install on the second server (rather than directly calling ssh). Without having to work around the docker-related playbooks, this should result in a fairly clean install, uninstall, and config-and-run playbooks.

llpeterson commented 5 months ago

This looks to be pretty close, but I don't understand the purpose of simulator.yml given the playbooks in roles/simulator/*.yml.

One other question (possible suggestion): Would it work to copy the ue and gnb config files to the target location as part of the "run" playbook instead of the install playbook? I would think this would make it possible to re-run the simulator multiple times with potential edits to the config files in between each run (as is possible in the gnbsim playbooks).