diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2017-10-03 16:17:15 -0400 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2017-10-04 10:48:30 -0400 |
commit | e98941e16d176749ace5181ae06c61bbe0cf6119 (patch) | |
tree | 9b4e9a1089ea6c66d05a533c808c1ab1783bb220 /roles/openshift_cfme/defaults | |
parent | 8e10c53974b4b87e483ed0dfec3946383aa071c7 (diff) | |
download | openshift-e98941e16d176749ace5181ae06c61bbe0cf6119.tar.gz openshift-e98941e16d176749ace5181ae06c61bbe0cf6119.tar.bz2 openshift-e98941e16d176749ace5181ae06c61bbe0cf6119.tar.xz openshift-e98941e16d176749ace5181ae06c61bbe0cf6119.zip |
Documentation
* Update README
* Add parameter docs to inventory examples
* Remove unused graphic
* Update defaults
Diffstat (limited to 'roles/openshift_cfme/defaults')
-rw-r--r-- | roles/openshift_cfme/defaults/main.yml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/roles/openshift_cfme/defaults/main.yml b/roles/openshift_cfme/defaults/main.yml index b833bbb45..2c728b612 100644 --- a/roles/openshift_cfme/defaults/main.yml +++ b/roles/openshift_cfme/defaults/main.yml @@ -14,22 +14,9 @@ openshift_cfme_project_description: CloudForms Management Engine # Choose 'miq-template' for a podified database install # Choose 'miq-template-ext-db' for an external database install openshift_cfme_app_template: miq-template - # If you are using the miq-template-ext-db template then you must add # the required database parameters to the -# openshift_cfme_template_parameters variable. You only need to -# provide parameters that differ from the ones in the following -# example. Any omitted parameter by the user will be default to its -# default below: -# -# openshift_cfme_template_parameters: -# DATABASE_USER: 'root' -# DATABASE_PASSWORD: '' -# DATABASE_IP: '' -# DATABASE_PORT: 5432 -# DATABASE_NAME: 'vmdb_production' -# -# See also var: __openshift_cfme_default_db_connection_info +# openshift_cfme_template_parameters variable. ###################################################################### # STORAGE OPTIONS @@ -77,10 +64,6 @@ openshift_cfme_storage_nfs_external_hostname: false # pv. Export path definitions, relative to # {{ openshift_cfme_storage_nfs_base_dir }} # -# * REQUIRED[ALWAYS]: /miq-app - MIQ Server PV. -# -# * REQUIRED[NFS_EXTERNAL]: /miq-db - Podified DB PB -# # LOCAL NFS NOTE: # # You may may also change this value if you want to change the default |