Skip to content

Commit

Permalink
YOLT: remove docker cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
iurly committed Apr 19, 2024
1 parent 6b3cf80 commit e027784
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 294 deletions.
22 changes: 0 additions & 22 deletions molecule/agent-local-forwarder/Dockerfile.j2

This file was deleted.

1 change: 1 addition & 0 deletions molecule/agent-local-forwarder/converge.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- name: Converge
hosts: all
strategy: free
become: true
roles:
- role: sysdig.agent.agent_install
vars:
Expand Down
202 changes: 0 additions & 202 deletions molecule/agent-local-forwarder/create.yml

This file was deleted.

4 changes: 4 additions & 0 deletions molecule/agent-local-forwarder/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ platforms:
vpc_subnet_id: ${VPC_SUBNET_ID}
provisioner:
name: ansible
playbooks:
create: ../resources/playbooks/create.yml
destroy: ../resources/playbooks/destroy.yml
prepare: ../resources/playbooks/prepare.yml
scenario:
create_sequence:
- create
Expand Down
5 changes: 3 additions & 2 deletions molecule/agent-local-forwarder/tests/test_local_forwarder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
def test_forwarder_emitter(host):
f = host.file("/opt/draios/logs/draios.log")
assert f.contains("local forwarder enabled: true")
with host.sudo():
f = host.file("/opt/draios/logs/draios.log")
assert f.contains("local forwarder enabled: true")
68 changes: 0 additions & 68 deletions molecule/agent-local-forwarder/validate-dockerfile.yml

This file was deleted.

0 comments on commit e027784

Please sign in to comment.