-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add UPF-P4 SW component #56
Conversation
- Created initial component playbook structure with 4 stages: - Stage 1: Infrastructure as Code deployment - Stage 2: Component access preparation (TODO) - Stage 3: Configuration as Code preparation (TODO) - Stage 4: Results publication (TODO) - Implemented Stage 1 with basic terraform workflow: - Loading environment variables - Preparing terraform working directory - Configuring VM resources - Executing terraform apply
- Added new input parameters for UPF configuration - Enhanced metadata dictionary and output handling - Improved documentation and result templates - Cleaned up unused code and comments - Updated changelog for v0.3.0 release
- Add validation for required Terraform output variables - Configure Harbor token from site available components - Remove commented disk configuration code
Enables publishing of id, ips, enb_ipv4_n3 and dn_ipv4_n6 variables to TNLCM
…ferences - Comment out base64 encoding for ID, IPs and network addresses - Update template to reference variables directly without output prefix - Fix metadata references to use specific component variables
- Add proxy IP configuration (10.11.3.1) required for UERANSIM component
- Add detailed instructions for accessing container logs - Document debug mode configuration in docker-compose - Update README with step-by-step logging guide
Thank you so much Rafa. |
Additional comments:
|
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.
Review on comments
- Clean up autogenerated files from variables directory - Add VM ID and IP information to component_playbook.yaml metadata - Remove certificates, private keys and configuration files containing unnecessary data
Thank you so much Alvaro for your thorough review! I've addressed all your comments:
|
Add UPF-P4 SW component from my 'upf_p4_sw' branch to 'develop' branch.