diff --git a/testing/deploy.sh b/testing/deploy.sh index d7ac3c0b16001a2df300ce83ce86bca968b8dd15..c9e7a1e70b7f8d36b22f890655d6ff4797ae9b79 100755 --- a/testing/deploy.sh +++ b/testing/deploy.sh @@ -55,3 +55,5 @@ ansible-playbook playbooks/cvmfs.yaml # wait for finish while ansible -m command -a 'kubectl get pods --all-namespaces' master | tail -n +3 | grep -Ev ' (Running|Completed) '; do sleep 5; done + +ansible-playbook playbooks/security-logs.yaml diff --git a/testing/playbooks/security-logs.yaml b/testing/playbooks/security-logs.yaml new file mode 120000 index 0000000000000000000000000000000000000000..0149b195ced3d8e9858c589d438a6947b105eb9b --- /dev/null +++ b/testing/playbooks/security-logs.yaml @@ -0,0 +1 @@ +../../common/playbooks/security-logs.yaml \ No newline at end of file diff --git a/testing/playbooks/templates/fluent-bit-secrets.yaml.j2 b/testing/playbooks/templates/fluent-bit-secrets.yaml.j2 new file mode 120000 index 0000000000000000000000000000000000000000..c64dceeb78ad480b636eec9c342e7648ee4b6e3f --- /dev/null +++ b/testing/playbooks/templates/fluent-bit-secrets.yaml.j2 @@ -0,0 +1 @@ +../../../common/playbooks/templates/fluent-bit-secrets.yaml.j2 \ No newline at end of file diff --git a/testing/playbooks/templates/fluent-bit.yaml.j2 b/testing/playbooks/templates/fluent-bit.yaml.j2 new file mode 120000 index 0000000000000000000000000000000000000000..4ccab1994206fa7d3eb20ebf59ee4a72872d7dd5 --- /dev/null +++ b/testing/playbooks/templates/fluent-bit.yaml.j2 @@ -0,0 +1 @@ +../../../common/playbooks/templates/fluent-bit.yaml.j2 \ No newline at end of file