X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FAccessors%2FAccessors_standard.py;h=a19313a69b92a84e83ab9054f68d6461c2141e13;hb=e84eace67a0681310ca4cb7b9d6da7f455863ac1;hp=c1bf928b7fe43d73a80ff9fb473d50aabd0cef9c;hpb=f98a7bb1e1b209623a77710c7620389b6dbf0ee1;p=plcapi.git diff --git a/PLC/Accessors/Accessors_standard.py b/PLC/Accessors/Accessors_standard.py index c1bf928..a19313a 100644 --- a/PLC/Accessors/Accessors_standard.py +++ b/PLC/Accessors/Accessors_standard.py @@ -45,6 +45,18 @@ define_accessors(current_module, Node, "PlainBootstrapfs", "plain-bootstrapfs", "node/config", "use uncompressed bootstrapfs when set", get_roles=all_roles, set_roles=tech_roles) +# the tags considered when creating a boot CD +define_accessor(current_module, Node, "Serial", "serial", + "node/bootcd", "serial to use when creating the boot CD -- see GetBootMedium") +define_accessor(current_module, Node, "Cramfs", "cramfs", + "node/bootcd", "boot CD to use cramfs if set -- see GetBootMedium") +define_accessor(current_module, Node, "Kvariant", "kvariant", + "node/bootcd", "the variant to use for creating the boot CD -- see GetBootMedium") +define_accessor(current_module, Node, "Kargs", "kargs", + "node/bootcd", "extra args to pass the kernel on the Boot CD -- see GetBootMedium") +define_accessor(current_module, Node, "NoHangcheck", "no-hangcheck", + "node/bootcd", "disable hangcheck on the boot CD if set -- see GetBootMedium") + # interface # xxx - don't expose yet in api interface and slices dont know how to use that yet define_accessors(current_module, Interface, "Ifname", "ifname",