diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2017-10-04 10:55:18 -0400 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2017-10-04 10:55:18 -0400 |
commit | 4df55b2a2722664b734974f524e0cf3eb235227f (patch) | |
tree | 6a3409d26d6225edca92822bb994dbcf90db2c8f /inventory | |
parent | 99811e05a245ef23e806f5c847f72d267b142bf1 (diff) | |
download | openshift-4df55b2a2722664b734974f524e0cf3eb235227f.tar.gz openshift-4df55b2a2722664b734974f524e0cf3eb235227f.tar.bz2 openshift-4df55b2a2722664b734974f524e0cf3eb235227f.tar.xz openshift-4df55b2a2722664b734974f524e0cf3eb235227f.zip |
Remove the no-longer-used App/DB pv size override variables from inventories
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.origin.example | 8 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 7 |
2 files changed, 0 insertions, 15 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 29467816a..77e99b0eb 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -946,13 +946,6 @@ ose3-node[1:2]-ansible.test.example.com openshift_node_labels="{'region': 'prima # setting this variable. Useful for testing specific task files. #openshift_cfme_storage_nfs_local_hostname: false -# 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 - # A hash of parameters you want to override or set in the # miq-template.yaml or miq-template-ext-db.yaml templates. Set this in # your inventory file as a simple hash. Acceptable values are defined @@ -961,4 +954,3 @@ ose3-node[1:2]-ansible.test.example.com openshift_node_labels="{'region': 'prima # # openshift_cfme_template_parameters={'APPLICATION_MEM_REQ': '512Mi'} #openshift_cfme_template_parameters: {} - diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index ccba27177..94450bc3b 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -950,13 +950,6 @@ ose3-node[1:2]-ansible.test.example.com openshift_node_labels="{'region': 'prima # setting this variable. Useful for testing specific task files. #openshift_cfme_storage_nfs_local_hostname: false -# 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 - # A hash of parameters you want to override or set in the # miq-template.yaml or miq-template-ext-db.yaml templates. Set this in # your inventory file as a simple hash. Acceptable values are defined |