X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcollector%2Finfra_collectors%2Fvio.py;fp=osm_mon%2Fcollector%2Finfra_collectors%2Fvio.py;h=781b4025e65bfe7524c038ea26826ba691ed86a7;hb=e82c062416d75b96cb6981423e1e900f7496653c;hp=0000000000000000000000000000000000000000;hpb=f840f69c0f5e0151ef747751bf54d9693a9bb9a1;p=osm%2FMON.git diff --git a/osm_mon/collector/infra_collectors/vio.py b/osm_mon/collector/infra_collectors/vio.py new file mode 100644 index 0000000..781b402 --- /dev/null +++ b/osm_mon/collector/infra_collectors/vio.py @@ -0,0 +1,31 @@ +# -*- coding: utf-8 -*- + +## +# Copyright 2016-2017 VMware Inc. +# This file is part of ETSI OSM +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact: osslegalrouting@vmware.com +## + +from osm_mon.collector.infra_collectors.base_osinfra import BaseOpenStackInfraCollector + +from osm_mon.core.config import Config + + +class VIOInfraCollector(BaseOpenStackInfraCollector): + def __init__(self, config: Config, vim_account_id: str): + pass