blob: 46ab8b8124f6c7c08eac2aecb7643141439db1b1 [file] [log] [blame]
Scott Bakeredbb2322018-05-08 11:46:25 -07001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15
16name: simpleexampleservice
Himanshu Bhandari19836972020-06-01 17:39:13 +053017core_version: ">=4.0.0"
Scott Bakeredbb2322018-05-08 11:46:25 -070018accessor:
Himanshu Bhandari19836972020-06-01 17:39:13 +053019 username: admin@opencord.org
20 password: letmein
21 endpoint: xos-core:50051
Scott Bakeredbb2322018-05-08 11:46:25 -070022required_models:
23 - SimpleExampleService
24 - SimpleExampleServiceInstance
25 - ServiceDependency
26 - KubernetesService
27 - KubernetesServiceInstance
28 - KubernetesConfigMap
29 - KubernetesSecret
30 - KubernetesConfigVolumeMount
31 - KubernetesSecretVolumeMount
32dependency_graph: "/opt/xos/synchronizers/simpleexampleservice/model-deps"
33steps_dir: "/opt/xos/synchronizers/simpleexampleservice/steps"
Scott Baker162516a2018-05-14 15:56:15 -070034event_steps_dir: "/opt/xos/synchronizers/simpleexampleservice/event_steps"
Scott Bakeredbb2322018-05-08 11:46:25 -070035sys_dir: "/opt/xos/synchronizers/simpleexampleservice/sys"
36model_policies_dir: "/opt/xos/synchronizers/simpleexampleservice/model_policies"
37models_dir: "/opt/xos/synchronizers/simpleexampleservice/models"