summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-01-04 13:27:05 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-01-04 13:27:05 -0500
commit82e39dc41228833ea32064e7404b908da70d7ae5 (patch)
tree0bfd82c2840cf5b09b5b57b11c6e6434a8a2c31c /roles
parent1a5319841b028d94294f683e407963742f340fe5 (diff)
parent8753a3f52863a4c70105dddcc8cf1d6d99c22b95 (diff)
downloadopenshift-82e39dc41228833ea32064e7404b908da70d7ae5.tar.gz
openshift-82e39dc41228833ea32064e7404b908da70d7ae5.tar.bz2
openshift-82e39dc41228833ea32064e7404b908da70d7ae5.tar.xz
openshift-82e39dc41228833ea32064e7404b908da70d7ae5.zip
Merge pull request #1050 from enoodle/propose_manageiq_as_default
Propose adding ManageIQ service account by default
Diffstat (limited to 'roles')
-rwxr-xr-xroles/openshift_facts/library/openshift_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py
index 16630d5fd..911a684fc 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -1121,7 +1121,7 @@ class OpenShiftFacts(object):
common = dict(use_openshift_sdn=True, ip=ip_addr, public_ip=ip_addr,
deployment_type='origin', hostname=hostname,
- public_hostname=hostname, use_manageiq=False)
+ public_hostname=hostname, use_manageiq=True)
common['client_binary'] = 'oc'
common['admin_binary'] = 'oadm'
common['dns_domain'] = 'cluster.local'