Refactoring Netconf NetconfMessageUtils
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / baseconfiguration / Plans / CONFIG_ResourceAssignment_1.0.0.xml
1 <!--
2   ~ Copyright © 2017-2018 AT&T Intellectual Property.
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 <service-logic
18         xmlns='http://www.onap.org/sdnc/svclogic'
19         xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='CONFIG' version='1.0.0'>
20     <method rpc='ResourceAssignment' mode='sync'>
21         <block atomic="true">
22             <execute plugin="resource-assignment" method="process">
23                 <outcome value='failure'>
24                     <return status="failure">
25                     </return>
26                 </outcome>
27                 <outcome value='success'>
28                     <return status='success'>
29                     </return>
30                 </outcome>
31             </execute>
32         </block>
33     </method>
34 </service-logic>