Skip to content
Snippets Groups Projects

Network extdouble

Merged Riccardo Bucchi requested to merge network_extdouble into master
2 files
+ 16
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
0
# brex1_eval.rb
# Evaluate the status of br-ex1 in the network node
Facter.add(:brex1_eval) do
setcode do
Facter::Util::Resolution.exec("/usr/bin/ovs-vsctl br-get-external-id br-ex1 | /usr/bin/awk -F= '{print $2}'")
end
end
Loading