|
| 1 | +--- |
| 2 | +become_override: false |
| 3 | +ocp_username: opentlc-mgr |
| 4 | +silent: false |
| 5 | + |
| 6 | +# Helm Chart to deploy |
| 7 | +ocp4_workload_mta8_repo: https://github.com/redhat-gpte-devopsautomation/agnosticd_workload_helm_charts.git |
| 8 | +# Tag to deploy |
| 9 | +ocp4_workload_mta8_repo_tag: main |
| 10 | +ocp4_workload_mta8_repo_path: mta8 |
| 11 | + |
| 12 | +# Deploy the operator into each user's namespace |
| 13 | +ocp4_workload_mta8_deploy_operator: true |
| 14 | +# Tackle subscription channel to use |
| 15 | +ocp4_workload_mta8_channel: stable-v8.0 |
| 16 | +ocp4_workload_mta8_starting_csv: "" |
| 17 | + |
| 18 | +# How many users to set up |
| 19 | +ocp4_workload_mta8_num_users: 1 |
| 20 | + |
| 21 | +# Namespace base |
| 22 | +# If num_users == 1 then this will be the name of the namespace |
| 23 | +# If num_users > 1 the user base and user number will be appended to this base |
| 24 | +ocp4_workload_mta8_namespace_base: mta |
| 25 | +# UserID for Single User Setup |
| 26 | +ocp4_workload_mta8_user: admin |
| 27 | +# Base for multi user setup |
| 28 | +ocp4_workload_mta8_user_base: user |
| 29 | + |
| 30 | +# Role to grant users for the tackle namespace |
| 31 | +ocp4_workload_mta8_role: admin |
| 32 | + |
| 33 | +# Seed Tackle with information |
| 34 | +# When seeding is enabled authentication must be turned off |
| 35 | +# (until this is fixed in the operator) |
| 36 | +ocp4_workload_mta8_seed: false |
| 37 | + |
| 38 | +# Image for the job to seed tackle. The image must have the data to be seeded inside |
| 39 | +# See https://github.com/redhat-gpte-devopsautomation/tackle2-setup-container.git |
| 40 | +# Tag should match version of operator channel subscription |
| 41 | +# "stable-v2.0" -> "1.0" (legacy tag name) |
| 42 | +# "stable-v2.1" -> "v2.1.1" (new matching tag names) |
| 43 | +ocp4_workload_mta8_seed_image: quay.io/gpte-devops-automation/tackle2-setup |
| 44 | +ocp4_workload_mta8_seed_tag: "release-0.4-mta7" |
| 45 | +ocp4_workload_mta8_seed_pull_policy: IfNotPresent |
| 46 | + |
| 47 | +# These are hardcoded and can't be changed at the moment, first login requires changing |
| 48 | +# Disable authentication by setting ocp4_workload_mta8_feature_auth_required: false |
| 49 | +# ocp4_workload_mta8_user: admin |
| 50 | +# ocp4_workload_mta8_password: password |
| 51 | + |
| 52 | +# -------------------------------- |
| 53 | +# Tackle V2 specific settings |
| 54 | +# -------------------------------- |
| 55 | +ocp4_workload_mta8_feature_auth_required: false |
| 56 | +ocp4_workload_mta8_maven_data_volume_size: 10Gi |
| 57 | +ocp4_workload_mta8_hub_bucket_volume_size: 10Gi |
| 58 | +ocp4_workload_mta8_hub_database_volume_size: 5Gi |
| 59 | +ocp4_workload_mta8_keycloak_database_data_volume_size: 1Gi |
| 60 | +ocp4_workload_mta8_pathfinder_database_data_volume_size: 1Gi |
| 61 | +ocp4_workload_mta8_tackle_setup_user: "" |
| 62 | +ocp4_workload_mta8_tackle_setup_password: "" |
| 63 | +ocp4_workload_mta8_rwx_supported: false |
| 64 | + |
| 65 | +# -------------------------------- |
| 66 | +# Use a Catalog Snapshot |
| 67 | +# -------------------------------- |
| 68 | +ocp4_workload_mta8_catalogsource_setup: false |
| 69 | +ocp4_workload_mta8_catalogsource_name: redhat-operators-snapshot-mta7 |
| 70 | +ocp4_workload_mta8_catalogsource_image: quay.io/gpte-devops-automation/olm_snapshot_redhat_catalog |
| 71 | +ocp4_workload_mta8_catalogsource_image_tag: v4.15_2024_03_11 |
0 commit comments