--- # Copyright Red Hat, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for specific language governing permissions and limitations # under the License. # All variables intended for modification should be placed in this file. # All variables within this role should have a prefix of "cifmw_deploy_loki" cifmw_deploy_loki: true cifmw_deploy_loki_wait_for_csv: true cifmw_deploy_loki_base_dir: >- {{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }} cifmw_deploy_loki_manifest_dest: >- {{ [ cifmw_deploy_loki_base_dir, 'artifacts', 'manifests', 'deploy_loki_for_ck.yaml' ] | path_join }} cifmw_deploy_loki_operator_namespace: openshift-operators-redhat cifmw_deploy_loki_subscription_channel: stable-6.4 cifmw_deploy_loki_subscription_name: loki-operator cifmw_deploy_loki_catalog_source: redhat-operators cifmw_deploy_loki_catalog_namespace: openshift-marketplace cifmw_deploy_loki_minio_namespace: minio-dev cifmw_deploy_loki_minio_image: quay.io/minio/minio:latest cifmw_deploy_loki_minio_pvc_storage: 10Gi cifmw_deploy_loki_minio_storage_class: lvms-local-storage # If empty, OpenShift assigns hosts for the routes. cifmw_deploy_loki_minio_route_console_host: "" cifmw_deploy_loki_minio_route_api_host: "" cifmw_deploy_loki_openstack_namespace: openstack cifmw_deploy_loki_s3_secret_name: cloudkitty-loki-s3 cifmw_deploy_loki_s3_bucket: loki cifmw_deploy_loki_minio_access_key: minio cifmw_deploy_loki_minio_secret_key: minio123 cifmw_deploy_loki_csv_wait_retries: 30 cifmw_deploy_loki_csv_wait_delay: 10