Skip to content

Commit 5e5fc33

Browse files
committed
feat(workflows): add generic script to process OSLO events
This script handles OSLO events / notifications one at a time from a file or from stdin and dispatches it to handler functions contained within the repo. The goal of this is to be something generic that can be used by all of our event handling code. Connect up the Ironic port create, update and delete events.
1 parent c9773b6 commit 5e5fc33

File tree

4 files changed

+635
-1
lines changed

4 files changed

+635
-1
lines changed

python/understack-workflows/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ enroll-server = "understack_workflows.main.enroll_server:main"
3737
bmc-password = "understack_workflows.main.print_bmc_password:main"
3838
bmc-kube-password = "understack_workflows.main.bmc_display_password:main"
3939
sync-network-segment-range = "understack_workflows.main.sync_ucvni_group_range:main"
40+
openstack-oslo-event = "understack_workflows.main.openstack_oslo_event:main"
4041

4142
[dependency-groups]
4243
test = [

0 commit comments

Comments
 (0)