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.
It drops cifmw_arch_automation_file params from scenario files.

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

Note: it excludes zuul.d/architecture-jobs.yaml changes.

Cherry-picked from 07a6146#diff-693e3f6ce03f7b6994b1195bcced3d58c89f1c286667356f827c3aecd4518ef6

Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
  • Loading branch information
raukadah authored and openshift-merge-bot[bot] committed Sep 11, 2024
1 parent bb26e03 commit 8cec1bb
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 14 deletions.
2 changes: 0 additions & 2 deletions docs/source/usage/01_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ are shared among multiple roles:
- `cifmw_ssh_keysize`: (Integer) Size of ssh keys that will be injected into the controller in order to connect to the rest of the nodes. Defaults to 521.
- `cifmw_architecture_repo`: (String) Path of the architecture repository on the controller node.
Defaults to `~/src/github.com/openstack-k8s-operators/architecture`
- `cifmw_arch_automation_file`: (String) Name of the workflow automation file
in the architecture repository. Defaults to `default.yaml`
- `cifmw_architecture_scenario`: (String) The selected VA scenario to deploy.
- `cifmw_architecture_wait_condition`: (Dict) Structure defining custom wait_conditions for the automation.
- `cifmw_architecture_user_kustomize.*`: (Dict) Structures defining user provided kustomization for automation. All these variables are combined together.
Expand Down
2 changes: 1 addition & 1 deletion roles/reproducer/tasks/configure_controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,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
9 changes: 0 additions & 9 deletions scenarios/reproducers/bgp-4-racks-3-ocps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,12 +377,3 @@ cifmw_devscripts_enable_ocp_nodes_host_routing: true
_arch_repo: "/home/zuul/src/github.com/openstack-k8s-operators/architecture"
cifmw_architecture_scenario: bgp
cifmw_kustomize_deploy_architecture_examples_path: "examples/dt/"
cifmw_arch_automation_file: "bgp.yaml"
cifmw_architecture_automation_file: >-
{{
(ansible_user_dir,
'src/github.com/openstack-k8s-operators',
'architecture/automation/vars',
cifmw_arch_automation_file) |
path_join
}}
1 change: 0 additions & 1 deletion scenarios/reproducers/dt-osasinfra.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
cifmw_architecture_scenario: osasinfra
cifmw_arch_automation_file: osasinfra.yaml

# Automation section. Most of those parameters will be passed to the
# controller-0 as-is and be consumed by the `deploy-va.sh` script.
Expand Down
1 change: 0 additions & 1 deletion scenarios/reproducers/va-pidone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# Framework. Please do not edit them!
_arch_repo: "/home/zuul/src/github.com/openstack-k8s-operators/architecture"
cifmw_architecture_scenario: pidone
cifmw_arch_automation_file: pidone.yaml

# HERE if you want to override kustomization, you can uncomment this parameter
# and push the data structure you want to apply.
Expand Down

0 comments on commit 8cec1bb

Please sign in to comment.