Allow disabling ipxe for provisioning
[apex.git] / config / deploy / deploy_settings.yaml
index 7406fe6..ab3b0a3 100644 (file)
@@ -7,6 +7,12 @@
 # If ha_enabled is false, there will only be one controller.
 global_params:
   ha_enabled: true
+  # introspect defaults to True,
+  # Enables/disables the introspection process at deploy time.
+  introspect: true
+  # ipxe defaults to True
+  # Enables/disables the use of ipxe for provisioning
+  ipxe: true
 
 deploy_options:
   # Which SDN controller to use. Valid options are 'opendaylight', 'onos',
@@ -15,13 +21,9 @@ deploy_options:
   sdn_controller: opendaylight
 
   # Which version of ODL to use. This is only valid if 'opendaylight' was used
-  # above. Valid options are 'carbon'. If no value
-  # is specified, carbon will be used.
-  # odl_version: carbon
-
-  # Whether to configure ODL L3 support. This will disable the Neutron L3 Agent
-  # and use ODL instead.
-  sdn_l3: false
+  # above. Valid options are 'nitrogen', 'oxygen'. If no value
+  # is specified, nitrogen will be used.
+  # odl_version: nitrogen
 
   # Whether to install and configure Tacker (VNF Manager)
   tacker: true