Skip to content

Commit babc6fb

Browse files
committed
Testing my script to update the README.md file to sync variables of tesat-operator role from defaults/main.yml
Ticket: OSPRH-19423
1 parent a54ba1a commit babc6fb

File tree

6 files changed

+977
-267
lines changed

6 files changed

+977
-267
lines changed

roles/test_operator/README.md

Lines changed: 132 additions & 267 deletions
Large diffs are not rendered by default.

roles/test_operator/defaults/Main_main.yml

Lines changed: 327 additions & 0 deletions
Large diffs are not rendered by default.

roles/test_operator/defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ cifmw_test_operator_stages:
2323
- name: tempest
2424
type: tempest
2525
cifmw_test_operator_fail_on_test_failure: true
26+
cifmw_test_operator_temp_var: test
2627
cifmw_test_operator_artifacts_basedir: "{{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}/tests/test_operator"
2728
cifmw_test_operator_namespace: openstack
2829
cifmw_test_operator_controller_namespace: openstack-operators
@@ -132,6 +133,7 @@ cifmw_tempest_tempestconf_config_defaults:
132133
133134
# Please refer to https://openstack-k8s-operators.github.io/test-operator/guide.html#executing-tempest-tests
134135
cifmw_test_operator_tempest_debug: false
136+
cifmw_test_operator_tempest_temp_var: "{{ stage_vars_dict.cifmw_test_operator_tempest_name }}-{{ _stage_vars.name }}"
135137
cifmw_test_operator_tempest_config:
136138
apiVersion: test.openstack.org/v1beta1
137139
kind: Tempest

0 commit comments

Comments
 (0)