Skip to content

Commit

Permalink
Merge pull request #63 from 6G-SANDBOX/hotfix/open5gs-upf
Browse files Browse the repository at this point in the history
fix update changelog v030 (#50)
  • Loading branch information
alvarocurt authored Nov 22, 2024
2 parents 0987b71 + 17661e5 commit 01b2c45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Updated `loadcore` to use new appliance with OpenNebula contextualization scripts. However, IaC is currently broken. VM is deployed by Ansible itself
## Fixed
- Component TSN: markdown report file `ok_result.md.j2`.
- Fixed bug where the one_open5gs_upf_ip wasn't correctly set as an output variable


## [v0.3.0] - 2024-10-16
Expand Down
1 change: 1 addition & 0 deletions open5gs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [unreleased]
### Changed
- Updated helm chart reference URL to point the 6G-Sandbox dockerhub
- Fixed bug where the one_open5gs_upf_ip wasn't correctly set as an output variable

## [v0.3.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion open5gs/code/component_playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
's_nssai_sst': '{{ one_open5gs_s_nssai_sst }}',
's_nssai_sd': '{{ one_open5gs_s_nssai_sd }}',
'amf_ip': '{{ one_open5gs_amf_ip }}',
'upf_ip': '{{ one_open5gs_amf_ip }}'
'upf_ip': '{{ one_open5gs_upf_ip }}'
}
- name: Publish open5gs metadata as terraform outputs"
Expand Down

0 comments on commit 01b2c45

Please sign in to comment.