Skip to content

Commit

Permalink
Merge pull request #109 from hellt/sros-md-support
Browse files Browse the repository at this point in the history
Model driven SR OS support (SR OS >=23.3)
  • Loading branch information
hellt authored Apr 6, 2023
2 parents 5d9733a + 1887ae7 commit 1f3a812
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 126 deletions.
7 changes: 2 additions & 5 deletions sros/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ IMAGE_GLOB=*.qcow2
#https_proxy=http://192.168.1.1:3128

## match versions like:
# sros-vm-13.0.R7.qcow2
# sros-vm-14.0.R4.qcow2
# sros-vm-14.0.R7.qcow2
# sros-vm-15.0.R1.qcow2
# sros-vm-16.0.B0.qcow2 (pre-GA / beta image for 16, which is named completely differently when coming from Nokia)
# sros-vm-22.10.R3.qcow2
# sros-vm-23.3.R1.qcow2
VERSION=$(shell echo $(IMAGE) | sed -e 's/.\+[^0-9]\([0-9]\+\.[0-9]\+\.[A-Z][0-9]\+\(-[0-9]\+\)\?\)[^0-9].*$$/\1/')

-include ../makefile-sanity.include
Expand Down
Loading

0 comments on commit 1f3a812

Please sign in to comment.