blob: c77dc88a6c4346d09b143b52a09ef71319665f91 [file] [log] [blame]
Matteo Scandoload0c1752018-08-09 15:47:16 -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# curl -H "xos-username: admin@opencord.org" -H "xos-password: letmein" -X POST --data-binary @oss-service.yaml http://192.168.99.100:30007/run
16
17tosca_definitions_version: tosca_simple_yaml_1_0
18imports:
Matteo Scandolod30d9742018-08-10 15:39:18 -070019 - custom_types/attworkflowdriverservice.yaml
Matteo Scandoload0c1752018-08-09 15:47:16 -070020description: Create an instance of the OSS Service and connect it to the vOLT Service
21topology_template:
22 node_templates:
23 service#oss:
Matteo Scandolod30d9742018-08-10 15:39:18 -070024 type: tosca.nodes.AttWorkflowDriverService
Matteo Scandoload0c1752018-08-09 15:47:16 -070025 properties:
Matteo Scandolod30d9742018-08-10 15:39:18 -070026 name: att-workflow-driver
27 kind: oss