Skip to content

Commit e761526

Browse files
committed
Adding pinned_dependencies file
This file in conjuction with: * openstack-k8s-operators#3774 * openstack-k8s-operators#3772 Allows ci-framework to clone those repos (architecture was already enabled) when repositories are not already there due to zuul has not marked them as required-projects or because we're running them outside the zuul ecosystem. This is the lowest precedence, so if we still have these vars defined at zuul level or defaults-vars (passed as extra-vars) or scenarios files, this file is not taken into consideration. Signed-off-by: Enrique Vallespi Gil <evallesp@redhat.com>
1 parent 7680a88 commit e761526

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

group_vars/pinned_dependencies.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
# Pinned external project dependencies.
3+
#
4+
# These variables define the source URL and version for
5+
# projects that ci-framework can either receive from Zuul (as a
6+
# required-project checkout) or clone on its own when running
7+
# outside Zuul or when the project is not in required-projects.
8+
#
9+
# Roles reference these variables directly in their tasks.
10+
# Jobs can override any of them via vars or extra-vars.
11+
12+
# repo-setup
13+
cifmw_repo_setup_src: "https://github.com/openstack-k8s-operators/repo-setup"
14+
cifmw_repo_setup_version: "main"
15+
16+
# install_yamls
17+
cifmw_install_yamls_src: "https://github.com/openstack-k8s-operators/install_yamls.git"
18+
cifmw_install_yamls_version: "main"
19+
20+
# architecture
21+
cifmw_kustomize_deploy_architecture_repo_url: "https://github.com/openstack-k8s-operators/architecture"
22+
cifmw_kustomize_deploy_architecture_repo_version: "stable"

0 commit comments

Comments
 (0)