Merge "Enable inspector by default"

This commit is contained in:
Jenkins 2016-12-02 18:14:13 +00:00 committed by Gerrit Code Review
commit 69af537eb9
3 changed files with 8 additions and 2 deletions

View File

@ -114,7 +114,7 @@ inventory_dhcp: False
inventory_dns: False
# Settings to enable the use of inspector
enable_inspector: false
enable_inspector: true
inspector_auth: "noauth"
inspector_debug: true
inspector_manage_firewall: false

View File

@ -31,5 +31,5 @@ always_store_ramdisk_logs = {{ inspector_store_ramdisk_logs | default('true') |
node_not_found_hook = enroll
[discovery]
enroll_node_driver = {{ inspector.discovery.enroll_node_driver | default('fake') }}
enroll_node_driver = {{ inspector.discovery.enroll_node_driver | default('pxe_ssh') }}
{% endif %}

View File

@ -0,0 +1,6 @@
---
prelude: >
Inspector now installed and enabled by default.
features:
- Changes default value for enable_inspector variable
from false to true.