Skip to content

Commit

Permalink
Merge pull request #4 from mkalcok/extend-default-cfg
Browse files Browse the repository at this point in the history
config: Add common OVN binaries
  • Loading branch information
mkalcok authored Dec 28, 2024
2 parents fdf2241 + 7e73d20 commit 2c71d16
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 123 deletions.
20 changes: 19 additions & 1 deletion default_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
targets:
# OVN northd service
- local_path: northd/ovn-northd
remote_path: bin/ovn-northd
service: microovn.ovn-northd

# OVN controller service
- local_path: controller/ovn-controller
remote_path: bin/ovn-controller
service: microovn.chassis
service: microovn.chassis

# ovn-nbctl tool
- local_path: utilities/ovn-nbctl
remote_path: bin/ovn-nbctl

# ovn-sbctl tool
- local_path: utilities/ovn-sbctl
remote_path: bin/ovn-sbctl

# ovn-appctl tool
- local_path: utilities/ovn-appctl
remote_path: bin/ovn-appctl

# ovn-trace tool
- local_path: utilities/ovn-trace
remote_path: bin/ovn-trace
Loading

0 comments on commit 2c71d16

Please sign in to comment.