Skip to content

Commit

Permalink
Merge pull request #5 from srl-labs/expand-variants
Browse files Browse the repository at this point in the history
Add more chassis types
  • Loading branch information
hellt authored Apr 15, 2022
2 parents 79d4968 + 06f0120 commit 40f9b31
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion manifests/variants/srl_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ data:
"card_type": 176
"mda_type": 195
ixrd2l: |
# ixrd2l
chassis_configuration:
"chassis_type": 72
"base_mac": 02:__RANDMAC__:00:00:00
"cpm_card_type": 187
slot_configuration:
1:
"card_type": 187
"mda_type": 200
ixrd3: |
# ixrd3
chassis_configuration:
Expand All @@ -39,6 +51,42 @@ data:
"card_type": 177
"mda_type": 194
ixrd3l: |
# ixrd3l
chassis_configuration:
"chassis_type": 73
"base_mac": 02:__RANDMAC__:00:00:00
"cpm_card_type": 188
slot_configuration:
1:
"card_type": 188
"mda_type": 202
ixrh2: |
# ixrh2
chassis_configuration:
"chassis_type": 61
"base_mac": 02:__RANDMAC__:00:00:00
"cpm_card_type": 179
slot_configuration:
1:
"card_type": 179
"mda_type": 197
ixrh3: |
# ixrh3
chassis_configuration:
"chassis_type": 62
"base_mac": 02:__RANDMAC__:00:00:00
"cpm_card_type": 178
slot_configuration:
1:
"card_type": 178
"mda_type": 198
ixr6: |
# ixr6
chassis_configuration:
Expand All @@ -51,7 +99,7 @@ data:
"card_type": 127
"mda_type": 36
ixrd10: |
ixr10: |
# ixr10
chassis_configuration:
"chassis_type": 43
Expand Down

0 comments on commit 40f9b31

Please sign in to comment.