summaryrefslogtreecommitdiffstats
path: root/apex/undercloud
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-11-29 17:17:07 -0500
committerTim Rozet <trozet@redhat.com>2017-11-29 17:17:07 -0500
commita9051056309f8a8b51b4533d67525efc790587b4 (patch)
tree5924200910cff6d4bae47f2fdc709213253a62cf /apex/undercloud
parent33aebc3b51ce4bc816499a8b68a7feca77a12c6c (diff)
Disable introspection extras
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>
Diffstat (limited to 'apex/undercloud')
-rw-r--r--apex/undercloud/undercloud.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/undercloud/undercloud.py b/apex/undercloud/undercloud.py
index 5d73dd49..abbe3ffe 100644
--- a/apex/undercloud/undercloud.py
+++ b/apex/undercloud/undercloud.py
@@ -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]),