blob: 9f80c69cfef57721dc9cfc4b7da79808ee3201ee [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
18accessor:
19 username: xosadmin@opencord.org
20 password: "@/opt/xos/services/simpleexampleservice/credentials/xosadmin@opencord.org"
21required_models:
22 - SimpleExampleService
23 - SimpleExampleServiceInstance
24 - ServiceDependency
25 - KubernetesService
26 - KubernetesServiceInstance
27 - KubernetesConfigMap
28 - KubernetesSecret
29 - KubernetesConfigVolumeMount
30 - KubernetesSecretVolumeMount
31dependency_graph: "/opt/xos/synchronizers/simpleexampleservice/model-deps"
32steps_dir: "/opt/xos/synchronizers/simpleexampleservice/steps"
Scott Baker162516a2018-05-14 15:56:15 -070033event_steps_dir: "/opt/xos/synchronizers/simpleexampleservice/event_steps"
Scott Bakeredbb2322018-05-08 11:46:25 -070034sys_dir: "/opt/xos/synchronizers/simpleexampleservice/sys"
35model_policies_dir: "/opt/xos/synchronizers/simpleexampleservice/model_policies"
36models_dir: "/opt/xos/synchronizers/simpleexampleservice/models"