--- # 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 the 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_setup_repos" # To get dlrn md5 hash for components [baremetal,cinder,clients,cloudops,common, # compute,glance,manila,network,octavia,security,swift,tempest,podified,ui,validation] cifmw_repo_setup_basedir: "{{ cifmw_basedir }}" cifmw_repo_setup_venv: "{{ cifmw_repo_setup_basedir }}/venv/repo-setup" cifmw_repo_setup_promotion: "{{ cifmw_default_container_image_tag }}" cifmw_repo_setup_branch: "antelope" cifmw_repo_setup_dlrn_uri: "https://trunk.rdoproject.org/" cifmw_repo_setup_rdo_mirror: "{{ cifmw_repo_setup_dlrn_uri }}" cifmw_repo_setup_os_release: "{{ ansible_distribution | lower }}" cifmw_repo_setup_dist_major_version: "{{ ansible_distribution_major_version }}" cifmw_repo_setup_src: "{{ cifmw_repo_setup_url | default('https://github.com/openstack-k8s-operators/repo-setup') }}" cifmw_repo_setup_version: "{{ cifmw_repo_setup_version_pin | default('HEAD') }}" cifmw_repo_setup_output: "{{ cifmw_repo_setup_basedir }}/artifacts/repositories" cifmw_repo_setup_env: {} cifmw_repo_setup_additional_repos: '' cifmw_repo_setup_dlrn_hash_tag: '' cifmw_repo_setup_extra_repos: [] cifmw_repo_setup_disable_repos: [] cifmw_repo_setup_component_name: '' cifmw_repo_setup_component_promotion_tag: component-ci-testing # Variables related to rhos-release tools # rhos-release is used in downstream to populate downstream base os repos # cifmw_repo_setup_rhos_release_rpm: # cifmw_repo_setup_rhos_release_args: cifmw_repo_setup_enable_rhos_release: false cifmw_repo_setup_rhos_release_gpg_check: true cifmw_repo_setup_rhos_release_path: "{{ cifmw_repo_setup_basedir }}/rhos-release"