Closed skycastlelily closed 1 week ago
here is the part of req : 'hostRequires': {'and': [{'or': [{'key_value': {'_key': 'NETBOOT_METHOD', '_op': 'like', '_value': 'grub2'}}, {'key_value': {'_key': 'NETBOOT_METHOD', '_op': 'like', '_value': 'efigrub'}}]}, {'not': {'key_value': {'_key': 'BOOTDISK', '_op': 'like', '_value': 'nvme'}}}]}
and here is output
The problem is that add_dict_to_node will do nothing if the value is a list
here is the part of req : 'hostRequires': {'and': [{'or': [{'key_value': {'_key': 'NETBOOT_METHOD', '_op': 'like', '_value': 'grub2'}}, {'key_value': {'_key': 'NETBOOT_METHOD', '_op': 'like', '_value': 'efigrub'}}]}, {'not': {'key_value': {'_key': 'BOOTDISK', '_op': 'like', '_value': 'nvme'}}}]}
and here is output
The problem is that add_dict_to_node will do nothing if the value is a list