Skip to content

Commit

Permalink
Allow passing args to deploy-architecture.sh
Browse files Browse the repository at this point in the history
Added a parameter for passing additional arguments to
deploy-architecture.sh script
  • Loading branch information
eshulman2 committed Oct 1, 2024
1 parent ba0d2dd commit d9e74d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/usage/01_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ are shared among multiple roles:
- `cifmw_run_compute_compliance_scans`: (Bool) Specifies whether to run compliance scans on the first compute. Defaults to `false`.
- `cifmw_run_id`: (String) CI Framework run identifier. This is used in libvirt_manager, to add some uniqueness to some types of virtual machines (anything that's not OCP, CRC nor controller).
If not set, the Framework will generate a random string for you, and store it on the target host, in `{{ cifmw_basedir }}/artifacts/run-id`
- `cifmw_deploy_architecture_args`: (String) additional args and parameters to pass to the deploy-architecture script. Default is `''`.

```{admonition} Words of caution
:class: danger
Expand Down
2 changes: 1 addition & 1 deletion reproducer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@
poll: 20
delegate_to: controller-0
ansible.builtin.command:
cmd: "/home/zuul/deploy-architecture.sh"
cmd: "/home/zuul/deploy-architecture.sh {{ cifmw_deploy_architecture_args | default('') }}"

0 comments on commit d9e74d7

Please sign in to comment.