diff --git a/lib/refrepo/csv_importer.rb b/lib/refrepo/csv_importer.rb index 8396e4c7db9c0d210ed743680f0ab49ef73cec98..62d3eb7bf91445ea7c6c3f70e860122fa35fb89d 100644 --- a/lib/refrepo/csv_importer.rb +++ b/lib/refrepo/csv_importer.rb @@ -118,7 +118,6 @@ nodes: cache_l2: 8 # Fake cache, will be replaced by g5k-checks cache_l3: 8 # Fake cache, will be replaced by g5k-checks instruction_set: x86-64 # Common instruction set, will be replaced by g5k-checks - microcode: "0xd000001" # Fake microcode, will be replaced by g5k-checks ht_capable: true # Default ht capable value, will be replaced by g5k-checks main_memory: ram_size: 8 # Fake ram size, will be replaced by g5k-checks diff --git a/lib/refrepo/valid/input/schemas/schema-node.yaml b/lib/refrepo/valid/input/schemas/schema-node.yaml index 31d0f4ce512ddad3af317ad1a63702e5ce51e74b..84bc45d0cadda8503570bd5078493f8d2141b67c 100644 --- a/lib/refrepo/valid/input/schemas/schema-node.yaml +++ b/lib/refrepo/valid/input/schemas/schema-node.yaml @@ -102,7 +102,7 @@ processor: cache_l3: integer clock_speed: integer instruction_set: string - microcode: string + microcode: optional_string model: string other_description: string vendor: string