|
| 1 | +--- |
| 2 | +# Copyright Red Hat, Inc. |
| 3 | +# All Rights Reserved. |
| 4 | +# |
| 5 | +# Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 6 | +# not use this file except in compliance with the License. You may obtain |
| 7 | +# a copy of the License at |
| 8 | +# |
| 9 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +# |
| 11 | +# Unless required by applicable law or agreed to in writing, software |
| 12 | +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 13 | +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 14 | +# License for the specific language governing permissions and limitations |
| 15 | +# under the License. |
| 16 | + |
| 17 | + |
| 18 | +# Can be one of ['pxe', 'iso'] |
| 19 | +cifmw_ocp_agent_installer_bootstrap_assets: pxe |
| 20 | +cifmw_ocp_agent_installer_add_ingress_cert_to_ca_trust: true |
| 21 | + |
| 22 | +cifmw_ocp_agent_installer_openshift_version: stable-4.18 |
| 23 | +cifmw_ocp_agent_installer_mirror_url: https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp |
| 24 | +cifmw_ocp_agent_installer_client_url: "{{ cifmw_ocp_agent_installer_mirror_url }}/{{ cifmw_ocp_agent_installer_openshift_version }}/openshift-client-linux.tar.gz" |
| 25 | +cifmw_ocp_agent_installer_installer_url: "{{ cifmw_ocp_agent_installer_mirror_url }}/{{ cifmw_ocp_agent_installer_openshift_version }}/openshift-install-linux.tar.gz" |
| 26 | + |
| 27 | +cifmw_ocp_agent_installer_base_dir: "{{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}/ocp-agent-installer" |
| 28 | +cifmw_ocp_agent_installer_bin_dir: "{{ ansible_user_dir }}/bin" |
| 29 | +cifmw_ocp_agent_installer_kube_config_dir: "{{ ansible_user_dir }}/.kube" |
| 30 | +cifmw_ocp_agent_installer_cluster_dir: "{{ cifmw_ocp_agent_installer_base_dir }}/ocp-cluster" |
| 31 | +cifmw_ocp_agent_installer_manifests_dir: "{{ cifmw_ocp_agent_installer_cluster_dir }}/openshift" |
| 32 | +cifmw_ocp_agent_installer_agent_installer_dir: "{{ cifmw_ocp_agent_installer_base_dir }}/agent-installer" |
| 33 | +cifmw_ocp_agent_installer_cluster_custom_config_dir: "{{ cifmw_ocp_agent_installer_base_dir }}/cluster-custom-config/" |
| 34 | +cifmw_ocp_agent_installer_butane_dir: "{{ cifmw_ocp_agent_installer_cluster_custom_config_dir }}/butane" |
| 35 | +cifmw_ocp_agent_installer_machine_configs_dir: "{{ cifmw_ocp_agent_installer_cluster_custom_config_dir }}/machine-configs" |
| 36 | +cifmw_ocp_agent_installer_config_assets_dir: "{{ cifmw_ocp_agent_installer_cluster_custom_config_dir }}/config-assets" |
| 37 | + |
| 38 | +cifmw_ocp_agent_installer_boot_artifacts_dir: /var/www/html/boot-artifacts |
| 39 | + |
| 40 | +cifmw_ocp_agent_installer_install_config: |
| 41 | +cifmw_ocp_agent_installer_agent_config: |
| 42 | +cifmw_ocp_agent_installer_pull_secret: |
| 43 | + |
| 44 | +cifmw_ocp_agent_installer_cinder_volume_pvs: [] |
| 45 | +cifmw_ocp_agent_installer_cinder_volume_roles: |
| 46 | + - master |
| 47 | +cifmw_ocp_agent_installer_enable_multipath: false |
| 48 | +cifmw_ocp_agent_installer_multipath_roles: |
| 49 | + - master |
| 50 | +cifmw_ocp_agent_installer_enable_iscsi: false |
| 51 | +cifmw_ocp_agent_installer_iscsi_roles: |
| 52 | + - master |
| 53 | +cifmw_ocp_agent_installer_disable_net_ifnames: true |
| 54 | +cifmw_ocp_agent_installer_net_ifnames_roles: |
| 55 | + - master |
| 56 | + |
| 57 | +# OVN Configuration |
| 58 | +cifmw_ocp_agent_installer_enable_ovn_k8s_overrides: true |
| 59 | +cifmw_ocp_agent_installer_ovn_k8s_gateway_config_ip_forwarding: true |
| 60 | +cifmw_ocp_agent_installer_ovn_k8s_gateway_config_host_routing: false |
| 61 | + |
| 62 | +# Etcd - set to true for controlPlaneHardwareSpeed = Slower |
| 63 | +# https://www.redhat.com/en/blog/introducing-selectable-profiles-for-etcd |
| 64 | +cifmw_ocp_agent_installer_enable_etcd_hardware_speed_slow: true |
| 65 | + |
| 66 | +cifmw_ocp_agent_installer_enable_image_content_source_policy: false |
| 67 | +# To enable ImageContentSourcePolicy (ICSP), set this variable to contain the value |
| 68 | +# for the ICSP spec's repositoryDigestMirrors field. |
| 69 | +cifmw_ocp_agent_installer_image_content_source_policy_mirrors: [] |
| 70 | + |
| 71 | +cifmw_ocp_agent_installer_enable_additional_trusted_ca: false |
| 72 | +cifmw_ocp_agent_installer_ocp_additional_trusted_ca: |
| 73 | + - name: registry-proxy.engineering.redhat.com |
| 74 | + url: https://url.corp.redhat.com/hotstack-ca |
0 commit comments