File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}"
891890cifmw_architecture_scenario : bgp-l3-xl
892891cifmw_kustomize_deploy_architecture_examples_path : " examples/dt/"
893892cifmw_arch_automation_file : " bgp-l3-xl.yaml"
894893cifmw_architecture_automation_file : >-
895894 {{
896- (_arch_repo ,
895+ (cifmw_architecture_repo ,
897896 'automation/vars',
898897 cifmw_arch_automation_file) |
899898 path_join
900899 }}
901900
902901cifmw_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
You can’t perform that action at this time.
0 commit comments