Disable introspection extras 45/48045/1
authorTim Rozet <trozet@redhat.com>
Wed, 29 Nov 2017 22:17:07 +0000 (17:17 -0500)
committerTim Rozet <trozet@redhat.com>
Wed, 29 Nov 2017 22:17:07 +0000 (17:17 -0500)
According to the documentation introspection extras attempts to collect
more hardware info during inspection.  This is causing problems for some
users and we do not need it for our deployments.

JIRA: APEX-534

Change-Id: Ia4a72ed14fb744a10d02ee2d3f4e283cc7208c2b
Signed-off-by: Tim Rozet <trozet@redhat.com>
apex/undercloud/undercloud.py

index 5d73dd4..abbe3ff 100644 (file)
@@ -192,6 +192,7 @@ class Undercloud:
             "enable_ui false",
             "undercloud_update_packages false",
             "undercloud_debug false",
+            "inspection_extras false",
             "undercloud_hostname undercloud.{}".format(ns['dns-domain']),
             "local_ip {}/{}".format(str(ns_admin['installer_vm']['ip']),
                                     str(ns_admin['cidr']).split('/')[1]),