__deprecations_metrics.yml 1.1 KB

1234567891011121314151617
  1. ---
  2. # this is used to set the metrics variables from deprecated values to the current variables names
  3. # this file should be deleted once variables are no longer honored
  4. - conditional_set_fact:
  5. facts: "{{ hostvars[inventory_hostname] }}"
  6. vars:
  7. openshift_metrics_storage_access_modes: openshift_hosted_metrics_storage_access_modes
  8. openshift_metrics_storage_host: openshift_hosted_metrics_storage_host
  9. openshift_metrics_storage_nfs_directory: openshift_hosted_metrics_storage_nfs_directory
  10. openshift_metrics_storage_volume_name: openshift_hosted_metrics_storage_volume_name
  11. openshift_metrics_storage_volume_size: openshift_hosted_metrics_storage_volume_size
  12. openshift_metrics_storage_labels: openshift_hosted_metrics_storage_labels
  13. openshift_metrics_image_prefix: openshift_hosted_metrics_deployer_prefix
  14. openshift_metrics_image_version: openshift_hosted_metrics_deployer_version
  15. openshift_metrics_install_metrics: openshift_hosted_metrics_deploy
  16. openshift_metrics_storage_kind: openshift_hosted_metrics_storage_kind