Enable inspector by default
Set the default value for enable_inspector to True. Also set the inspector default driver to pxe_ssh as the current default 'fake' is not enabled and causes the node to not be registered. Change-Id: I86757706d88db95830959336b059e919417bf27d
This commit is contained in:
parent
106e25413c
commit
d806782122
@ -114,7 +114,7 @@ inventory_dhcp: False
|
|||||||
inventory_dns: False
|
inventory_dns: False
|
||||||
|
|
||||||
# Settings to enable the use of inspector
|
# Settings to enable the use of inspector
|
||||||
enable_inspector: false
|
enable_inspector: true
|
||||||
inspector_auth: "noauth"
|
inspector_auth: "noauth"
|
||||||
inspector_debug: true
|
inspector_debug: true
|
||||||
inspector_manage_firewall: false
|
inspector_manage_firewall: false
|
||||||
|
@ -31,5 +31,5 @@ always_store_ramdisk_logs = {{ inspector_store_ramdisk_logs | default('true') |
|
|||||||
node_not_found_hook = enroll
|
node_not_found_hook = enroll
|
||||||
|
|
||||||
[discovery]
|
[discovery]
|
||||||
enroll_node_driver = {{ inspector.discovery.enroll_node_driver | default('fake') }}
|
enroll_node_driver = {{ inspector.discovery.enroll_node_driver | default('pxe_ssh') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
prelude: >
|
||||||
|
Inspector now installed and enabled by default.
|
||||||
|
features:
|
||||||
|
- Changes default value for enable_inspector variable
|
||||||
|
from false to true.
|
Loading…
Reference in New Issue
Block a user