summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-06-15 15:05:41 -0400
committerGitHub <noreply@github.com>2017-06-15 15:05:41 -0400
commit1ded13614039e408c81520020b5dccf3523915a4 (patch)
tree7a70c321962053c319f46bd2a73d5e7d5fd1174a /inventory
parent0862f7b6f1448d6ea1fe6c836b3ba1de0afb4485 (diff)
parent39e3ae639217738e3ffbb7e90a1e8940bc840798 (diff)
downloadopenshift-1ded13614039e408c81520020b5dccf3523915a4.tar.gz
openshift-1ded13614039e408c81520020b5dccf3523915a4.tar.bz2
openshift-1ded13614039e408c81520020b5dccf3523915a4.tar.xz
openshift-1ded13614039e408c81520020b5dccf3523915a4.zip
Merge pull request #4041 from tbielawa/cfme
CFME as an OpenShift Pod
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.origin.example7
-rw-r--r--inventory/byo/hosts.ose.example7
2 files changed, 14 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 86b4de4b7..30ef3dbbb 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -191,6 +191,13 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# or
#openshift_master_request_header_ca_file=<path to local ca file to use>
+# CloudForms Management Engine (ManageIQ) App Install
+#
+# Enables installation of MIQ server. Recommended for dedicated
+# clusters only. See roles/openshift_cfme/README.md for instructions
+# and requirements.
+#openshift_cfme_install_app=False
+
# Cloud Provider Configuration
#
# Note: You may make use of environment variables rather than store
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index cbaf22810..a1b04af23 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -190,6 +190,13 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# or
#openshift_master_request_header_ca_file=<path to local ca file to use>
+# CloudForms Management Engine (ManageIQ) App Install
+#
+# Enables installation of MIQ server. Recommended for dedicated
+# clusters only. See roles/openshift_cfme/README.md for instructions
+# and requirements.
+#openshift_cfme_install_app=False
+
# Cloud Provider Configuration
#
# Note: You may make use of environment variables rather than store