519aecf4d458749a34a327e977eaf4a8dba21914
[ccsdk/cds.git] / components / model-catalog / blueprint-model / service-blueprint / vLB / Plans / CONFIG_ConfigDeploy.xml
1 <service-logic
2         xmlns='http://www.onap.org/sdnc/svclogic'
3         xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
4         xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='CONFIG' version='1.0.0'>
5     <method rpc='ConfigDeploy' mode='sync'>
6         <block atomic="true">
7             <execute plugin="nf-account-collection" method="process">
8                 <outcome value='failure'>
9                     <return status="failure">
10                     </return>
11                 </outcome>
12                 <outcome value='success'>
13                     <execute plugin="execute" method="process">
14                         <outcome value='failure'>
15                             <return status="failure">
16                             </return>
17                         </outcome>
18                         <outcome value='success'>
19                             <return status='success'>
20                             </return>
21                         </outcome>
22                     </execute>
23                 </outcome>
24             </execute>
25         </block>
26     </method>
27 </service-logic>