def run
    unless ::File.exist?(datastore['CONFIG'])
      fail_with Failure::BadConfig, "Brocade config file #{datastore['CONFIG']} does not exist!"
    end
    brocade_config = ::File.open(datastore['CONFIG'], 'rb')