Readds plugins code and respective tests
[osm/MON.git] / osm_mon / core / models / access_cred_vROPs.json
1 /* Copyright© 2017 Intel Research and Development Ireland Limited
2   # This file is part of OSM Monitoring module
3   # All Rights Reserved to Intel Corporation
4
5   # Licensed under the Apache License, Version 2.0 (the "License"); you may
6   # not use this file except in compliance with the License. You may obtain
7   # a copy of the License at
8
9   #         http://www.apache.org/licenses/LICENSE-2.0
10
11   # Unless required by applicable law or agreed to in writing, software
12   # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13   # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14   # License for the specific language governing permissions and limitations
15   # under the License.
16
17   # For those usages not covered by the Apache License, Version 2.0 please
18   # contact: helena.mcgough@intel.com or adrian.hoban@intel.com
19
20   # This is the message bus schema for vROPs access credentials */
21
22
23 {
24   "schema_version": { "type": "string" },
25   "schema_type": { "type": "string" },
26   "vim_type": { "type": "string" },
27   "access_config":
28   {
29     "vrops_site": { "type": "string" },
30     "vrops_user": { "type": "string" },
31     "vrops_password": { "type": "string" },
32     "vcloud-site": { "type": "string" },
33     "admin_username": { "type": "string" },
34     "admin_password": { "type": "string" },
35     "nsx_manager": { "type": "string" },
36     "nsx_user": { "type": "string" },
37     "nsx_password": { "type": "string" },
38     "vcenter_ip": { "type": "string" },
39     "vcenter_port": { "type": "string" },
40     "vcenter_user": { "type": "string" },
41     "vcenter_password": { "type": "string" },
42     "vim_tenant_name": { "type": "string" },
43     "orgname": { "type": "string" }
44   },
45   "required": [ "schema_version",
46                 "schema_type",
47                 "vim_type",
48                 "vrops_site",
49                 "vrops_user",
50                 "vrops_password",
51                 "vcloud-site",
52                 "admin_username",
53                 "admin_password",
54                 "vcenter_ip",
55                 "vcenter_port",
56                 "vcenter_user",
57                 "vcenter_password",
58                 "vim_tenant_name",
59                 "orgname" ]
60 }