diff options
author | Bin Yang <bin.yang@windriver.com> | 2018-05-15 03:19:21 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2018-05-15 03:19:21 +0000 |
commit | 162dcce9988944b61cc5774369142371e6b01f33 (patch) | |
tree | 6e52c18ba0850db41adb909a534a28ffc02c16e3 /windriver/titanium_cloud/vesagent/__init__.py | |
parent | e9985a817e11530e0054688e9fb9e342d79912f1 (diff) |
Add API to configure VESagent
VESagent is designed to monitor FACAPS and report to VES
Change-Id: I84e7cf3d5ddb33b2cac359805f8b644278f55748
Issue-ID: MULTICLOUD-230
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'windriver/titanium_cloud/vesagent/__init__.py')
-rw-r--r-- | windriver/titanium_cloud/vesagent/__init__.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/windriver/titanium_cloud/vesagent/__init__.py b/windriver/titanium_cloud/vesagent/__init__.py new file mode 100644 index 00000000..e4fe7a00 --- /dev/null +++ b/windriver/titanium_cloud/vesagent/__init__.py @@ -0,0 +1,16 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# Copyright (c) 2017-2018 Wind River Systems, Inc. +# +# 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. + |