renamed installed_bonds into bonding_builds and added bonding_nodes
[tests.git] / system / config_default.py
index 609cc4a..6ff71f0 100644 (file)
@@ -66,6 +66,12 @@ def nodes(options, index):
              'route_fields' :           { 'subnet' : '0.0.0.0/0',
                                           'next_hop' : 'xxx-deferred-xxx',
                                           },
+             'bootmedium_options' :     [ 'serial', 'no-hangcheck', 'systemd-debug' ],
+             # provision for bonding
+             'tags'               :     {
+                 # not needed anymore
+                 # 'plain-bootstrapfs' : 'YES'
+             },
              # boot cd settings
              # we should have tags here instead of the hard-wired
              # options set for GetBootMedium in TestNode.py