Skip to content

Commit

Permalink
Use cifmw_architecture_scenario to set proper automation file
Browse files Browse the repository at this point in the history
openstack-k8s-operators/architecture#375 splits
the default vars into different scenario files. We need to fix the
reproducer to adapt this change.

This pull-request uses cifmw_architecture_scenario to set proper automation file.

Depends-On: openstack-k8s-operators/architecture#375

Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
  • Loading branch information
raukadah committed Aug 29, 2024
1 parent 88a6b80 commit 9db8391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion roles/reproducer/tasks/configure_controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
(
cifmw_architecture_repo | default(ansible_user_dir+'/src/github.com/openstack-k8s-operators/architecture'),
'automation/vars',
cifmw_arch_automation_file | default('default.yaml')
cifmw_architecture_scenario+'.yaml'
) | ansible.builtin.path_join
}}
{% endraw %}
Expand Down
7 changes: 0 additions & 7 deletions zuul.d/architecture-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@
nodeset: centos-9-medium-3x-centos-9-crc-extracted-2-39-0-3xl-vexxhost
vars:
<<: *architecture_vars
cifmw_architecture_automation_file: >-
{{
(
cifmw_architecture_repo,
'automation/vars/default.yaml'
) | ansible.builtin.path_join
}}
cifmw_controller_name: controller
cifmw_openshift_setup_skip_internal_registry_tls_verify: true
cifmw_networking_env_def_file: "networking-env-definition.yml"
Expand Down

0 comments on commit 9db8391

Please sign in to comment.