Disable introspection extras 09/48109/1
authorTim Rozet <trozet@redhat.com>
Wed, 29 Nov 2017 22:17:07 +0000 (17:17 -0500)
committerTim Rozet <trozet@redhat.com>
Thu, 30 Nov 2017 18:37:57 +0000 (18:37 +0000)
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>
(cherry picked from commit a9051056309f8a8b51b4533d67525efc790587b4)

apex/undercloud/undercloud.py

index 5003563..523df15 100644 (file)
@@ -186,6 +186,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]),