Scott Baker | edbb232 | 2018-05-08 11:46:25 -0700 | [diff] [blame] | 1 | |
| 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 | |
| 17 | name: simpleexampleservice |
| 18 | accessor: |
| 19 | username: xosadmin@opencord.org |
| 20 | password: "@/opt/xos/services/simpleexampleservice/credentials/xosadmin@opencord.org" |
| 21 | required_models: |
| 22 | - SimpleExampleService |
| 23 | - SimpleExampleServiceInstance |
| 24 | - ServiceDependency |
| 25 | - KubernetesService |
| 26 | - KubernetesServiceInstance |
| 27 | - KubernetesConfigMap |
| 28 | - KubernetesSecret |
| 29 | - KubernetesConfigVolumeMount |
| 30 | - KubernetesSecretVolumeMount |
| 31 | dependency_graph: "/opt/xos/synchronizers/simpleexampleservice/model-deps" |
| 32 | steps_dir: "/opt/xos/synchronizers/simpleexampleservice/steps" |
Scott Baker | 162516a | 2018-05-14 15:56:15 -0700 | [diff] [blame] | 33 | event_steps_dir: "/opt/xos/synchronizers/simpleexampleservice/event_steps" |
Scott Baker | edbb232 | 2018-05-08 11:46:25 -0700 | [diff] [blame] | 34 | sys_dir: "/opt/xos/synchronizers/simpleexampleservice/sys" |
| 35 | model_policies_dir: "/opt/xos/synchronizers/simpleexampleservice/model_policies" |
| 36 | models_dir: "/opt/xos/synchronizers/simpleexampleservice/models" |