diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-12-10 11:21:16 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-12-10 11:21:16 -0500 |
commit | b10f66a2786161c79e68ba8f7e6f9b3a2caab76c (patch) | |
tree | 7e8d782d73cad3875edba603ed19c5e8ba5f6f44 /inventory/byo/hosts.aep.example | |
parent | 493dba34b5100301366c550596be50e0b7d5a681 (diff) | |
parent | 9fc1e7ac3e066add840be7691a9647f6157afe27 (diff) | |
download | openshift-b10f66a2786161c79e68ba8f7e6f9b3a2caab76c.tar.gz openshift-b10f66a2786161c79e68ba8f7e6f9b3a2caab76c.tar.bz2 openshift-b10f66a2786161c79e68ba8f7e6f9b3a2caab76c.tar.xz openshift-b10f66a2786161c79e68ba8f7e6f9b3a2caab76c.zip |
Merge pull request #1030 from jtslear/make-examples-optional
Make the install of openshift_examples optional
Diffstat (limited to 'inventory/byo/hosts.aep.example')
-rw-r--r-- | inventory/byo/hosts.aep.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index d5b872e06..096d806a3 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -21,6 +21,9 @@ ansible_ssh_user=root # deployment type valid values are origin, online, atomic-enterprise, and openshift-enterprise deployment_type=atomic-enterprise +# Install the openshift examples +#openshift_install_examples=true + # Enable cluster metrics #use_cluster_metrics=true |