Skip to content

Commit b58bd91

Browse files
Chassis_type Fix (#44)
* Update controller image tag to v0.6.2 * Update chassis_type values for ixr6e and ixr10e fixed chassistype * Update README with new image tag v0.6.2
1 parent 0daf33f commit b58bd91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To build `srl-controller` container image, execute:
144144

145145
```bash
146146
# don't forget to set the correct tag
147-
# for example make docker-build IMG=ghcr.io/srl-labs/srl-controller:v0.6.1
147+
# for example make docker-build IMG=ghcr.io/srl-labs/srl-controller:v0.6.2
148148
make docker-build IMG=ghcr.io/srl-labs/srl-controller:${tag}
149149
```
150150

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ kind: Kustomization
1010
images:
1111
- name: controller
1212
newName: ghcr.io/srl-labs/srl-controller
13-
newTag: v0.6.1
13+
newTag: v0.6.2

controllers/manifests/variants/srl_variants.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ data:
106106
ixr6e: |
107107
# ixr6e
108108
chassis_configuration:
109-
"chassis_type": 68
109+
"chassis_type": 2
110110
"base_mac": 02:__RANDMAC__:00:00:00
111111
"cpm_card_type": 184
112112
@@ -130,7 +130,7 @@ data:
130130
ixr10e: |
131131
# ixr10e
132132
chassis_configuration:
133-
"chassis_type": 69
133+
"chassis_type": 4
134134
"base_mac": 02:__RANDMAC__:00:00:00
135135
"cpm_card_type": 184
136136

0 commit comments

Comments
 (0)