Skip to content

Commit 474f028

Browse files
Milana Levyopenshift-merge-bot[bot]
authored andcommitted
Add validation for tlse testing for security
Add validation for tlse testing for security
1 parent b594d11 commit 474f028

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- name: Invoke the automation playbook (dataplane certs) on controller-0
2+
environment:
3+
PATH: "{{ cifmw_path }}"
4+
cifmw.general.ci_script:
5+
executable: "/bin/bash"
6+
output_dir: "{{ cifmw_basedir }}/artifacts"
7+
script: |
8+
set -ex -o pipefail
9+
cd "{{ ansible_user_dir }}/src/gitlab.cee.redhat.com/OSP-DFG-security/automation"
10+
ansible-playbook -vv playbooks/renew_internal_cert_outer.yml || echo "renew_internal_cert_outer failed, continuing..."
11+
ansible-playbook -vv playbooks/data_plane_cert_testing_with_delete.yml

0 commit comments

Comments
 (0)