diff options
author | Dan Radez <dradez@redhat.com> | 2017-10-20 15:30:20 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-02-07 21:56:16 +0000 |
commit | 63000d6dba8990bd01683a6e210cf7e57f3664f7 (patch) | |
tree | f0145a867f2b6cf7b09bc0521a4279a4e6c221f6 /config/deploy/deploy_settings.yaml | |
parent | 50f1d92e0aa0e5720adc44f23ed59a4cfc1c4b58 (diff) |
Allow disabling ipxe for provisioning
JIRA: APEX-535
Change-Id: I52d17e962fc4a504db1ddbc20df0ac56a208f34b
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'config/deploy/deploy_settings.yaml')
-rw-r--r-- | config/deploy/deploy_settings.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/deploy/deploy_settings.yaml b/config/deploy/deploy_settings.yaml index a5e9e960..ab3b0a37 100644 --- a/config/deploy/deploy_settings.yaml +++ b/config/deploy/deploy_settings.yaml @@ -7,9 +7,12 @@ # If ha_enabled is false, there will only be one controller. global_params: ha_enabled: true - # introspect defaults to True, if set false the introspection process will - # be skipped at deploy time. + # 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', |