Skip to content

Commit

Permalink
add smi-trigger-updates wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Nov 14, 2024
1 parent 2a5ff08 commit df7d22c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/bin/templates/bin/smi-trigger-updates
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python3
# {{ ansible_managed }}
import os

import _smi_wrapper as wrapper

wrapper.run_smiservices(
os.environ["SMI_SMISERVICES_INGEST_PIPELINE_CONFIG"],
single_instance=True,
)

0 comments on commit df7d22c

Please sign in to comment.