summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-11-29 17:17:07 -0500
committerTim Rozet <trozet@redhat.com>2017-11-30 18:37:57 +0000
commitf0a86a34cbee2965ac7bdb9d1ec3f4f31b396a99 (patch)
tree56faad950507f9ca464a01789b6cee99e9ed74b7
parent1a20188ff7804487ddc3ac457f12cf765ef186ce (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> (cherry picked from commit a9051056309f8a8b51b4533d67525efc790587b4)
-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 50035638..523df155 100644
--- a/apex/undercloud/undercloud.py
+++ b/apex/undercloud/undercloud.py
@@ -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]),