blob: 898bf3037a816bd8e78acc9351425733ac72763d [file] [log] [blame]
Scott Bakeredbb2322018-05-08 11:46:25 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
17name: simpleexampleservice
Matteo Scandolo153d2782019-02-21 15:13:35 -080018core_version: ">=2.2.1"
Scott Bakeredbb2322018-05-08 11:46:25 -070019accessor:
20 username: xosadmin@opencord.org
21 password: "@/opt/xos/services/simpleexampleservice/credentials/xosadmin@opencord.org"
22required_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"