Skip to content

v15 Bugfixes#234

Merged
FloSch62 merged 3 commits intomainfrom
post-v15-bugfixes
Aug 14, 2025
Merged

v15 Bugfixes#234
FloSch62 merged 3 commits intomainfrom
post-v15-bugfixes

Conversation

@kaelemc
Copy link
Copy Markdown
Member

@kaelemc kaelemc commented Aug 13, 2025

  1. Allow a topology using defaults: to load

This is valid, but didn't load before.. still TBD is resolving the nodeConfig properly

name: srsim1
topology:
  defaults:
    kind: nokia_srsim
    image: nokia_srsim:25.7.R1
    license: ../lics/srsim.txt
  
  nodes:
    R1:
    R2:
    R3:
    R4:
  
  links:
    - endpoints: [R1:e1-1-c1-1, R2:e1-1-c1-1]
    - endpoints: [R3:e1-1-c1-1, R4:e1-1-c1-1]
    - endpoints: [R2:e1-1-c2-1, R4:e1-1-c2-1]
    - endpoints: [R1:e1-1-c2-1, R3:e1-1-c2-1]

@kaelemc
Copy link
Copy Markdown
Member Author

kaelemc commented Aug 13, 2025

  1. Fix the yaml flow settings, so that when you delete all nodes and links in the edtior, and add back new links/nodes. the yaml looks natural, and not the style with curly braces or square brackets (even though it is valid yaml)

@kaelemc kaelemc marked this pull request as ready for review August 13, 2025 16:28
@kaelemc
Copy link
Copy Markdown
Member Author

kaelemc commented Aug 13, 2025

Probably good to go.. wait a while for some other people to report something. or you can merge already.

@FloSch62 FloSch62 merged commit 4d0e617 into main Aug 14, 2025
3 checks passed
@FloSch62 FloSch62 deleted the post-v15-bugfixes branch August 14, 2025 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants