diff --git a/docs/source/usage/01_usage.md b/docs/source/usage/01_usage.md index 542f7546c1..0835eaaa43 100644 --- a/docs/source/usage/01_usage.md +++ b/docs/source/usage/01_usage.md @@ -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. diff --git a/roles/reproducer/tasks/configure_controller.yml b/roles/reproducer/tasks/configure_controller.yml index 8f415a4a13..ebb55fb225 100644 --- a/roles/reproducer/tasks/configure_controller.yml +++ b/roles/reproducer/tasks/configure_controller.yml @@ -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 %} diff --git a/scenarios/reproducers/bgp-4-racks-3-ocps.yml b/scenarios/reproducers/bgp-4-racks-3-ocps.yml index b21ed6e808..7cb1204ca5 100644 --- a/scenarios/reproducers/bgp-4-racks-3-ocps.yml +++ b/scenarios/reproducers/bgp-4-racks-3-ocps.yml @@ -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 - }} diff --git a/scenarios/reproducers/dt-osasinfra.yml b/scenarios/reproducers/dt-osasinfra.yml index d8a81261e5..23e72201da 100644 --- a/scenarios/reproducers/dt-osasinfra.yml +++ b/scenarios/reproducers/dt-osasinfra.yml @@ -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. diff --git a/scenarios/reproducers/va-pidone.yml b/scenarios/reproducers/va-pidone.yml index 24ccb742e1..1c4c0a0941 100644 --- a/scenarios/reproducers/va-pidone.yml +++ b/scenarios/reproducers/va-pidone.yml @@ -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.