diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2017-10-04 10:06:50 -0400 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2017-10-04 10:49:24 -0400 |
commit | 99811e05a245ef23e806f5c847f72d267b142bf1 (patch) | |
tree | eff8e611446c2d3c0b6e3952915fd80841c6f7f1 /roles/openshift_cfme/vars | |
parent | 534113870fc5e6c47fe8dbba1322a462c9cbef37 (diff) | |
download | openshift-99811e05a245ef23e806f5c847f72d267b142bf1.tar.gz openshift-99811e05a245ef23e806f5c847f72d267b142bf1.tar.bz2 openshift-99811e05a245ef23e806f5c847f72d267b142bf1.tar.xz openshift-99811e05a245ef23e806f5c847f72d267b142bf1.zip |
Add notes about SA token. Improve NFS validation.
Diffstat (limited to 'roles/openshift_cfme/vars')
-rw-r--r-- | roles/openshift_cfme/vars/main.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/openshift_cfme/vars/main.yml b/roles/openshift_cfme/vars/main.yml index f79724afa..9764f464c 100644 --- a/roles/openshift_cfme/vars/main.yml +++ b/roles/openshift_cfme/vars/main.yml @@ -8,6 +8,13 @@ __openshift_cfme_storage_classes: - preconfigured - cloudprovider +#--------------------------------------------------------------------- +# DEFAULT PV SIZES +# How large to make the MIQ application PV +__openshift_cfme_app_pv_size: 5Gi +# How large to make the MIQ PostgreSQL PV +__openshift_cfme_db_pv_size: 15Gi + # Name of the application templates with object/parameter definitions __openshift_cfme_app_templates: - miq-template-ext-db |