@@ -10,11 +10,15 @@ spec:
1010 ansibleGitRepo : ' http://github.com/elfiesmelfie/feature-verification-tests'
1111 debug : true
1212 containerImage : quay.io/podified-antelope-centos9/openstack-ansible-tests:current-podified
13+ # TODO: try an absolute path for the playbook.
1314 # ansiblePlaybookPath: ci/run_verify_metrics_osp18.yml
1415 storageClass : crc-csi-hostpath-provisioner
1516 computeSSHKeySecretName : dataplane-ansible-ssh-private-key-secret
1617 workloadSSHKeySecretName : dataplane-ansible-ssh-private-key-secret
1718 # ansibleExtraVars: "ANSIBLE_ROLES_PATH=roles"
19+ # need to check where the collection ends up living...
20+ # or indeed, just the ansible playbook.
21+ # /var/lib/ansible/ansible/ci/"
1822 ansibleVarFiles : |
1923 cifmw_openshift_kubeconfig: ~/.kube.config
2024 cifmw_path: "{{ ansible_env.PATH }}:/var/lib/ansible/bin"
@@ -57,10 +61,14 @@ spec:
5761 [local]
5862 localhost
5963 workflow :
60- # - stepName: verify-metrics
61- # ansiblePlaybookPath: ci/run_verify_metrics_osp18.yml
64+ - stepName : verify-metrics
65+ ansiblePlaybookPath : ci/run_verify_metrics_osp18.yml
6266 - stepName : logging
6367 ansiblePlaybookPath : ci/logging_tests_all.yml
68+ - stepName : autoscaling
69+ ansiblePlaybookPath : ci/run_autoscaling_tests.yml
70+ - stepName : graphing
71+ ansblePlaybookPath : ci/run_graphing_test.yml
6472 - stepName : report-results
6573 ansiblePlaybookPath : ci/report_result.yml
6674 # FIELDS:
0 commit comments