Skip to content

Commit

Permalink
fix: Restore the spec ovs_appctl_fdb_show_bridge (#3538)
Browse files Browse the repository at this point in the history
* fix: Restore the spec ovs_appctl_fdb_show_bridge

Restore the spec which was removed in eb70e56

Signed-off-by: Sachin Patil <[email protected]>

* Removed glob specs

Signed-off-by: Sachin Patil <[email protected]>
(cherry picked from commit 66e8baf)
  • Loading branch information
Sachin authored and xiangce committed Oct 13, 2022
1 parent 03ab8e0 commit 0bed986
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions insights/specs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,8 @@ class DefaultSpecs(Specs):
ose_node_config = simple_file("/etc/origin/node/node-config.yaml")
ovirt_engine_server_log = simple_file("/var/log/ovirt-engine/server.log")
ovirt_engine_ui_log = simple_file("/var/log/ovirt-engine/ui.log")
ovs_vsctl_list_br = simple_command("/usr/bin/ovs-vsctl list-br")
ovs_appctl_fdb_show_bridge = foreach_execute(ovs_vsctl_list_br, "/usr/bin/ovs-appctl fdb/show %s")
ovs_vsctl_list_bridge = simple_command("/usr/bin/ovs-vsctl list bridge")
ovs_vsctl_show = simple_command("/usr/bin/ovs-vsctl show")
package_provides_command = package_provides.cmd_and_pkg
Expand Down

0 comments on commit 0bed986

Please sign in to comment.