Skip to content

Commit efa36fb

Browse files
committed
Use config drive for sno-2-bm tempest
Signed-off-by: Harald Jensås <hjensas@redhat.com>
1 parent 811df12 commit efa36fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scenarios/sno-2-bm/bootstrap_vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os_router_external_network: public
55

66
scenario: sno-2-bm
77
scenario_dir: scenarios
8-
stack_template_path: "{{ scenario_dir }}/{{ scenario }}/heat_template_mixed.yaml"
8+
stack_template_path: "{{ scenario_dir }}/{{ scenario }}/heat_template_ipxe.yaml"
99
automation_vars_file: "{{ scenario_dir }}/{{ scenario }}/automation-vars.yml"
1010
test_operator_automation_vars_file: "{{ scenario_dir }}/{{ scenario }}/test-operator/automation-vars.yml"
1111

scenarios/sno-2-bm/test-operator/tempest-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spec:
1717
auth.create_isolated_networks false
1818
baremetal.available_nodes 2
1919
baremetal.max_microversion 1.82
20+
compute-feature-enabled.config_drive true
2021
compute-feature-enabled.disk_config false
2122
compute-feature-enabled.interface_attach false
2223
compute.fixed_network_name provisioning

0 commit comments

Comments
 (0)