boot-debug.yaml does not accept MAC address with Capital alphabets #92
sujit-jadhav
started this conversation in
General
Replies: 1 comment
-
|
yeah we have an issue open on this for BSS: OpenCHAMI/bss#70 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If boot-debug.yaml has MAC address with capital alphabets:
C4:CB:E1:BF:24:8E
Following error occurs:
[root@demo nodes]# ochami bss boot params set -f yaml -d @/opt/workdir/nodes/boot-debug.yaml
2025-06-13T16:41:29+05:30 WRN lib.go:223 > 14m15.559353358s until token expires
2025-06-13T16:41:29+05:30 ERR bss-boot-params-set.go:133 > BSS boot parameter request yielded unsuccessful HTTP response error="PutBootParams(): failed to PUT boot parameters to BSS: unsuccessful HTTP status: HTTP/2.0 400 Bad Request: {"type":"about:blank","title":"Bad Request","detail":"No data","status":400}\n"
2025-06-13T16:41:29+05:30 ERR lib.go:433 > see 'ochami bss boot params set --help' for long command help
[root@demo nodes]#
If we give MAC address with all small alphabets, then command works fine:
initrd: 'http://172.16.0.254:9000/boot-images/efi-images/compute/debug/initramfs-5.14.0-570.21.1.el9_6.x86_64.img'
params: 'nomodeset ro root=live:http://172.16.0.254:9000/boot-images/compute/debug/rocky9.6-compute-debug-9.6 ip=dhcp overlayroot=tmpfs overlayroot_cfgdisk=disabled apparmor=0 selinux=0 console=ttyS0,115200 ip6=off cloud-init=enabled ds=nocloud-net;s=http://172.16.0.254:8081/cloud-init'
macs:
Beta Was this translation helpful? Give feedback.
All reactions