Skip to content

Commit d6603d4

Browse files
committed
get rid of _arch_repo
1 parent 926a1e9 commit d6603d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scenarios/reproducers/bgp-l3-xl.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -887,21 +887,20 @@ cifmw_devscripts_enable_ocp_nodes_host_routing: true
887887
# controller-0 as-is and be consumed by the `deploy-va.sh` script.
888888
# Please note, all paths are on the controller-0, meaning managed by the
889889
# Framework. Please do not edit them!
890-
_arch_repo: "{{ cifmw_architecture_repo }}"
891890
cifmw_architecture_scenario: bgp-l3-xl
892891
cifmw_kustomize_deploy_architecture_examples_path: "examples/dt/"
893892
cifmw_arch_automation_file: "bgp-l3-xl.yaml"
894893
cifmw_architecture_automation_file: >-
895894
{{
896-
(_arch_repo,
895+
(cifmw_architecture_repo,
897896
'automation/vars',
898897
cifmw_arch_automation_file) |
899898
path_join
900899
}}
901900
902901
cifmw_kustomize_deploy_metallb_source_files: >-
903902
{{
904-
(_arch_repo,
903+
(cifmw_architecture_repo,
905904
'examples/dt/bgp-l3-xl/metallb') |
906905
path_join
907906
}}
@@ -919,9 +918,10 @@ pre_deploy:
919918
extra_vars:
920919
num_racks: "{{ num_racks }}"
921920
router_bool: true
922-
edpm_nodes_per_rack: 3
921+
edpm_nodes_per_rack: 5
923922
ocp_nodes_per_rack: 4
924923
router_uplink_ip: 100.64.10.1
924+
cifmw_repo_setup_rhos_release_rpm: "{{ cifmw_repo_setup_rhos_release_rpm }}"
925925

926926
# post_deploy:
927927
# - name: BGP computes configuration

0 commit comments

Comments
 (0)